Author: megabajt Date: Fri Apr 10 13:41:09 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - new (by zajac_p at o2.pl)
---- Files affected: SPECS: libgee.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/libgee.spec diff -u /dev/null SPECS/libgee.spec:1.1 --- /dev/null Fri Apr 10 15:41:09 2009 +++ SPECS/libgee.spec Fri Apr 10 15:41:04 2009 @@ -0,0 +1,79 @@ +# $Revision$, $Date$ +# +# Conditional build: +%bcond_without apidocs # do not build and package API docs +# +Summary: libgee - GObject collection library +Summary(pl.UTF-8): libgee - GObject collection library +Name: libgee +Version: 0.1.5 +Release: 0.1 +License: LGPL +Group: Libraries +Source0: http://ftp.gnome.org/pub/GNOME/sources/libgee/0.1/%{name}-%{version}.tar.bz2 +# Source0-md5: 80102073421e4d7fb18a6aa9622f4de2 +BuildRequires: xulrunner-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +libgee is a collection library providing GObject-based interfaces and +classes for commonly used data structures. + +%description -l pl.UTF-8 +libgee jest zbiorem bibliotek dostarczających interfejs GObject i +klasy powszechnie używanych struktur danych. + +%package devel +Summary: Header files for libgee library +Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libgee +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description devel +Header files for libgee library. + +%description devel -l pl.UTF-8 +Pliki nagłówkowe biblioteki libgee. + +%prep +%setup -q + +%build +%configure +%{__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 NEWS README +%attr(755,root,root) %{_libdir}/libgee.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libgee.so.0 + +%files devel +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/libgee.so +%{_libdir}/libgee.la +%{_pkgconfigdir}/gee-1.0.pc +%{_includedir}/gee-1.0 +%{_datadir}/vala/vapi/gee-1.0.vapi + +%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 2009/04/10 13:41:04 megabajt +- new (by zajac_p at o2.pl) + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
