Author: mmaslano Update of /cvs/pkgs/rpms/perl-pip/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3038 Modified Files: .cvsignore sources Added Files: perl-pip.spec Log Message: * Tue Jan 12 2010 Marcela Mašláňová <mmaslano@xxxxxxxxxx> 1.16-1 - fix bugs for review --- NEW FILE perl-pip.spec --- Name: perl-pip Version: 1.16 Release: 1%{?dist} Summary: Perl Installation Program, for scripted and distribution installation License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/pip/ Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/pip-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Archive::Tar) BuildRequires: perl(Archive::Zip) >= 1.29 BuildRequires: perl(CPAN) >= 1.76 BuildRequires: perl(CPAN::Inject) >= 0.07 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::pushd) >= 0.32 BuildRequires: perl(File::Which) >= 1.08 BuildRequires: perl(IO::Zlib) BuildRequires: perl(LWP::Online) >= 1.06 BuildRequires: perl(LWP::Simple) BuildRequires: perl(Params::Util) >= 0.21 BuildRequires: perl(Test::More) >= 0.42 BuildRequires: perl(Test::Script) >= 1.02 BuildRequires: perl(URI) Requires: perl(Archive::Tar) Requires: perl(Archive::Zip) >= 1.29 Requires: perl(CPAN) >= 1.76 Requires: perl(CPAN::Inject) >= 0.07 Requires: perl(File::pushd) >= 0.32 Requires: perl(File::Which) >= 1.08 Requires: perl(IO::Zlib) Requires: perl(LWP::Simple) Requires: perl(Params::Util) >= 0.21 Requires: perl(PAR::Dist) >= 0.25 Requires: perl(URI) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description The pip ("Perl Installation Program") console application is used to install Perl distributions in a wide variety of formats, both from CPAN and from external third-party locations, while supporting module dependencies that go across the boundary from third-party to CPAN. %prep %setup -q -n pip-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor 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 -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check # too long response time %{?!_with_network_tests: rm t/03_uri.t } make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/* %{_bindir}/pip %changelog * Tue Jan 12 2010 Marcela Mašláňová <mmaslano@xxxxxxxxxx> 1.16-1 - fix bugs for review * Wed Nov 18 2009 Marcela Mašláňová <mmaslano@xxxxxxxxxx> 0.13-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-pip/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 13 Jan 2010 20:39:43 -0000 1.1 +++ .cvsignore 14 Jan 2010 07:09:43 -0000 1.2 @@ -0,0 +1 @@ +pip-1.16.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-pip/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 13 Jan 2010 20:39:43 -0000 1.1 +++ sources 14 Jan 2010 07:09:43 -0000 1.2 @@ -0,0 +1 @@ +93fa1c199f779ab0086a613fb7e18b56 pip-1.16.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel