rpms/sword/FC-5 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 sword.spec, 1.8, 1.9

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


Author: deji

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

Modified Files:
	.cvsignore sources sword.spec 
Log Message:
* Thu Nov 23 2006 Deji Akingunola <dakingun at gmail.com> - 1.5.9-1
- New release
 
* Fri Feb 17 2006 Michael A. Peters <mpeters at mac.com> - 1.5.8-7
- Rebuild in devel branch



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/sword/FC-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	7 Jun 2005 11:54:45 -0000	1.2
+++ .cvsignore	23 Nov 2006 18:45:08 -0000	1.3
@@ -1 +1 @@
-sword-1.5.8.tar.gz
+sword-1.5.9.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/sword/FC-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	7 Jun 2005 11:54:45 -0000	1.2
+++ sources	23 Nov 2006 18:45:08 -0000	1.3
@@ -1 +1 @@
-c36398c84bfb044c0c66ef3ffcf29400  sword-1.5.8.tar.gz
+e1f1af8c2add8310d0bbcddc9af523b8  sword-1.5.9.tar.gz


Index: sword.spec
===================================================================
RCS file: /cvs/extras/rpms/sword/FC-5/sword.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sword.spec	17 Feb 2006 12:11:01 -0000	1.8
+++ sword.spec	23 Nov 2006 18:45:08 -0000	1.9
@@ -1,21 +1,19 @@
 Name:           sword           
-Version:        1.5.8
-Release:        7%{?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
@@ -30,6 +28,7 @@
 Summary:  Development files for the sword project
 Group:    Development/Libraries
 Requires: %{name} = %{version}
+Requires: pkgconfig
 
 %description devel
 This package contains the development headers and libraries for the
@@ -39,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
 
@@ -54,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 {} ';'
 
@@ -74,7 +67,7 @@
 %doc samples doc
 %config(noreplace) %_sysconfdir/sword.conf
 %_bindir/*
-%dir %_libdir/sword
+%_libdir/sword/
 %_libdir/libsword-%{version}.so
 %_datadir/sword
 
@@ -87,6 +80,9 @@
 
 
 %changelog
+* Thu Nov 23 2006 Deji Akingunola <dakingun at gmail.com> - 1.5.9-1
+- New release
+ 
 * Fri Feb 17 2006 Michael A. Peters <mpeters at mac.com> - 1.5.8-7
 - Rebuild in devel branch
 




More information about the scm-commits mailing list