[perl-Pod-Parser] Remove bootstrap conditions

Petr Pisar ppisar at fedoraproject.org
Fri Feb 8 08:23:35 UTC 2013


commit 53def1d84a2370071fe7586952039a90b9dfd780
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri Feb 8 09:23:24 2013 +0100

    Remove bootstrap conditions

 perl-Pod-Parser.spec |   20 ++++++--------------
 1 files changed, 6 insertions(+), 14 deletions(-)
---
diff --git a/perl-Pod-Parser.spec b/perl-Pod-Parser.spec
index 727e124..c0735b5 100644
--- a/perl-Pod-Parser.spec
+++ b/perl-Pod-Parser.spec
@@ -1,6 +1,6 @@
 Name:           perl-Pod-Parser
 Version:        1.60
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Basic perl modules for handling Plain Old Documentation (POD)
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -15,12 +15,10 @@ BuildRequires:  perl(Exporter)
 BuildRequires:  perl(File::Spec)
 # Tests:
 BuildRequires:  perl(Test::More) >= 0.6
-%if !%{defined perl_bootstrap}
-# Break circular dependency Pod::Checker <-> Pod::Parser
+# Circular dependency Pod::Checker <-> Pod::Parser
 BuildRequires:  perl(Pod::Checker) >= 1.40
-# Break circular dependency Pod::Usage <-> Pod::Select
+# Circular dependency Pod::Usage <-> Pod::Select
 BuildRequires:  perl(Pod::Usage)
-%endif
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
@@ -48,25 +46,19 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-%if %{defined perl_bootstrap}
-# Break circular dependency Pod::Usage <-> Pod::Select
-rm -f t/pod/headings.t
-%endif
 make test
 
 %files
 %doc ANNOUNCE CHANGES README TODO
-%if %{defined perl_bootstrap}
-# Break circular dependency Pod::Usage <-> Pod::Select
-%exclude %{_bindir}/podselect
-%else
 %{_bindir}/podselect
-%endif
 %{perl_vendorlib}/*
 %{_mandir}/man1/*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Feb 08 2013 Petr Pisar <ppisar at redhat.com> - 1.60-2
+- Remove bootstrap conditions
+
 * Tue Feb 05 2013 Petr Pisar <ppisar at redhat.com> - 1.60-1
 - 1.60 bump
 


More information about the scm-commits mailing list