rpms/curl/F-12 curl.spec,1.128,1.129

Kamil Dudka kdudka at fedoraproject.org
Wed Dec 9 18:06:57 UTC 2009


Author: kdudka

Update of /cvs/extras/rpms/curl/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16436

Modified Files:
	curl.spec 
Log Message:
- use different port numbers for 32bit and 64bit builds


Index: curl.spec
===================================================================
RCS file: /cvs/extras/rpms/curl/F-12/curl.spec,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -p -r1.128 -r1.129
--- curl.spec	8 Dec 2009 09:49:51 -0000	1.128
+++ curl.spec	9 Dec 2009 18:06:57 -0000	1.129
@@ -1,7 +1,7 @@
 Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
 Name: curl
 Version: 7.19.7
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: MIT
 Group: Applications/Internet
 Source: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma
@@ -119,7 +119,9 @@ make %{?_smp_mflags}
 export LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}
 cd tests
 make %{?_smp_mflags}
-./runtests.pl -a -p -v
+# use different port range for 32bit and 64bit build, thus make it possible
+# to run both in parallel on the same machine
+./runtests.pl -a -b89%{?__isa_bits} -p -v
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -178,6 +180,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/aclocal/libcurl.m4
 
 %changelog
+* Wed Dec 09 2009 Kamil Dudka <kdudka at redhat.com> 7.19.7-5
+- use different port numbers for 32bit and 64bit builds
+
 * Tue Dec 08 2009 Kamil Dudka <kdudka at redhat.com> 7.19.7-4
 - avoid use of uninitialized value in lib/nss.c
 - make it possible to run test241




More information about the fedora-extras-commits mailing list