rpms/clucene/FC-5 clucene.spec,1.1,1.2

Deji Akingunola (deji) fedora-extras-commits at redhat.com
Mon Dec 18 21:48:38 UTC 2006


Author: deji

Update of /cvs/extras/rpms/clucene/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4478

Modified Files:
	clucene.spec 
Log Message:
* Thu Dec 07 2006 Deji Akingunola <dakingun at gmail.com> - 0.9.16a-1
- Name the built package clucene-core to conform to upstream naming
- Update to latest stable release 
- Run make check during build



Index: clucene.spec
===================================================================
RCS file: /cvs/extras/rpms/clucene/FC-5/clucene.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- clucene.spec	13 Dec 2006 17:09:38 -0000	1.1
+++ clucene.spec	18 Dec 2006 21:48:07 -0000	1.2
@@ -15,12 +15,20 @@
 engine written in C++. CLucene is faster than lucene
 as it is written in C++
 
-%package devel
+%package core
+Summary: Core clucene module
+Group: Development/System
+Provides: clucene
+
+%description core
+The core clucene module
+
+%package core-devel
 Summary: Headers for developing programs that will use %{name}
 Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
+Requires: %{name}-core = %{version}-%{release}
 
-%description devel
+%description core-devel
 This package contains the static libraries and header files needed for
 developing with clucene
 
@@ -30,8 +38,8 @@
 %build
 %configure --disable-static
 make %{?_smp_mflags}
-# Run the tests
 
+# Run the tests
 %check
 make check
 										
@@ -56,12 +64,12 @@
 
 %postun -p /sbin/ldconfig
 
-%files
+%files core
 %defattr(-, root, root, -)
 %doc AUTHORS COPYING HACKING README REQUESTS
 %{_libdir}/*.so.*
 
-%files devel
+%files core-devel
 %defattr(-, root, root, -)
 %{_includedir}/CLucene/
 %{_includedir}/CLucene.h
@@ -70,6 +78,7 @@
 
 %changelog
 * Thu Dec 07 2006 Deji Akingunola <dakingun at gmail.com> - 0.9.16a-1
+- Name the built package clucene-core to conform to upstream naming
 - Update to latest stable release 
 - Run make check during build
 




More information about the fedora-extras-commits mailing list