rpms/perl-WWW-Curl/EL-5 perl-WWW-Curl.spec,1.10,1.11

Xavier Bachelot xavierb at fedoraproject.org
Sun Feb 7 22:10:10 UTC 2010


Author: xavierb

Update of /cvs/pkgs/rpms/perl-WWW-Curl/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7051

Modified Files:
	perl-WWW-Curl.spec 
Log Message:
Adapt spec for EL5.


Index: perl-WWW-Curl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-WWW-Curl/EL-5/perl-WWW-Curl.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- perl-WWW-Curl.spec	18 Dec 2009 23:53:15 -0000	1.10
+++ perl-WWW-Curl.spec	7 Feb 2010 22:10:10 -0000	1.11
@@ -1,6 +1,6 @@
 Name:           perl-WWW-Curl
 Version:        4.11
-Release:        1%{?dist}
+Release:        1%{?dist}.1
 Summary:        Perl extension interface for libcurl
 License:        MPLv1.1 or MIT
 Group:          Development/Libraries
@@ -10,7 +10,11 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 BuildRequires:  perl >= 1:5.6.1
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::Base)
+%if 0%{?rhel} <= 5
+BuildRequires:  curl-devel
+%else
 BuildRequires:  libcurl-devel
+%endif
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -60,6 +64,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Wed Feb 03 2010 Xavier Bachelot <xavier at bachelot.org> - 4.11-1.1
+- Adapt spec for EL5.
 * Fri Dec 18 2009 Nicoleau Fabien <nicoleau.fabien at gmail.com> - 4.11-1
 - Update to 4.11
 * Mon Dec  7 2009 Stepan Kasal <skasal at redhat.com> - 4.09-3



More information about the scm-commits mailing list