1.10 bump; Updated license and URL
This commit is contained in:
parent
22b08f29a2
commit
65ad25a1c4
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
Test-Pod-Coverage-1.08.tar.gz
|
||||
/Test-Pod-Coverage-1.10.tar.gz
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user