Make groff-base depend on /usr/bin/sed rather than /bin/sed

This commit is contained in:
Nikola Forró 2016-02-19 15:36:36 +01:00
parent 5ee1430e33
commit 8b537dcb8d

View File

@ -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ó <nforro@redhat.com> - 1.22.3-8
- Make groff-base depend on /usr/bin/sed rather than /bin/sed
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.22.3-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild