1.5007 bump
This commit is contained in:
parent
e8ffb21c76
commit
38f3864d08
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@ App-cpanminus-0.9935.tar.gz
|
||||
/App-cpanminus-1.5004.tar.gz
|
||||
/App-cpanminus-1.5005.tar.gz
|
||||
/App-cpanminus-1.5006.tar.gz
|
||||
/App-cpanminus-1.5007.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: perl-App-cpanminus
|
||||
Version: 1.5006
|
||||
Version: 1.5007
|
||||
Release: 1%{?dist}
|
||||
Summary: Library for get, unpack, build and install CPAN modules
|
||||
License: GPL+ or Artistic
|
||||
@ -12,6 +12,8 @@ BuildRequires: perl(Test::More)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
# Required by bin/cpanm
|
||||
Requires: perl(Cwd)
|
||||
Requires: perl(ExtUtils::Install) >= 1.46
|
||||
Requires: perl(ExtUtils::MakeMaker) >= 6.31
|
||||
Requires: perl(File::Path)
|
||||
Requires: perl(File::Spec)
|
||||
Requires: perl(Getopt::Long)
|
||||
@ -64,6 +66,9 @@ make test
|
||||
%{_bindir}/cpanm
|
||||
|
||||
%changelog
|
||||
* Wed Dec 21 2011 Marcela Mašláňová <mmaslano@redhat.com> 1.5007-1
|
||||
- 1.5007 bump
|
||||
|
||||
* Wed Nov 30 2011 Petr Šabata <contyk@redhat.com> - 1.5006-1
|
||||
- 1.5006 bump
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user