[Xapian-devel] patch for xapian-spec(0.9.9)

Neal Becker ndbecker2 at gmail.com
Thu Nov 9 14:17:14 GMT 2006


Missed %{_mandir}/man1/xapian-progsrv.1*

diff -u RPM/BUILD/xapian-core-0.9.9/xapian.spec RPM/SPECS/xapian.spec
--- RPM/BUILD/xapian-core-0.9.9/xapian.spec	2006-11-09 
09:14:38.000000000 -0500
+++ RPM/SPECS/xapian.spec	2006-11-09 09:14:03.000000000 -0500
@@ -1,10 +1,10 @@
 # RedHat-style .spec file for Xapian
 # xapian.spec.  Generated from xapian.spec.in by configure.
 
-Summary: The Xapian Probabilistic Information Retrieval Library.
+Summary: The Xapian Probabilistic Information Retrieval Library
 Name: xapian-core
 Version: 0.9.9
-Release: 1
+Release: 3
 License: GPL
 Vendor: www.xapian.org
 Group: Applications/Databases
@@ -44,11 +44,6 @@
 %setup -q -n %{name}-%{version}
 
 %build
-# FC6 (at least) has a patched libtool which knows not to set rpath for
-# /usr/lib64, which upstream libtool fails to do currently.  We can drop
-# this "autoreconf --force" and the "BuildRequires:" for the autotools
-# once upstream libtool is fixed.  Note: this overwrites INSTALL, but
-# that doesn't matter here as we don't package it.
 autoreconf --force
 %configure
 make
@@ -114,3 +109,13 @@
 %doc %{_datadir}/doc/%{name}-devel-%{version}
 # man pages may be gzipped, hence the trailing wildcard.
 %{_mandir}/man1/xapian-config.1*
+%{_mandir}/man1/xapian-progsrv.1*
+
+%changelog
+* Thu Nov  9 2006  <ndbecker2 at gmail.com> - 0.9.9-3
+- Add xapian-progsrv.1
+
+
+* Mon Nov  6 2006 Neal Becker <ndbecker2 at gmail.com> - 0.9.8-2
+- Add autoreconf to fix libtool for x86_64.
+



More information about the Xapian-devel mailing list