From 6d0715b894b2d63e7b82544494f604119e212524 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Fri, 19 Sep 2014 14:37:25 +0200 Subject: [PATCH] 1.1000 bump --- .gitignore | 1 + perl-Module-CPANfile.spec | 19 ++++++++++++------- sources | 2 +- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index d824f11..ebe8ff0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /Module-CPANfile-1.0001.tar.gz +/Module-CPANfile-1.1000.tar.gz diff --git a/perl-Module-CPANfile.spec b/perl-Module-CPANfile.spec index 295c528..7ac624a 100644 --- a/perl-Module-CPANfile.spec +++ b/perl-Module-CPANfile.spec @@ -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 - 1.1000-1 +- 1.1000 bump + * Wed Aug 27 2014 Jitka Plesnikova - 1.0001-5 - Perl 5.20 rebuild diff --git a/sources b/sources index 29f2f0d..631654d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d1fa25121f0409182a21b2ef89ab58e0 Module-CPANfile-1.0001.tar.gz +28777403c3cbe8ac13db866b2135cb53 Module-CPANfile-1.1000.tar.gz