Name: perl-pip Version: 1.16 Release: 1%{?dist} Summary: Perl Installation Program, for scripted and third-party distribution installation License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/pip/ Source0: file:///home/dave/cpan/authors/id/A/AD/ADAMK/pip-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 0:5.00503 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(PAR::Dist) >= 0.25 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 make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun Feb 07 2010 Dave Cross 1.16-1 - Specfile autogenerated by cpanspec 1.78.