[perl-Test-Pod-LinkCheck] Specify all dependencies; Perl 5.18 rebuild of bootstrapped packages

Jitka Plesnikova jplesnik at fedoraproject.org
Wed Aug 14 11:49:06 UTC 2013


commit 7e1937a9a54c0735acb3b0af87d18138a920d122
Author: Jitka Plesnikova <jplesnik at redhat.com>
Date:   Wed Aug 14 13:48:51 2013 +0200

    Specify all dependencies; Perl 5.18 rebuild of bootstrapped packages

 perl-Test-Pod-LinkCheck.spec |   16 +++++++++++-----
 1 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/perl-Test-Pod-LinkCheck.spec b/perl-Test-Pod-LinkCheck.spec
index e0f1fa9..1767f4f 100644
--- a/perl-Test-Pod-LinkCheck.spec
+++ b/perl-Test-Pod-LinkCheck.spec
@@ -1,17 +1,16 @@
-# Remove once Test::Apocalypse gets into buildroot.
-# Keep conditional dependencies to allow perl bootstrap.
-%define perl_bootstrap 1
-
 Name:           perl-Test-Pod-LinkCheck
 Version:        0.007
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Tests POD for invalid links
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Test-Pod-LinkCheck/
 Source0:        http://www.cpan.org/authors/id/A/AP/APOCAL/Test-Pod-LinkCheck-%{version}.tar.gz
 BuildArch:      noarch
+BuildRequires:  perl
 BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 # Run-time:
 BuildRequires:  perl(App::PodLinkCheck::ParseLinks) >= 4
 BuildRequires:  perl(App::PodLinkCheck::ParseSections)
@@ -34,6 +33,8 @@ BuildRequires:  perl(Test::Tester)
 %if %{undefined perl_bootstrap}
 # Break build-time cycle with perl-Test-Apocalypse
 BuildRequires:  perl(Test::Apocalypse) >= 1.000
+BuildRequires:  perl(Test::NoWarnings)
+BuildRequires:  perl(Test::Pod::Coverage)
 %endif
 BuildRequires:  perl(Test::Script) >= 1.05
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -71,6 +72,11 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Wed Aug 14 2013 Jitka Plesnikova <jplesnik at redhat.com> - 0.007-8
+- Perl 5.18 re-rebuild of bootstrapped packages
+- Specify all dependencies
+- Remove perl_bootstrap definition
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.007-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 



More information about the perl-devel mailing list