rpms/xapian-core/devel xapian-core.spec,1.2,1.3

Adel Gadllah (drago01) fedora-extras-commits at redhat.com
Wed Aug 8 09:26:54 UTC 2007


Author: drago01

Update of /cvs/pkgs/rpms/xapian-core/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22078

Modified Files:
	xapian-core.spec 
Log Message:
Add missing files to %files


Index: xapian-core.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xapian-core/devel/xapian-core.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xapian-core.spec	8 Aug 2007 09:16:04 -0000	1.2
+++ xapian-core.spec	8 Aug 2007 09:26:22 -0000	1.3
@@ -1,7 +1,7 @@
 Summary: The Xapian Probabilistic Information Retrieval Library
 Name: xapian-core
 Version: 1.0.2
-Release: 1
+Release: 2
 License: GPLv2+
 Group: Applications/Databases
 URL: http://www.xapian.org/
@@ -14,7 +14,7 @@
 %description
 Xapian is an Open Source Probabilistic Information Retrieval Library. It
 offers a highly adaptable toolkit that allows developers to easily add advanced
-indexing and search facilities to applications.
+indexing and search facilities to applications
 
 %package libs
 Summary: Xapian search engine libraries
@@ -24,7 +24,7 @@
 Xapian is an Open Source Probabilistic Information Retrieval framework. It
 offers a highly adaptable toolkit that allows developers to easily add advanced
 indexing and search facilities to applications. This package provides the
-libraries for applications using Xapian functionality.
+libraries for applications using Xapian functionality
 
 %package devel
 Group: Development/Libraries
@@ -36,7 +36,7 @@
 Xapian is an Open Source Probabilistic Information Retrieval framework. It
 offers a highly adaptable toolkit that allows developers to easily add advanced
 indexing and search facilities to applications. This package provides the
-files needed for building packages which use Xapian.
+files needed for building packages which use Xapian
 
 %prep
 %setup -q -n %{name}-%{version}
@@ -75,6 +75,7 @@
 %files
 %defattr(-, root, root)
 %{_bindir}/xapian-check
+%{_bindir}/xapian-inspect
 %{_bindir}/xapian-tcpsrv
 %{_bindir}/xapian-progsrv
 %{_bindir}/quartzcheck
@@ -90,6 +91,7 @@
 %doc %{_datadir}/doc/%{name}-%{version}
 # man pages may be gzipped, hence the trailing wildcard.
 %{_mandir}/man1/xapian-check.1*
+%{_mandir}/man1/xapian-inspect.1*
 %{_mandir}/man1/xapian-tcpsrv.1*
 %{_mandir}/man1/xapian-progsrv.1*
 %{_mandir}/man1/quartzcheck.1*
@@ -116,6 +118,10 @@
 %{_mandir}/man1/xapian-config.1*
 
 %changelog
+* Wed Aug 08 2007 Adel Gadllah <adel.gadllah at gmail.com> 1.0.2-2
+- Add missing files
+- Minor cleanups
+
 * Wed Aug 08 2007 Adel Gadllah <adel.gadllah at gmail.com> 1.0.2-1
 - Update to 1.0.2
 - Fix License tag




More information about the fedora-extras-commits mailing list