rpms/sword/FC-4 sword.spec,1.1,1.2

Michael A. Peters (mpeters) fedora-extras-commits at redhat.com
Thu Jun 9 14:32:19 UTC 2005


Author: mpeters

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

Modified Files:
	sword.spec 
Log Message:
fixed dos line break issue



Index: sword.spec
===================================================================
RCS file: /cvs/extras/rpms/sword/FC-4/sword.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sword.spec	7 Jun 2005 11:54:45 -0000	1.1
+++ sword.spec	9 Jun 2005 14:32:17 -0000	1.2
@@ -1,14 +1,15 @@
 Name:           sword           
 Version:        1.5.8
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Free Bible Software Project
 
-Group:          System Environment/Libraries
+Group:          Development/Libraries
 License:        GPL
 URL:            http://www.crosswire.org/sword/
 Source0:        http://www.crosswire.org/ftpmirror/pub/sword/source/v1.5/sword-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+BuildRequires:  sed >= 3.95
 BuildRequires:  openssl-devel
 BuildRequires:  curl-devel
 BuildRequires:  zlib-devel
@@ -36,6 +37,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
@@ -79,5 +83,8 @@
 
 
 %changelog
+* Thu Jun 09 2005 Michael A. Peters <mpeters at mac.com> - 1.5.8-2
+- fix line breaks
+
 * Mon Jun 06 2005 Michael A. Peters <mpeters at mac.com> - 1.5.8-1
 - initial CVS checkin for Fedora Extras




More information about the fedora-extras-commits mailing list