From d6583c18e6463b6510ba6048ab7ce305132a3342 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 24 Feb 2010 18:04:26 +0000 Subject: [PATCH] - Fix spec file - Package manpages too --- libtdb.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/libtdb.spec b/libtdb.spec index f1277fd..513112d 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+ @@ -9,6 +9,7 @@ Source: http://samba.org/ftp/tdb/tdb-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: autoconf +BuildRequires: libxslt %description A library that implements a trivial database. @@ -43,8 +44,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 +66,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 +78,10 @@ rm -rf $RPM_BUILD_ROOT /sbin/ldconfig %changelog +* Wed Feb 24 2010 Simo Sorce - 1.2.1-2 +- Fix spec file +- Package manpages too + * Wed Feb 24 2010 Simo Sorce - 1.2.1-1 - New upstream bugfix release