1.5014 bump

This commit is contained in:
Petr Šabata 2012-06-13 15:41:15 +02:00
parent eb01094578
commit 8d5b5790fe
3 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View File

@ -29,3 +29,4 @@ App-cpanminus-0.9935.tar.gz
/App-cpanminus-1.5010.tar.gz
/App-cpanminus-1.5011.tar.gz
/App-cpanminus-1.5013.tar.gz
/App-cpanminus-1.5014.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-App-cpanminus
Version: 1.5013
Release: 2%{?dist}
Version: 1.5014
Release: 1%{?dist}
Summary: Library for get, unpack, build and install CPAN modules
License: GPL+ or Artistic
Group: Development/Libraries
@ -9,7 +9,7 @@ Source0: http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-%{ver
BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::More)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
# Required by bin/cpanm
Requires: perl(Cwd)
Requires: perl(ExtUtils::Install) >= 1.46
@ -46,7 +46,7 @@ scripting. When running, it requires only 10 MB of RAM.
%setup -q -n App-cpanminus-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%install
@ -66,6 +66,10 @@ make test
%{_bindir}/cpanm
%changelog
* Wed Jun 13 2012 Petr Šabata <contyk@redhat.com> - 1.5014-1
- 1.5014 bump
- Drop command macros
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 1.5013-2
- Perl 5.16 rebuild

View File

@ -1 +1 @@
156e69fbf3734814c0bd2e44fa706849 App-cpanminus-1.5013.tar.gz
660a714119b1a0601f0618ee256486e9 App-cpanminus-1.5014.tar.gz