diff --git a/libtdb.spec b/libtdb.spec index 3fe364e..d715659 100644 --- a/libtdb.spec +++ b/libtdb.spec @@ -1,6 +1,6 @@ Name: libtdb -Version: 1.1.5 -Release: 2%{?dist} +Version: 1.2.1 +Release: 1%{?dist} Group: System Environment/Daemons Summary: The tdb library License: LGPLv3+ @@ -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,13 @@ 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 + * Sat Jul 25 2009 Fedora Release Engineering - 1.1.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index 29491c4..a5f4479 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3e9be7c1dbfba0679dc3463d55e3a830 tdb-1.1.5.tar.gz +73ea81282a82e5c959d9c082af2d0215 tdb-1.2.1.tar.gz