diff --git a/.gitignore b/.gitignore index ebe8ff0..e8487c8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /Module-CPANfile-1.0001.tar.gz /Module-CPANfile-1.1000.tar.gz +/Module-CPANfile-1.1001.tar.gz diff --git a/perl-Module-CPANfile.spec b/perl-Module-CPANfile.spec index 878322c..1382488 100644 --- a/perl-Module-CPANfile.spec +++ b/perl-Module-CPANfile.spec @@ -1,12 +1,15 @@ Name: perl-Module-CPANfile -Version: 1.1000 -Release: 3%{?dist} +Version: 1.1001 +Release: 1%{?dist} Summary: Parse cpanfile License: GPL+ or Artistic 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 BuildRequires: perl(base) BuildRequires: perl(Carp) @@ -55,7 +58,8 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; make test %files -%doc Changes LICENSE README +%license LICENSE +%doc Changes README %{_bindir}/mymeta-cpanfile %{_bindir}/cpanfile-dump %{perl_vendorlib}/* @@ -64,6 +68,9 @@ make test %{_mandir}/man3/* %changelog +* Mon Sep 07 2015 Jitka Plesnikova - 1.1001-1 +- 1.1001 bump + * Thu Jun 18 2015 Fedora Release Engineering - 1.1000-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 631654d..2adf85f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -28777403c3cbe8ac13db866b2135cb53 Module-CPANfile-1.1000.tar.gz +dcee6be0ecfd5cd56bd58a41b2fda9ee Module-CPANfile-1.1001.tar.gz