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