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.08.tar.gz
|
||||||
|
/Test-Pod-Coverage-1.10.tar.gz
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
Name: perl-Test-Pod-Coverage
|
Name: perl-Test-Pod-Coverage
|
||||||
Version: 1.08
|
Version: 1.10
|
||||||
Release: 23%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Check for pod coverage in your distribution
|
Summary: Check for pod coverage in your distribution
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: GPL+ or Artistic
|
License: Artistic 2.0
|
||||||
URL: http://search.cpan.org/dist/Test-Pod-Coverage/
|
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
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
@ -25,7 +25,9 @@ BuildRequires: perl(Test::Pod) >= 1.14
|
|||||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||||
|
|
||||||
%description
|
%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
|
%prep
|
||||||
%setup -q -n Test-Pod-Coverage-%{version}
|
%setup -q -n Test-Pod-Coverage-%{version}
|
||||||
@ -43,11 +45,15 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
|
|||||||
make test
|
make test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc Changes
|
%doc Changes README
|
||||||
%{perl_vendorlib}/Test/
|
%{perl_vendorlib}/Test/
|
||||||
%{_mandir}/man3/*.3pm*
|
%{_mandir}/man3/*.3pm*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user