summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Chaloupka <jchaloup@redhat.com>2014-11-19 09:48:55 +0100
committerJan Chaloupka <jchaloup@redhat.com>2014-11-19 09:48:55 +0100
commit44f4c09f4051e8637ed14d79b0ab83300e58215f (patch)
treef2ce04a8dbb0fb24f127d2c418b953495658c4e2
parent9b177a4704fbd099d870ce63802c8091ca2d0c58 (diff)
downloadgroff-44f4c09f4051e8637ed14d79b0ab83300e58215f.tar.gz
groff-44f4c09f4051e8637ed14d79b0ab83300e58215f.tar.xz
groff-44f4c09f4051e8637ed14d79b0ab83300e58215f.zip
Move more binaries which depend on perl to the -perl subpackage (bug #1165356)
-rw-r--r--groff.spec25
1 files changed, 14 insertions, 11 deletions
diff --git a/groff.spec b/groff.spec
index 38fc0f1..53a7285 100644
--- a/groff.spec
+++ b/groff.spec
@@ -3,7 +3,7 @@
Summary: A document formatting system
Name: groff
Version: 1.22.3
-Release: 2%{?dist}
+Release: 3%{?dist}
License: GPLv3+ and GFDL and BSD and MIT
Group: Applications/Publishing
URL: http://www.gnu.org/software/groff/
@@ -205,10 +205,6 @@ fi
%{_bindir}/pic2graph
%{_bindir}/refer
%{_bindir}/tfmtodit
-%{_libdir}/groff/glilypond/args.pl
-%{_libdir}/groff/glilypond/oop_fh.pl
-%{_libdir}/groff/glilypond/subs.pl
-%{_libdir}/groff/gpinyin/subs.pl
%{_libdir}/groff/groff_opts_no_arg.txt
%{_libdir}/groff/groff_opts_with_arg.txt
%{_libdir}/groff/grog/subs.pl
@@ -314,9 +310,6 @@ fi
%{_datadir}/%{name}/%{version}/tmac/www.tmac
# programs
%{_bindir}/eqn
-%{_bindir}/glilypond
-%{_bindir}/gperl
-%{_bindir}/gpinyin
%{_bindir}/groff
%{_bindir}/grops
%{_bindir}/grotty
@@ -330,9 +323,6 @@ fi
%{_bindir}/tbl
%{_bindir}/troff
%{_mandir}/man1/eqn.*
-%{_mandir}/man1/glilypond.*
-%{_mandir}/man1/gperl.*
-%{_mandir}/man1/gpinyin.*
%{_mandir}/man1/groff.*
%{_mandir}/man1/grops.*
%{_mandir}/man1/grotty.*
@@ -369,6 +359,9 @@ fi
# programs
%{_bindir}/afmtodit
%{_bindir}/chem
+%{_bindir}/gperl
+%{_bindir}/gpinyin
+%{_bindir}/glilypond
%{_bindir}/groffer
%{_bindir}/grog
%{_bindir}/gropdf
@@ -382,6 +375,9 @@ fi
%{_bindir}/roff2x
%{_mandir}/man1/afmtodit.*
%{_mandir}/man1/chem.*
+%{_mandir}/man1/gperl.*
+%{_mandir}/man1/gpinyin.*
+%{_mandir}/man1/glilypond.*
%{_mandir}/man1/groffer.*
%{_mandir}/man1/grog.*
%{_mandir}/man1/gropdf.*
@@ -393,6 +389,10 @@ fi
%{_mandir}/man1/roff2ps.*
%{_mandir}/man1/roff2text.*
%{_mandir}/man1/roff2x.*
+%{_libdir}/groff/glilypond/args.pl
+%{_libdir}/groff/glilypond/oop_fh.pl
+%{_libdir}/groff/glilypond/subs.pl
+%{_libdir}/groff/gpinyin/subs.pl
%if %{with_x}
%files x11
@@ -418,6 +418,9 @@ fi
%doc %{_pkgdocdir}/pdf/
%changelog
+* Fri Nov 14 2014 Colin Walters <walters@redhat.com> - 1.22.3-3
+- Move more binaries which depend on perl to the -perl subpackage (bug #1165356)
+
* Wed Nov 12 2014 Petr Pisar <ppisar@redhat.com> - 1.22.3-2
- Do not require private Perl modules (bug #1163011)