rpms/sword/devel sword.spec,1.12,1.13

Deji Akingunola (deji) fedora-extras-commits at redhat.com
Mon Jan 15 00:38:26 UTC 2007


Author: deji

Update of /cvs/extras/rpms/sword/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1941

Modified Files:
	sword.spec 
Log Message:
* Sun Jan 14 2007 Deji Akingunola <dakingun at gmail.com> - 1.5.9-2
- Rebuild with lucene support



Index: sword.spec
===================================================================
RCS file: /cvs/extras/rpms/sword/devel/sword.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sword.spec	9 Nov 2006 04:19:49 -0000	1.12
+++ sword.spec	15 Jan 2007 00:37:56 -0000	1.13
@@ -1,6 +1,6 @@
 Name:           sword           
 Version:        1.5.9
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Free Bible Software Project
 
 Group:          System Environment/Libraries
@@ -14,6 +14,7 @@
 BuildRequires:  zlib-devel
 BuildRequires:  libidn-devel
 BuildRequires:  libicu-devel icu
+BuildRequires:  clucene-core-devel
 
 %description
 The SWORD Project is the CrossWire Bible Society's free Bible software
@@ -40,7 +41,7 @@
 %setup -q
 
 %build
-%configure --disable-static --with-icu
+%configure --disable-static --with-icu --with-lucene
 make 
 #%%{?_smp_mflags} sometimes causes build failure
 
@@ -80,6 +81,9 @@
 
 
 %changelog
+* Sun Jan 14 2007 Deji Akingunola <dakingun at gmail.com> - 1.5.9-2
+- Rebuild with lucene support
+
 * Wed Nov 08 2006 Deji Akingunola <dakingun at gmail.com> - 1.5.9-1
 - New release
 - Build with icu support




More information about the scm-commits mailing list