summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Písař <ppisar@redhat.com>2014-11-12 10:17:52 +0100
committerPetr Písař <ppisar@redhat.com>2014-11-12 10:17:52 +0100
commit9b177a4704fbd099d870ce63802c8091ca2d0c58 (patch)
tree9712ce30ddf49ae5f56ff1956b0aa15113920806
parent241401d281df8a8675bda61a157f5ad02e8229fc (diff)
downloadgroff-9b177a4704fbd099d870ce63802c8091ca2d0c58.tar.gz
groff-9b177a4704fbd099d870ce63802c8091ca2d0c58.tar.xz
groff-9b177a4704fbd099d870ce63802c8091ca2d0c58.zip
Do not require private Perl modules
-rw-r--r--groff.spec7
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@redhat.com> - 1.22.3-2
+- Do not require private Perl modules (bug #1163011)
+
* Tue Nov 04 2014 jchaloup <jchaloup@redhat.com> - 1.22.3-1
- Update to 1.22.3
resolves: #1160256