rpms/sword/F-11 .cvsignore, 1.6, 1.7 sources, 1.6, 1.7 sword.spec, 1.27, 1.28 sword-gcc44.patch, 1.1, NONE

Deji Akingunola deji at fedoraproject.org
Tue Jun 9 01:53:12 UTC 2009


Author: deji

Update of /cvs/pkgs/rpms/sword/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1549

Modified Files:
	.cvsignore sources sword.spec 
Removed Files:
	sword-gcc44.patch 
Log Message:
* Thu May 14 2009 Deji Akingunola <dakingun at gmail.com> - 1.6.0-1
- Update to version 1.6.0



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/sword/F-11/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	27 May 2008 02:05:15 -0000	1.6
+++ .cvsignore	9 Jun 2009 01:52:42 -0000	1.7
@@ -1 +1 @@
-sword-1.5.11.tar.gz
+sword-1.6.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sword/F-11/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	27 May 2008 02:05:15 -0000	1.6
+++ sources	9 Jun 2009 01:52:42 -0000	1.7
@@ -1 +1 @@
-84a13fd3cf767902de91368424f30baa  sword-1.5.11.tar.gz
+292ca38b2427168b19d629b48a428dde  sword-1.6.0.tar.gz


Index: sword.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sword/F-11/sword.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- sword.spec	26 Feb 2009 04:33:45 -0000	1.27
+++ sword.spec	9 Jun 2009 01:52:42 -0000	1.28
@@ -1,13 +1,12 @@
 Name:           sword           
-Version:        1.5.11
-Release:        4%{?dist}
+Version:        1.6.0
+Release:        1%{?dist}
 Summary:        Free Bible Software Project
 
 Group:          System Environment/Libraries
 License:        GPLv2
 URL:            http://www.crosswire.org/sword/
 Source0:        http://www.crosswire.org/ftpmirror/pub/sword/source/v1.5/sword-%{version}.tar.gz
-Patch0:		sword-gcc44.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  openssl-devel
 BuildRequires:  curl-devel
@@ -15,6 +14,7 @@ BuildRequires:  zlib-devel
 BuildRequires:  libidn-devel
 BuildRequires:  libicu-devel icu
 BuildRequires:  clucene-core-devel
+BuildRequires:  cppunit-devel
 
 %description
 The SWORD Project is the CrossWire Bible Society's free Bible software
@@ -40,10 +40,11 @@ that uses the sword API, such as Gnomesw
 
 %prep
 %setup -q
-%patch0 -p0 -b .gcc44
 
 %build
-%configure --disable-static --with-icu --with-lucene
+%configure --disable-static --with-icu
+sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
+sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 make %{?_smp_mflags}
 
 
@@ -81,6 +82,9 @@ rm -rf %{buildroot}
 %{_libdir}/libsword.so
 
 %changelog
+* Thu May 14 2009 Deji Akingunola <dakingun at gmail.com> - 1.6.0-1
+- Update to version 1.6.0
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.5.11-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


--- sword-gcc44.patch DELETED ---




More information about the fedora-extras-commits mailing list