|
@@ -1,11 +1,16 @@
|
|
Name: perl-WWW-Curl
|
|
Name: perl-WWW-Curl
|
|
Version: 4.17
|
|
Version: 4.17
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 2%{?_dist_release}
|
|
Summary: Perl extension interface for libcurl
|
|
Summary: Perl extension interface for libcurl
|
|
License: MIT
|
|
License: MIT
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
URL: http://search.cpan.org/dist/WWW-Curl/
|
|
URL: http://search.cpan.org/dist/WWW-Curl/
|
|
Source0: http://search.cpan.org/CPAN/authors/id/S/SZ/SZBALINT/WWW-Curl-%{version}.tar.gz
|
|
Source0: http://search.cpan.org/CPAN/authors/id/S/SZ/SZBALINT/WWW-Curl-%{version}.tar.gz
|
|
|
|
+Patch0: WWW-Curl-4.17-Skip-preprocessor-symbol-only-CURL_STRICTER.patch
|
|
|
|
+
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+
|
|
BuildRequires: perl
|
|
BuildRequires: perl
|
|
BuildRequires: perl(inc::Module::Install)
|
|
BuildRequires: perl(inc::Module::Install)
|
|
BuildRequires: perl(Carp)
|
|
BuildRequires: perl(Carp)
|
|
@@ -28,6 +33,7 @@ WWW::Curl is a Perl extension interface for libcurl.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q -n WWW-Curl-%{version}
|
|
%setup -q -n WWW-Curl-%{version}
|
|
|
|
+%patch0 -p1
|
|
rm -rf inc && sed -i -e '/^inc\//d' MANIFEST
|
|
rm -rf inc && sed -i -e '/^inc\//d' MANIFEST
|
|
|
|
|
|
%build
|
|
%build
|
|
@@ -62,6 +68,10 @@ make test
|
|
%{_mandir}/man3/*
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Aug 24 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 4.17-2
|
|
|
|
+- rebuilt with perl-5.26.2.
|
|
|
|
+- added Patch0 for recent curl.
|
|
|
|
+
|
|
* Sun Dec 07 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 4.17-1
|
|
* Sun Dec 07 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 4.17-1
|
|
- initial build for Vine Linux
|
|
- initial build for Vine Linux
|
|
|
|
|