From 83a2556627401cf710240aa534b6906c17e06f70 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 09:52:43 +0100 Subject: [PATCH] automatic update by autodist [release 4.17-1mamba;Sat Feb 22 2014] --- README.md | 2 ++ perl-WWW-Curl.spec | 75 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 77 insertions(+) create mode 100644 perl-WWW-Curl.spec diff --git a/README.md b/README.md index 9ed10ad..3784fea 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # perl-WWW-Curl +WWW - Perl extension interface for libcurl. + diff --git a/perl-WWW-Curl.spec b/perl-WWW-Curl.spec new file mode 100644 index 0000000..a859ea9 --- /dev/null +++ b/perl-WWW-Curl.spec @@ -0,0 +1,75 @@ +%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) + +Name: perl-WWW-Curl +Version: 4.17 +Release: 1mamba +Summary: WWW - Perl extension interface for libcurl +Group: System/Libraries/Perl +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.cpan.org +Source: http://search.cpan.org/CPAN/authors/id/S/SZ/SZBALINT/WWW-Curl-%{version}.tar.gz +License: MPL, MIT +Requires: perl >= %perl_major_ver +BuildRequires: perl-devel >= %perl_major_ver +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +WWW - Perl extension interface for libcurl. + +%prep +%setup -q -n WWW-Curl-%{version} + +%build +perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor +%make + +# Failed test 'https://www.microsoft.com/ ssl test succeeds' +# at t/08ssl.t line 86. + +# Failed test 'https://www.microsoft.com/ ssl test succeeds' +# at t/08ssl.t line 86. +#% make test + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall_perl +packlist=`find %{buildroot} -name .packlist` +[ -z "$packlist" ] && exit 1 || cat $packlist | \ + sed "s,%buildroot,,g;s,.*/man/.*,&.gz,g" | \ + sort -u > .packlist && rm $packlist + +strid=`echo $packlist | sed 's,.*auto\(.*\)/.packlist,\1,'` +for dir in `find %{buildroot} -type d | grep $strid`; do + echo "%dir ${dir#%buildroot}" >> .packlist +done + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +rm -f .packlist + +%files -f .packlist +%defattr(-,root,root) + +%changelog +* Sat Feb 22 2014 Automatic Build System 4.17-1mamba +- automatic update by autodist + +* Mon Nov 12 2012 Silvan Calarco 4.15-2mamba +- perl 5.16 mass rebuild + +* Wed Dec 01 2010 Automatic Build System 4.15-1mamba +- automatic update by autodist + +* Thu Nov 11 2010 Automatic Build System 4.14-1mamba +- automatic update by autodist + +* Fri Oct 01 2010 Automatic Build System 4.13-1mamba +- automatic update by autodist + +* Tue Aug 10 2010 Automatic Build System 4.12-1mamba +- automatic update by autodist + +* Tue Jun 29 2010 Silvan Calarco 4.11-1mamba +- package created by autospec