rpms/curl/devel curl.spec,1.114,1.115

Kamil Dudka kdudka at fedoraproject.org
Thu Sep 17 12:28:23 UTC 2009


Author: kdudka

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

Modified Files:
	curl.spec 
Log Message:
- make curl test-suite more verbose


Index: curl.spec
===================================================================
RCS file: /cvs/extras/rpms/curl/devel/curl.spec,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -p -r1.114 -r1.115
--- curl.spec	16 Sep 2009 14:46:47 -0000	1.114
+++ curl.spec	17 Sep 2009 12:28:23 -0000	1.115
@@ -1,7 +1,7 @@
 Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
 Name: curl
 Version: 7.19.6
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: MIT
 Group: Applications/Internet
 Source: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma
@@ -92,7 +92,9 @@ sed -i \
 make %{?_smp_mflags}
 
 %check
-LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir} make %{?_smp_mflags} check
+export LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}
+make %{?_smp_mflags} -C tests
+cd tests && ./runtests.pl -p -v
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -150,6 +152,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/aclocal/libcurl.m4
 
 %changelog
+* Thu Sep 17 2009 Kamil Dudka <kdudka at redhat.com> 7.19.6-7
+- make curl test-suite more verbose
+
 * Wed Sep 16 2009 Kamil Dudka <kdudka at redhat.com> 7.19.6-6
 - update polling patch to the latest upstream version
 




More information about the fedora-extras-commits mailing list