Author: aredridel Date: Fri Dec 19 04:18:14 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - added
---- Files affected: SPECS: vtg.spec (NONE -> 1.1) (NEW), gtksourcecompletion.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/vtg.spec diff -u /dev/null SPECS/vtg.spec:1.1 --- /dev/null Fri Dec 19 05:18:14 2008 +++ SPECS/vtg.spec Fri Dec 19 05:18:08 2008 @@ -0,0 +1,70 @@ +# $Revision$, $Date$ +Summary: Vala tools for GEdit +Name: vtg +Version: 0.1.0 +Release: 1 +License: LGPL v2+ +Group: Applications +Source0: http://vtg.googlecode.com/files/%{name}-%{version}.tar.bz2 +# Source0-md5: ee5d3bb83b65b5f040f2350f647ea99a +URL: http://www.paldo.org/vala/ +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: bison +BuildRequires: flex +BuildRequires: gedit2-devel +BuildRequires: glib2-devel >= 1:2.12.0 +BuildRequires: gnome-build-devel +BuildRequires: gtk+2-devel >= 2:2.10.0 +BuildRequires: gtksourcecompletion-devel +BuildRequires: libtool +BuildRequires: libxslt-progs +BuildRequires: pkgconfig +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Tools for developing in Vala using GEdit. + +%prep +%setup -q + +%build +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} +%configure \ + --enable-gen-project +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog README TODO NEWS TODO +%attr(755,root,root) %{_bindir}/* +%{_datadir}/vtg/licenses +%{_libdir}/gedit-2/plugins/libvtg.so +%{_libdir}/gedit-2/plugins/vtg.gedit-plugin +%{_datadir}/vtg + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2008/12/19 04:18:08 aredridel +- added + ================================================================ Index: SPECS/gtksourcecompletion.spec diff -u /dev/null SPECS/gtksourcecompletion.spec:1.1 --- /dev/null Fri Dec 19 05:18:14 2008 +++ SPECS/gtksourcecompletion.spec Fri Dec 19 05:18:08 2008 @@ -0,0 +1,112 @@ +# $Revision$, $Date$ +Summary: Source code completion library +Name: gtksourcecompletion +Version: 0.5.2 +Release: 1 +License: LGPL v2+ +Group: Applications +Source0: http://dl.sourceforge.net/gtksourcecomple/%{name}-%{version}.tar.gz +# Source0-md5: b031896ce03bef4ca711f9b1e0a34544 +URL: http://gtksourcecomple.sourceforge.net/ +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: bison +BuildRequires: flex +BuildRequires: gedit2-devel +BuildRequires: glib2-devel >= 1:2.12.0 +BuildRequires: gtk+2-devel >= 2:2.10.0 +BuildRequires: libtool +BuildRequires: libxslt-progs +BuildRequires: pkgconfig +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Source code completion library. + +%package devel +Summary: Header files for gtksourcecompletion library +Summary(pl.UTF-8): Pliki nagłówkowe bibliotekgtksourcecompletion +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description devel +Header files for gtksourcecompletion library. + +%description devel -l pl.UTF-8 +Pliki nagłówkowe biblioteki gtksourcecompletion. + +%package static +Summary: Static gtksourcecompletion library +Summary(pl.UTF-8): Statyczna biblioteka gtksourcecompletion +Group: Development/Libraries +Requires: %{name}-devel = %{version}-%{release} + +%description static +Static gtksourcecompletion library. + +%description static -l pl.UTF-8 +Statyczna biblioteka gtksourcecompletion. + +%package apidocs +Summary: gtksourcecompletion API documentation +Group: Documentation +Requires: gtk-doc-common + +%description apidocs +gtksourcecompletion API documentation. + +%prep +%setup -q + +%build +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} +%configure \ + --with-html-dir=%{_gtkdocdir} +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%find_lang %{name} + +%clean +rm -rf $RPM_BUILD_ROOT + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files -f %{name}.lang +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog README TODO NEWS TODO +%attr(755,root,root) %{_libdir}/libgtksourcecompletion-1.0.so.1.0.0 +%{_includedir}/gtksourcecompletion-1.0 +%{_datadir}/gtksourcecompletion + +%files devel +%{_libdir}/libgtksourcecompletion-1.0.la +%{_libdir}/libgtksourcecompletion-1.0.so +%{_pkgconfigdir}/gtksourcecompletion-1.0.pc + +%files static +%{_libdir}/libgtksourcecompletion-1.0.a + +%files apidocs +%defattr(644,root,root,755) +%{_gtkdocdir}/gtksourcecompletion-1.0 + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2008/12/19 04:18:08 aredridel +- added + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
