move psjoin to perl subpackage (#226324#c16)

This commit is contained in:
Jiri Popelka 2014-04-23 17:27:25 +02:00
parent 2b1fe3346a
commit 0b49e8d7f4

View File

@ -1,7 +1,7 @@
Summary: PostScript Utilities Summary: PostScript Utilities
Name: psutils Name: psutils
Version: 1.23 Version: 1.23
Release: 3%{?dist} Release: 4%{?dist}
License: psutils License: psutils
# We can't follow https://fedoraproject.org/wiki/Packaging:SourceURL#Github # We can't follow https://fedoraproject.org/wiki/Packaging:SourceURL#Github
@ -56,14 +56,12 @@ sed -i -e 's,/usr/bin/env perl,%{__perl},' \
%doc README LICENSE %doc README LICENSE
%{_bindir}/epsffit %{_bindir}/epsffit
%{_bindir}/psbook %{_bindir}/psbook
%{_bindir}/psjoin
%{_bindir}/psnup %{_bindir}/psnup
%{_bindir}/psresize %{_bindir}/psresize
%{_bindir}/psselect %{_bindir}/psselect
%{_bindir}/pstops %{_bindir}/pstops
%{_mandir}/man1/epsffit.1* %{_mandir}/man1/epsffit.1*
%{_mandir}/man1/psbook.1* %{_mandir}/man1/psbook.1*
%{_mandir}/man1/psjoin.1*
%{_mandir}/man1/psnup.1* %{_mandir}/man1/psnup.1*
%{_mandir}/man1/psresize.1* %{_mandir}/man1/psresize.1*
%{_mandir}/man1/psselect.1* %{_mandir}/man1/psselect.1*
@ -74,11 +72,16 @@ sed -i -e 's,/usr/bin/env perl,%{__perl},' \
%doc LICENSE %doc LICENSE
%{_bindir}/extractres %{_bindir}/extractres
%{_bindir}/includeres %{_bindir}/includeres
%{_bindir}/psjoin
%{_mandir}/man1/extractres.1* %{_mandir}/man1/extractres.1*
%{_mandir}/man1/includeres.1* %{_mandir}/man1/includeres.1*
%{_mandir}/man1/psjoin.1*
%changelog %changelog
* Wed Apr 23 2014 Jiri Popelka <jpopelka@redhat.com> - 1.23-4
- move psjoin to perl subpackage (#226324#c16)
* Thu Apr 10 2014 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.23-3 * Thu Apr 10 2014 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.23-3
- Use /usr/bin/perl instead of /usr/bin/env perl. - Use /usr/bin/perl instead of /usr/bin/env perl.
- Add BR: perl(*). - Add BR: perl(*).