1.1000 bump
This commit is contained in:
parent
afb78a0ac1
commit
6d0715b894
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/Module-CPANfile-1.0001.tar.gz
|
||||
/Module-CPANfile-1.1000.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: perl-Module-CPANfile
|
||||
Version: 1.0001
|
||||
Release: 5%{?dist}
|
||||
Version: 1.1000
|
||||
Release: 1%{?dist}
|
||||
Summary: Parse cpanfile
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -12,10 +12,12 @@ BuildRequires: perl(base)
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Cwd)
|
||||
BuildRequires: perl(CPAN::Meta) >= 2.12091
|
||||
BuildRequires: perl(CPAN::Meta::Prereqs) >= 2.12091
|
||||
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) >= 6.30
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(parent)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
# tests
|
||||
@ -45,10 +47,8 @@ perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
|
||||
|
||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
||||
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
%check
|
||||
@ -57,11 +57,16 @@ make test
|
||||
%files
|
||||
%doc Changes LICENSE README
|
||||
%{_bindir}/mymeta-cpanfile
|
||||
%{_bindir}/cpanfile-dump
|
||||
%{perl_vendorlib}/*
|
||||
%{_mandir}/man1/mymeta-cpanfile*
|
||||
%{_mandir}/man1/cpanfile-dump*
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Fri Sep 19 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.1000-1
|
||||
- 1.1000 bump
|
||||
|
||||
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.0001-5
|
||||
- Perl 5.20 rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user