1.1004 bump
This commit is contained in:
parent
ec6ee4a295
commit
bcd4dde63d
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/Module-CPANfile-1.1001.tar.gz
|
||||
/Module-CPANfile-1.1002.tar.gz
|
||||
/Module-CPANfile-1.1003.tar.gz
|
||||
/Module-CPANfile-1.1004.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: perl-Module-CPANfile
|
||||
Version: 1.1003
|
||||
Version: 1.1004
|
||||
Release: 1%{?dist}
|
||||
Summary: Parse cpanfile
|
||||
License: GPL+ or Artistic
|
||||
@ -7,11 +7,9 @@ Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Module-CPANfile/
|
||||
Source0: http://www.cpan.org/authors/id/M/MI/MIYAGAWA/Module-CPANfile-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(base)
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Cwd)
|
||||
@ -20,7 +18,7 @@ BuildRequires: perl(CPAN::Meta::Feature) >= 2.12091
|
||||
BuildRequires: perl(CPAN::Meta::Prereqs) >= 2.12091
|
||||
BuildRequires: perl(CPAN::Meta::Requirements)
|
||||
BuildRequires: perl(Data::Dumper)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
BuildRequires: perl(parent)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
@ -49,12 +47,11 @@ specific dependencies, not just for CPAN distributions.
|
||||
%setup -q -n Module-CPANfile-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
%check
|
||||
@ -71,6 +68,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Fri Apr 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.1004-1
|
||||
- 1.1004 bump
|
||||
|
||||
* Mon Apr 23 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.1003-1
|
||||
- 1.1003 bump
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Module-CPANfile-1.1003.tar.gz) = 3e7cbb09744a54a858d4d1e4e54cda2e2393d8b5a3986a6530fc04062807694c601fce6188904192be28ea32eae56258ff53cab77d198c3dc7c126033acccf6c
|
||||
SHA512 (Module-CPANfile-1.1004.tar.gz) = cb2261c3d055d8010955456b8dfdb3abbc07318b1c7ff72848788e3d24f15ecf39ede28f84a30b391a5d52bb5d92eab2ab0af6d7d53a5723be2d23bff074d6cb
|
||||
|
Loading…
Reference in New Issue
Block a user