%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-WWW-Curl Version: 4.15 Release: 2mamba 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 * 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