rpms/sword/FC-6 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 sword.spec, 1.11, 1.12

Deji Akingunola (deji) fedora-extras-commits at redhat.com
Thu Nov 23 18:44:02 UTC 2006


Author: deji

Update of /cvs/extras/rpms/sword/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18339

Modified Files:
	.cvsignore sources sword.spec 
Log Message:
* Thu Nov 23 2006 Deji Akingunola <dakingun at gmail.com> - 1.5.9-1
- New release



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/sword/FC-6/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	13 Oct 2006 18:57:47 -0000	1.3
+++ .cvsignore	23 Nov 2006 18:43:32 -0000	1.4
@@ -1 +1 @@
-sword-1.5.9-1.src.rpm
+sword-1.5.9.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/sword/FC-6/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	13 Oct 2006 18:57:47 -0000	1.3
+++ sources	23 Nov 2006 18:43:32 -0000	1.4
@@ -1 +1 @@
-2718a640384bf378fc8d229514f8abbd  sword-1.5.9-1.src.rpm
+e1f1af8c2add8310d0bbcddc9af523b8  sword-1.5.9.tar.gz


Index: sword.spec
===================================================================
RCS file: /cvs/extras/rpms/sword/FC-6/sword.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sword.spec	4 Oct 2006 22:36:34 -0000	1.11
+++ sword.spec	23 Nov 2006 18:43:32 -0000	1.12
@@ -1,21 +1,19 @@
 Name:           sword           
-Version:        1.5.8
-Release:        10%{?dist}
+Version:        1.5.9
+Release:        1%{?dist}
 Summary:        Free Bible Software Project
 
 Group:          System Environment/Libraries
 License:        GPL
 URL:            http://www.crosswire.org/sword/
 Source0:        http://www.crosswire.org/ftpmirror/pub/sword/source/v1.5/sword-%{version}.tar.gz
-Source1:        ar_EG-cp1256.conf
-Source2:        ar_EG-utf8.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  sed >= 3.95
 BuildRequires:  openssl-devel
 BuildRequires:  curl-devel
 BuildRequires:  zlib-devel
 BuildRequires:  libidn-devel
+BuildRequires:  libicu-devel icu
 
 %description
 The SWORD Project is the CrossWire Bible Society's free Bible software
@@ -40,13 +38,9 @@
 
 %prep
 %setup -q
-%{__sed} -i 's?\r??' include/ftptrans.h
-%{__sed} -i 's?\r??' include/ftplibftpt.h
-%{__sed} -i 's?\r??' include/curlftpt.h
-
 
 %build
-%configure --disable-static
+%configure --disable-static --with-icu
 make 
 #%%{?_smp_mflags} sometimes causes build failure
 
@@ -55,8 +49,6 @@
 rm -rf %buildroot
 make install DESTDIR=%buildroot
 %__mkdir_p %buildroot%_datadir/sword/modules
-install -p -m644 %{SOURCE1} %buildroot%_datadir/sword/locales.d/
-install -p -m644 %{SOURCE2} %buildroot%_datadir/sword/locales.d/
 
 find %buildroot%_libdir -type f -name "*.la" -exec rm -f {} ';'
 
@@ -75,7 +67,7 @@
 %doc samples doc
 %config(noreplace) %_sysconfdir/sword.conf
 %_bindir/*
-%dir %_libdir/sword
+%_libdir/sword/
 %_libdir/libsword-%{version}.so
 %_datadir/sword
 
@@ -88,6 +80,9 @@
 
 
 %changelog
+* Thu Nov 23 2006 Deji Akingunola <dakingun at gmail.com> - 1.5.9-1
+- New release
+
 * Thu Oct 05 2006 Christian Iseli <Christian.Iseli at licr.org> 1.5.8-10
  - rebuilt for unwind info generation, broken in gcc-4.1.1-21
 




More information about the fedora-extras-commits mailing list