rpms/curl/devel curl.spec,1.103,1.104

Kamil Dudka kdudka at fedoraproject.org
Sun Jul 5 18:44:37 UTC 2009


Author: kdudka

Update of /cvs/extras/rpms/curl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29117

Modified Files:
	curl.spec 
Log Message:
force test suite to use the just built libcurl


Index: curl.spec
===================================================================
RCS file: /cvs/extras/rpms/curl/devel/curl.spec,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -p -r1.103 -r1.104
--- curl.spec	2 Jul 2009 14:37:19 -0000	1.103
+++ curl.spec	5 Jul 2009 18:44:07 -0000	1.104
@@ -1,7 +1,7 @@
 Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
 Name: curl
 Version: 7.19.5
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: MIT
 Group: Applications/Internet
 Source: http://curl.haxx.se/download/%{name}-%{version}.tar.bz2
@@ -78,7 +78,7 @@ sed -i \
 make %{?_smp_mflags}
 
 %check
-make %{?_smp_mflags} check
+LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir} make %{?_smp_mflags} check
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -136,6 +136,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/aclocal/libcurl.m4
 
 %changelog
+* Sun Jul 05 2009 Kamil Dudka <kdudka at redhat.com> 7.19.5-6
+- force test suite to use the just built libcurl, thanks to Paul Howarth
+
 * Thu Jul 02 2009 Kamil Dudka <kdudka at redhat.com> 7.19.5-5
 - run test suite after build
 - enable built-in manual




More information about the fedora-extras-commits mailing list