0.23 bump
This commit is contained in:
parent
0f53c53be3
commit
d70e5361e0
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
Pod-Coverage-0.20.tar.gz
|
||||
/Pod-Coverage-0.21.tar.gz
|
||||
/Pod-Coverage-0.22.tar.gz
|
||||
/Pod-Coverage-0.23.tar.gz
|
||||
|
||||
@ -1,22 +1,28 @@
|
||||
Name: perl-Pod-Coverage
|
||||
Version: 0.22
|
||||
Release: 4%{?dist}
|
||||
Version: 0.23
|
||||
Release: 1%{?dist}
|
||||
Summary: Checks if the documentation of a module is comprehensive
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Pod-Coverage/
|
||||
Source0: http://www.cpan.org/authors/id/R/RC/RCLAMP/Pod-Coverage-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(B)
|
||||
BuildRequires: perl(base)
|
||||
BuildRequires: perl(constant)
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(Data::Dumper)
|
||||
BuildRequires: perl(Devel::Symdump) >= 2.01
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(Pod::Find) >= 0.21
|
||||
BuildRequires: perl(Pod::Parser) >= 1.13
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(Test::Pod)
|
||||
BuildRequires: perl(vars)
|
||||
BuildRequires: perl(warnings)
|
||||
Requires: perl(Devel::Symdump) >= 2.01
|
||||
Requires: perl(Pod::Find) >= 0.21
|
||||
Requires: perl(Pod::Parser) >= 1.13
|
||||
@ -43,9 +49,8 @@ perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install PERL_INSTALL_ROOT=%{buildroot}
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
||||
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
|
||||
%{_fixperms} %{buildroot}/*
|
||||
|
||||
%check
|
||||
@ -61,6 +66,9 @@ make test
|
||||
%{_mandir}/man3/Pod::Coverage::Overloader.3pm*
|
||||
|
||||
%changelog
|
||||
* Thu May 02 2013 Petr Šabata <contyk@redhat.com> - 0.23-1
|
||||
- 0.23 bump
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.22-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user