commit eb7414d0b368311f299a933dfec82a1e305a2e69 Author: Marcela MaÅlÃÅovà <mmaslano@xxxxxxxxxx> Date: Thu Dec 2 15:23:59 2010 +0100 Update to 1.19 .gitignore | 1 + perl-pip.spec | 50 +++++++++++++++++++++++++++++++++++++++----------- sources | 2 +- 3 files changed, 41 insertions(+), 12 deletions(-) --- diff --git a/.gitignore b/.gitignore index becb5f7..097fbe7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ pip-1.16.tar.gz /pip-1.18.tar.gz +/pip-1.19.tar.gz diff --git a/perl-pip.spec b/perl-pip.spec index c120cd5..e4c59cd 100644 --- a/perl-pip.spec +++ b/perl-pip.spec @@ -1,38 +1,52 @@ Name: perl-pip -Version: 1.18 -Release: 1%{?dist} Summary: Perl Installation Program, for scripted and distribution installation +Version: 1.19 +Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries +Source0: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/pip-%{version}.tar.gz 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) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch -BuildRequires: perl >= 5.6.0 + BuildRequires: perl(Archive::Tar) BuildRequires: perl(Archive::Zip) >= 1.29 +BuildRequires: perl(Carp) BuildRequires: perl(CPAN) >= 1.76 BuildRequires: perl(CPAN::Inject) >= 0.07 -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 +BuildRequires: perl(File::Basename) BuildRequires: perl(File::pushd) >= 0.32 +BuildRequires: perl(File::Spec) >= 0.80 +BuildRequires: perl(File::Temp) >= 0.14 BuildRequires: perl(File::Which) >= 1.08 +BuildRequires: perl(Getopt::Long) BuildRequires: perl(IO::Zlib) BuildRequires: perl(LWP::Online) >= 1.06 BuildRequires: perl(LWP::Simple) +BuildRequires: perl(PAR::Dist) >= 0.25 BuildRequires: perl(Params::Util) >= 1.00 BuildRequires: perl(Test::More) >= 0.42 BuildRequires: perl(Test::Script) >= 1.02 -BuildRequires: perl(URI) + Requires: perl(Archive::Zip) >= 1.29 +Requires: perl(Carp) Requires: perl(CPAN) >= 1.76 Requires: perl(CPAN::Inject) >= 0.07 +Requires: perl(File::Basename) Requires: perl(File::pushd) >= 0.32 +Requires: perl(File::Spec) >= 0.80 +Requires: perl(File::Temp) >= 0.14 Requires: perl(File::Which) >= 1.08 +Requires: perl(Getopt::Long) Requires: perl(IO::Zlib) Requires: perl(LWP::Simple) -Requires: perl(Params::Util) >= 1.00 Requires: perl(PAR::Dist) >= 0.25 -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(Params::Util) >= 1.00 +Requires: perl(URI) + + +%{?perl_default_filter} %description The pip ("Perl Installation Program") console application is used to @@ -48,8 +62,6 @@ that go across the boundary from third-party to CPAN. 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 {} \; @@ -75,6 +87,22 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/perl-pip %changelog +* Thu Dec 02 2010 Marcela MaÅlÃÅovà <mmaslano@xxxxxxxxxx> 1.19-1 +- update by Fedora::App::MaintainerTools 0.006 +- updating to latest GA CPAN version (1.19) +- added a new br on perl(Carp) (version 0) +- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) +- added a new br on perl(File::Basename) (version 0) +- added a new br on perl(File::Spec) (version 0.80) +- added a new br on perl(File::Temp) (version 0.14) +- added a new br on perl(Getopt::Long) (version 0) +- added a new br on perl(PAR::Dist) (version 0.25) +- added a new req on perl(Carp) (version 0) +- added a new req on perl(File::Basename) (version 0) +- added a new req on perl(File::Spec) (version 0.80) +- added a new req on perl(File::Temp) (version 0.14) +- added a new req on perl(Getopt::Long) (version 0) + * Thu Sep 16 2010 Petr Pisar <ppisar@xxxxxxxxxx> - 1.18-1 - 1.18 bump - Remove autodetected perl(Archive::Tar) and perl(URI) Requires diff --git a/sources b/sources index 58cdd81..2d7d36c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -61ccf13c50d2b485172748e46464b019 pip-1.18.tar.gz +c1065275c4e17fd9e86455e4d0503a52 pip-1.19.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