From: Marcin Banasiak Date: Fri, 10 Apr 2009 13:41:04 +0000 (+0000) Subject: - new (by zajac_p at o2.pl) X-Git-Tag: auto/th/libgee-0_5_0-1~3 X-Git-Url: http://git.pld-linux.org/?p=packages%2Flibgee.git;a=commitdiff_plain;h=18a79e615174963a671ead75ff7ea06312e4116a - new (by zajac_p at o2.pl) Changed files: libgee.spec -> 1.1 --- 18a79e615174963a671ead75ff7ea06312e4116a diff --git a/libgee.spec b/libgee.spec new file mode 100644 index 0000000..5a08394 --- /dev/null +++ b/libgee.spec @@ -0,0 +1,68 @@ +# +# 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