diff --git a/libtdb.spec b/libtdb.spec index 66dcf7a..d715659 100644 --- a/libtdb.spec +++ b/libtdb.spec @@ -1,5 +1,5 @@ Name: libtdb -Version: 1.2.0 +Version: 1.2.1 Release: 1%{?dist} Group: System Environment/Daemons Summary: The tdb library @@ -9,6 +9,8 @@ Source: http://samba.org/ftp/tdb/tdb-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: autoconf +BuildRequires: libxslt +BuildRequires: docbook-style-xsl %description A library that implements a trivial database. @@ -43,8 +45,6 @@ rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT -ln -s libtdb.so.%{version} $RPM_BUILD_ROOT%{_libdir}/libtdb.so - rm -f $RPM_BUILD_ROOT%{_libdir}/libtdb.a rm -f $RPM_BUILD_ROOT%{_libdir}/python*/site-packages/tdb.so @@ -67,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/tdbbackup %{_bindir}/tdbdump %{_bindir}/tdbtool +%{_mandir}/man8/tdbbackup.8* +%{_mandir}/man8/tdbdump.8* +%{_mandir}/man8/tdbtool.8* %post @@ -76,6 +79,10 @@ rm -rf $RPM_BUILD_ROOT /sbin/ldconfig %changelog +* Wed Feb 24 2010 Simo Sorce - 1.2.1-1 +- New upstream bugfix release +- Package manpages too + * Tue Dec 15 2009 Simo Sorce - 1.2.0-1 - New upstream release