Move more binaries which depend on perl to the -perl subpackage (bug #1165356)
This commit is contained in:
parent
9b177a4704
commit
44f4c09f40
25
groff.spec
25
groff.spec
@ -3,7 +3,7 @@
|
|||||||
Summary: A document formatting system
|
Summary: A document formatting system
|
||||||
Name: groff
|
Name: groff
|
||||||
Version: 1.22.3
|
Version: 1.22.3
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: GPLv3+ and GFDL and BSD and MIT
|
License: GPLv3+ and GFDL and BSD and MIT
|
||||||
Group: Applications/Publishing
|
Group: Applications/Publishing
|
||||||
URL: http://www.gnu.org/software/groff/
|
URL: http://www.gnu.org/software/groff/
|
||||||
@ -205,10 +205,6 @@ fi
|
|||||||
%{_bindir}/pic2graph
|
%{_bindir}/pic2graph
|
||||||
%{_bindir}/refer
|
%{_bindir}/refer
|
||||||
%{_bindir}/tfmtodit
|
%{_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_no_arg.txt
|
||||||
%{_libdir}/groff/groff_opts_with_arg.txt
|
%{_libdir}/groff/groff_opts_with_arg.txt
|
||||||
%{_libdir}/groff/grog/subs.pl
|
%{_libdir}/groff/grog/subs.pl
|
||||||
@ -314,9 +310,6 @@ fi
|
|||||||
%{_datadir}/%{name}/%{version}/tmac/www.tmac
|
%{_datadir}/%{name}/%{version}/tmac/www.tmac
|
||||||
# programs
|
# programs
|
||||||
%{_bindir}/eqn
|
%{_bindir}/eqn
|
||||||
%{_bindir}/glilypond
|
|
||||||
%{_bindir}/gperl
|
|
||||||
%{_bindir}/gpinyin
|
|
||||||
%{_bindir}/groff
|
%{_bindir}/groff
|
||||||
%{_bindir}/grops
|
%{_bindir}/grops
|
||||||
%{_bindir}/grotty
|
%{_bindir}/grotty
|
||||||
@ -330,9 +323,6 @@ fi
|
|||||||
%{_bindir}/tbl
|
%{_bindir}/tbl
|
||||||
%{_bindir}/troff
|
%{_bindir}/troff
|
||||||
%{_mandir}/man1/eqn.*
|
%{_mandir}/man1/eqn.*
|
||||||
%{_mandir}/man1/glilypond.*
|
|
||||||
%{_mandir}/man1/gperl.*
|
|
||||||
%{_mandir}/man1/gpinyin.*
|
|
||||||
%{_mandir}/man1/groff.*
|
%{_mandir}/man1/groff.*
|
||||||
%{_mandir}/man1/grops.*
|
%{_mandir}/man1/grops.*
|
||||||
%{_mandir}/man1/grotty.*
|
%{_mandir}/man1/grotty.*
|
||||||
@ -369,6 +359,9 @@ fi
|
|||||||
# programs
|
# programs
|
||||||
%{_bindir}/afmtodit
|
%{_bindir}/afmtodit
|
||||||
%{_bindir}/chem
|
%{_bindir}/chem
|
||||||
|
%{_bindir}/gperl
|
||||||
|
%{_bindir}/gpinyin
|
||||||
|
%{_bindir}/glilypond
|
||||||
%{_bindir}/groffer
|
%{_bindir}/groffer
|
||||||
%{_bindir}/grog
|
%{_bindir}/grog
|
||||||
%{_bindir}/gropdf
|
%{_bindir}/gropdf
|
||||||
@ -382,6 +375,9 @@ fi
|
|||||||
%{_bindir}/roff2x
|
%{_bindir}/roff2x
|
||||||
%{_mandir}/man1/afmtodit.*
|
%{_mandir}/man1/afmtodit.*
|
||||||
%{_mandir}/man1/chem.*
|
%{_mandir}/man1/chem.*
|
||||||
|
%{_mandir}/man1/gperl.*
|
||||||
|
%{_mandir}/man1/gpinyin.*
|
||||||
|
%{_mandir}/man1/glilypond.*
|
||||||
%{_mandir}/man1/groffer.*
|
%{_mandir}/man1/groffer.*
|
||||||
%{_mandir}/man1/grog.*
|
%{_mandir}/man1/grog.*
|
||||||
%{_mandir}/man1/gropdf.*
|
%{_mandir}/man1/gropdf.*
|
||||||
@ -393,6 +389,10 @@ fi
|
|||||||
%{_mandir}/man1/roff2ps.*
|
%{_mandir}/man1/roff2ps.*
|
||||||
%{_mandir}/man1/roff2text.*
|
%{_mandir}/man1/roff2text.*
|
||||||
%{_mandir}/man1/roff2x.*
|
%{_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}
|
%if %{with_x}
|
||||||
%files x11
|
%files x11
|
||||||
@ -418,6 +418,9 @@ fi
|
|||||||
%doc %{_pkgdocdir}/pdf/
|
%doc %{_pkgdocdir}/pdf/
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Nov 12 2014 Petr Pisar <ppisar@redhat.com> - 1.22.3-2
|
||||||
- Do not require private Perl modules (bug #1163011)
|
- Do not require private Perl modules (bug #1163011)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user