diff --git a/libtdb.spec b/libtdb.spec index d715659..25112a7 100644 --- a/libtdb.spec +++ b/libtdb.spec @@ -1,6 +1,6 @@ Name: libtdb Version: 1.2.1 -Release: 1%{?dist} +Release: 2%{?dist} Group: System Environment/Daemons Summary: The tdb library License: LGPLv3+ @@ -37,7 +37,7 @@ Tools to manage Tdb files %build ./autogen.sh -%configure --prefix=%{_usr} --disable-python +%configure --disable-python make %{?_smp_mflags} %install @@ -45,6 +45,8 @@ rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT +cd $RPM_BUILD_ROOT%{_libdir} + rm -f $RPM_BUILD_ROOT%{_libdir}/libtdb.a rm -f $RPM_BUILD_ROOT%{_libdir}/python*/site-packages/tdb.so @@ -61,6 +63,8 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/tdb.h %{_libdir}/libtdb.so %{_libdir}/pkgconfig/tdb.pc +%doc docs/README +%doc docs/tracing.txt %files -n tdb-tools %defattr(-,root,root,-) @@ -72,17 +76,22 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man8/tdbtool.8* -%post -/sbin/ldconfig +%post -p /sbin/ldconfig -%postun -/sbin/ldconfig +%postun -p /sbin/ldconfig %changelog +* Thu Feb 25 2010 Stephen Gallagher - 1.2.1-2 +- Remove unnecessary --prefix argument to configure + * Wed Feb 24 2010 Simo Sorce - 1.2.1-1 - New upstream bugfix release - Package manpages too +* Tue Feb 23 2010 Stephen Gallagher - 1.2.0-2 +- Add README and tracing.txt +- Fix rpmlint errors + * Tue Dec 15 2009 Simo Sorce - 1.2.0-1 - New upstream release