rpms/sword/FC-4 sword.spec,1.3,1.4

Michael A. Peters (mpeters) fedora-extras-commits at redhat.com
Sat Oct 29 13:53:45 UTC 2005


Author: mpeters

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

Modified Files:
	sword.spec 
Log Message:
Update spec file to add Arabic support



Index: sword.spec
===================================================================
RCS file: /cvs/extras/rpms/sword/FC-4/sword.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sword.spec	9 Jun 2005 18:05:21 -0000	1.3
+++ sword.spec	29 Oct 2005 13:53:43 -0000	1.4
@@ -1,12 +1,14 @@
 Name:           sword           
 Version:        1.5.8
-Release:        3%{?dist}
+Release:        4%{?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
@@ -51,6 +53,8 @@
 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 {} ';'
 
@@ -83,6 +87,10 @@
 
 
 %changelog
+* Sat Oct 29 2005 Michael A. Peters <mpeters at mac.com> - 1.5.8-4
+- Added Arabic support files from Developer mailing list (they have
+- been added to the upstream SVN version)
+
 * Thu Jun 09 2005 Michael A. Peters <mpeters at mac.com> - 1.5.8-3
 - fix line breaks
 




More information about the fedora-extras-commits mailing list