Author: eponyme Update of /cvs/pkgs/rpms/perl-WWW-Curl/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1819/F-10 Modified Files: .cvsignore sources Added Files: import.log perl-WWW-Curl.spec Log Message: New package --- NEW FILE import.log --- perl-WWW-Curl-4_05-4_fc10:F-10:perl-WWW-Curl-4.05-4.fc10.src.rpm:1232048225 --- NEW FILE perl-WWW-Curl.spec --- Name: perl-WWW-Curl Version: 4.05 Release: 4%{?dist} Summary: Perl extension interface for libcurl License: MPLv1.1 or MIT Group: Development/Libraries URL: http://search.cpan.org/dist/WWW-Curl/ Source0: http://www.cpan.org/authors/id/S/SZ/SZBALINT/WWW-Curl-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl >= 1:5.6.1 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::Base) BuildRequires: libcurl-devel Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description WWW::Curl is a Perl extension interface for libcurl. %prep %setup -q -n WWW-Curl-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check # These tests require network %{?!_with_network_tests: rm t/01basic.t } %{?!_with_network_tests: rm t/02callbacks.t } %{?!_with_network_tests: rm t/04abort-test.t } %{?!_with_network_tests: rm t/05progress.t } %{?!_with_network_tests: rm t/09times.t } %{?!_with_network_tests: rm t/14duphandle.t } %{?!_with_network_tests: rm t/15duphandle-callback.t } %{?!_with_network_tests: rm t/18twinhandles.t } make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes LICENSE README %{perl_vendorarch}/auto/* %{perl_vendorarch}/WWW* %{_mandir}/man3/* %changelog * Wed Jan 14 2009 Nicoleau Fabien <nicoleau.fabien@xxxxxxxxx> - 4.05-4 - Licence update * Wed Jan 14 2009 Nicoleau Fabien <nicoleau.fabien@xxxxxxxxx> - 4.05-3 - README.Win32 file removed * Wed Jan 14 2009 Nicoleau Fabien <nicoleau.fabien@xxxxxxxxx> - 4.05-2 - Timestamp preserved - changelog format fix - README.Win32 file removed * Thu Dec 11 2008 Nicoleau Fabien <nicoleau.fabien@xxxxxxxxx> - 4.05-1 - Initial build with cpan2spec Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-WWW-Curl/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 14 Jan 2009 21:17:46 -0000 1.1 +++ .cvsignore 15 Jan 2009 19:38:58 -0000 1.2 @@ -0,0 +1 @@ +WWW-Curl-4.05.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-WWW-Curl/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 14 Jan 2009 21:17:46 -0000 1.1 +++ sources 15 Jan 2009 19:38:58 -0000 1.2 @@ -0,0 +1 @@ +a49d09edc7491d9d8abec3ef79799853 WWW-Curl-4.05.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list