1.10 bump; Updated license and URL

This commit is contained in:
Jitka Plesnikova 2014-07-29 16:12:54 +02:00
parent 22b08f29a2
commit 65ad25a1c4
3 changed files with 14 additions and 7 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
Test-Pod-Coverage-1.08.tar.gz
/Test-Pod-Coverage-1.10.tar.gz

View File

@ -1,11 +1,11 @@
Name: perl-Test-Pod-Coverage
Version: 1.08
Release: 23%{?dist}
Version: 1.10
Release: 1%{?dist}
Summary: Check for pod coverage in your distribution
Group: Development/Libraries
License: GPL+ or Artistic
License: Artistic 2.0
URL: http://search.cpan.org/dist/Test-Pod-Coverage/
Source0: http://www.cpan.org/authors/id/P/PE/PETDANCE/Test-Pod-Coverage-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/N/NE/NEILB/Test-Pod-Coverage-%{version}.tar.gz
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker)
@ -25,7 +25,9 @@ BuildRequires: perl(Test::Pod) >= 1.14
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
%description
Checks for POD coverage in files for your distribution.
Test::Pod::Coverage is used to create a test for your distribution, to
ensure that all relevant files in your distribution are appropriately
documented in pod.
%prep
%setup -q -n Test-Pod-Coverage-%{version}
@ -43,11 +45,15 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
make test
%files
%doc Changes
%doc Changes README
%{perl_vendorlib}/Test/
%{_mandir}/man3/*.3pm*
%changelog
* Tue Jul 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.10-1
- 1.10 bump
- Updated license and URL
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.08-23
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

View File

@ -1 +1 @@
33405cca7c75b7b89c06ba30eea66692 Test-Pod-Coverage-1.08.tar.gz
c9ea5f4182415b13d2db18484a38c01b Test-Pod-Coverage-1.10.tar.gz