1.5014 bump
This commit is contained in:
parent
eb01094578
commit
8d5b5790fe
1
.gitignore
vendored
1
.gitignore
vendored
@ -29,3 +29,4 @@ App-cpanminus-0.9935.tar.gz
|
|||||||
/App-cpanminus-1.5010.tar.gz
|
/App-cpanminus-1.5010.tar.gz
|
||||||
/App-cpanminus-1.5011.tar.gz
|
/App-cpanminus-1.5011.tar.gz
|
||||||
/App-cpanminus-1.5013.tar.gz
|
/App-cpanminus-1.5013.tar.gz
|
||||||
|
/App-cpanminus-1.5014.tar.gz
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
Name: perl-App-cpanminus
|
Name: perl-App-cpanminus
|
||||||
Version: 1.5013
|
Version: 1.5014
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Library for get, unpack, build and install CPAN modules
|
Summary: Library for get, unpack, build and install CPAN modules
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -9,7 +9,7 @@ Source0: http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-%{ver
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
BuildRequires: perl(Test::More)
|
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
|
# Required by bin/cpanm
|
||||||
Requires: perl(Cwd)
|
Requires: perl(Cwd)
|
||||||
Requires: perl(ExtUtils::Install) >= 1.46
|
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}
|
%setup -q -n App-cpanminus-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -66,6 +66,10 @@ make test
|
|||||||
%{_bindir}/cpanm
|
%{_bindir}/cpanm
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 1.5013-2
|
||||||
- Perl 5.16 rebuild
|
- Perl 5.16 rebuild
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user