diff --git a/groff.spec b/groff.spec index 836c3ea..fc40af4 100644 --- a/groff.spec +++ b/groff.spec @@ -3,7 +3,7 @@ Summary: A document formatting system Name: groff Version: 1.22.3 -Release: 7%{?dist} +Release: 8%{?dist} License: GPLv3+ and GFDL and BSD and MIT Group: Applications/Publishing URL: http://www.gnu.org/software/groff/ @@ -146,6 +146,9 @@ pushd %{buildroot}%{_pkgdocdir} find -name "*.ps" | xargs sed -i "/^%%%%CreationDate: /d" popd +# /bin/sed moved to /usr/bin/sed in Fedora +sed --in-place 's|#! /bin/sed -f|#! /usr/bin/sed -f|' %{buildroot}%{_datadir}/groff/%{version}/font/devps/generate/symbol.sed + %post /sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || : @@ -418,6 +421,9 @@ fi %doc %{_pkgdocdir}/pdf/ %changelog +* Fri Feb 19 2016 Nikola Forró - 1.22.3-8 +- Make groff-base depend on /usr/bin/sed rather than /bin/sed + * Wed Feb 03 2016 Fedora Release Engineering - 1.22.3-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild