[curl/f19] add all perl build requirements for the test suite, in a portable way

Kamil Dudka kdudka at fedoraproject.org
Wed Mar 26 23:53:50 UTC 2014


commit c67dc06e32f7e7bec025f70284b3d7536cc0d64b
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Mar 17 18:33:01 2014 +0000

    add all perl build requirements for the test suite, in a portable way

 curl.spec |   20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)
---
diff --git a/curl.spec b/curl.spec
index 9721e01..06117c0 100644
--- a/curl.spec
+++ b/curl.spec
@@ -1,7 +1,7 @@
 Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
 Name: curl
 Version: 7.29.0
-Release: 15%{?dist}
+Release: 16%{?dist}
 License: MIT
 Group: Applications/Internet
 Source: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma
@@ -89,6 +89,21 @@ BuildRequires: pkgconfig
 BuildRequires: stunnel
 BuildRequires: zlib-devel
 
+# perl modules used in the test suite
+BuildRequires: perl(Cwd)
+BuildRequires: perl(Digest::MD5)
+BuildRequires: perl(Exporter)
+BuildRequires: perl(File::Basename)
+BuildRequires: perl(File::Copy)
+BuildRequires: perl(File::Spec)
+BuildRequires: perl(IPC::Open2)
+BuildRequires: perl(MIME::Base64)
+BuildRequires: perl(strict)
+BuildRequires: perl(Time::Local)
+BuildRequires: perl(Time::HiRes)
+BuildRequires: perl(warnings)
+BuildRequires: perl(vars)
+
 # require valgrind to boost test coverage on i386 and x86_64
 %ifarch %{ix86} x86_64
 BuildRequires: valgrind
@@ -284,6 +299,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/aclocal/libcurl.m4
 
 %changelog
+* Mon Mar 17 2014 Paul Howarth <paul at city-fan.org> 7.29.0-16
+- add all perl build requirements for the test suite, in a portable way
+
 * Wed Mar 05 2014 Kamil Dudka <kdudka at redhat.com> 7.29.0-15
 - avoid spurious failure of test1086 on s390(x) koji builders (#1072273)
 


More information about the scm-commits mailing list