diff --git a/.gitignore b/.gitignore index 4654278..6e263a3 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ Test-Compile-0.13.tar.gz /Test-Compile-0.24.tar.gz /Test-Compile-v1.2.0.tar.gz /Test-Compile-v1.2.1.tar.gz +/Test-Compile-v1.3.0.tar.gz diff --git a/perl-Test-Compile.spec b/perl-Test-Compile.spec index 46e52d9..1dfe158 100644 --- a/perl-Test-Compile.spec +++ b/perl-Test-Compile.spec @@ -1,15 +1,18 @@ # Real version -%global cpan_version v1.2.1 +%global cpan_version v1.3.0 Name: perl-Test-Compile Version: %(echo '%{cpan_version}' | tr -d 'v') -Release: 3%{?dist} +Release: 1%{?dist} Summary: Check whether Perl module files compile correctly License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Test-Compile/ Source0: http://search.cpan.org/CPAN/authors/id/E/EG/EGILES/Test-Compile-%{cpan_version}.tar.gz BuildArch: noarch +BuildRequires: coreutils +BuildRequires: findutils +BuildRequires: make BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker) # Run-time @@ -47,11 +50,15 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} + make test %files -%doc Changes LICENSE README +%license LICENSE +%doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Fri Sep 25 2015 Jitka Plesnikova - 1.3.0-1 +- 1.3.0 bump + * Thu Jun 18 2015 Fedora Release Engineering - 1.2.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 581d1f7..ef19f68 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f93c3ec04034a42c21ffdc2d72b09200 Test-Compile-v1.2.1.tar.gz +c7e8c9255d818823d440ac640527e7f8 Test-Compile-v1.3.0.tar.gz