summaryrefslogtreecommitdiffstats
path: root/groff.spec
diff options
context:
space:
mode:
authorNikola Forró <nforro@redhat.com>2016-02-19 15:36:36 +0100
committerNikola Forró <nforro@redhat.com>2016-02-19 15:36:36 +0100
commit8b537dcb8d3ed18263568ba129237846faf59132 (patch)
treefa6f8e0bde83a879a1aee712f93169af329cfb4d /groff.spec
parent5ee1430e336ae569e5ac973de3d3494c4ece49a5 (diff)
downloadgroff-8b537dcb8d3ed18263568ba129237846faf59132.tar.gz
groff-8b537dcb8d3ed18263568ba129237846faf59132.tar.xz
groff-8b537dcb8d3ed18263568ba129237846faf59132.zip
Make groff-base depend on /usr/bin/sed rather than /bin/sed
Diffstat (limited to 'groff.spec')
-rw-r--r--groff.spec8
1 files changed, 7 insertions, 1 deletions
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ó <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