diff --git a/psutils.spec b/psutils.spec index e4a956a..5321768 100644 --- a/psutils.spec +++ b/psutils.spec @@ -1,7 +1,7 @@ Summary: PostScript Utilities Name: psutils Version: 1.23 -Release: 3%{?dist} +Release: 4%{?dist} License: psutils # 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 %{_bindir}/epsffit %{_bindir}/psbook -%{_bindir}/psjoin %{_bindir}/psnup %{_bindir}/psresize %{_bindir}/psselect %{_bindir}/pstops %{_mandir}/man1/epsffit.1* %{_mandir}/man1/psbook.1* -%{_mandir}/man1/psjoin.1* %{_mandir}/man1/psnup.1* %{_mandir}/man1/psresize.1* %{_mandir}/man1/psselect.1* @@ -74,11 +72,16 @@ sed -i -e 's,/usr/bin/env perl,%{__perl},' \ %doc LICENSE %{_bindir}/extractres %{_bindir}/includeres +%{_bindir}/psjoin %{_mandir}/man1/extractres.1* %{_mandir}/man1/includeres.1* +%{_mandir}/man1/psjoin.1* %changelog +* Wed Apr 23 2014 Jiri Popelka - 1.23-4 +- move psjoin to perl subpackage (#226324#c16) + * Thu Apr 10 2014 Ralf Corsépius - 1.23-3 - Use /usr/bin/perl instead of /usr/bin/env perl. - Add BR: perl(*).