[groff] Do not require private Perl modules

Petr Pisar ppisar at fedoraproject.org
Wed Nov 12 09:18:21 UTC 2014


commit 9b177a4704fbd099d870ce63802c8091ca2d0c58
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Nov 12 10:17:52 2014 +0100

    Do not require private Perl modules

 groff.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/groff.spec b/groff.spec
index db71857..38fc0f1 100644
--- a/groff.spec
+++ b/groff.spec
@@ -3,7 +3,7 @@
 Summary: A document formatting system
 Name: groff
 Version: 1.22.3
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv3+ and GFDL and BSD and MIT
 Group: Applications/Publishing
 URL: http://www.gnu.org/software/groff/
@@ -25,6 +25,8 @@ Requires(preun): info
 BuildRequires: git, netpbm-progs, psutils, ghostscript
 Provides: nroff-i18n = %{version}-%{release}
 
+%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\([^.]*\\.pl\\)
+
 %description
 Groff is a document formatting system. Groff takes standard text and
 formatting commands as input and produces formatted output. The
@@ -416,6 +418,9 @@ fi
 %doc %{_pkgdocdir}/pdf/
 
 %changelog
+* Wed Nov 12 2014 Petr Pisar <ppisar at redhat.com> - 1.22.3-2
+- Do not require private Perl modules (bug #1163011)
+
 * Tue Nov 04 2014 jchaloup <jchaloup at redhat.com> - 1.22.3-1
 - Update to 1.22.3
   resolves: #1160256


More information about the scm-commits mailing list