[perl-X11-Protocol] BR: and use /usr/bin/perldoc (Fix mass rebuild FTBFS).

corsepiu corsepiu at fedoraproject.org
Tue Jan 17 16:52:35 UTC 2012


commit 7f17a170f084d77e37c5825ceb94fa05da649f4f
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Tue Jan 17 17:52:26 2012 +0100

    BR: and use /usr/bin/perldoc (Fix mass rebuild FTBFS).

 perl-X11-Protocol.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/perl-X11-Protocol.spec b/perl-X11-Protocol.spec
index 697ba43..2272ba8 100644
--- a/perl-X11-Protocol.spec
+++ b/perl-X11-Protocol.spec
@@ -1,6 +1,6 @@
 Name:           perl-X11-Protocol
 Version:        0.56
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        X11-Protocol - Raw interface to X Window System servers
 
 Group:          Development/Libraries
@@ -11,6 +11,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  /usr/bin/perldoc
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -34,8 +35,8 @@ most of the same information.
     if /Insert your test code below/;' test.pl 
 %endif
 
-perldoc -t perlartistic > Artistic
-perldoc -t perlgpl > COPYING
+/usr/bin/perldoc -t perlartistic > Artistic
+/usr/bin/perldoc -t perlgpl > COPYING
 
 # Remove shebangs from module code
 find . -name '*.pm' -exec sed -i -e '/^#!\/usr\/bin\/perl$/d' {} ';'
@@ -70,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jan 17 2012 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.56-11
+- BR: and use /usr/bin/perldoc (Fix mass rebuild FTBFS).
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.56-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 



More information about the perl-devel mailing list