Fix path to install-info in macros.info
This commit is contained in:
parent
6f9737e6ac
commit
cf5ffaf841
@ -1,15 +1,15 @@
|
|||||||
%info_requires \
|
%info_requires \
|
||||||
Requires(post): /usr/sbin/install-info \
|
Requires(post): /sbin/install-info \
|
||||||
Requires(preun): /usr/sbin/install-info
|
Requires(preun): /sbin/install-info
|
||||||
|
|
||||||
%info_post() \
|
%info_post() \
|
||||||
if [ -f %{_infodir}/%1 ]; then # --excludedocs? \
|
if [ -f %{_infodir}/%1 ]; then # --excludedocs? \
|
||||||
/usr/sbin/install-info %{_infodir}/%1 %{_infodir}/dir || : \
|
/sbin/install-info %{_infodir}/%1 %{_infodir}/dir || : \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%info_preun() \
|
%info_preun() \
|
||||||
if [ $1 == 0 ]; then \
|
if [ $1 == 0 ]; then \
|
||||||
if [ -f %{_infodir}/%1 ]; then # --excludedocs? \
|
if [ -f %{_infodir}/%1 ]; then # --excludedocs? \
|
||||||
/usr/sbin/install-info --delete %{_infodir}/%1 %{_infodir}/dir || : \
|
/sbin/install-info --delete %{_infodir}/%1 %{_infodir}/dir || : \
|
||||||
fi \
|
fi \
|
||||||
fi
|
fi
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
Summary: Tools needed to create Texinfo format documentation files
|
Summary: Tools needed to create Texinfo format documentation files
|
||||||
Name: texinfo
|
Name: texinfo
|
||||||
Version: 6.3
|
Version: 6.3
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: Applications/Publishing
|
Group: Applications/Publishing
|
||||||
Url: http://www.gnu.org/software/texinfo/
|
Url: http://www.gnu.org/software/texinfo/
|
||||||
@ -171,6 +171,10 @@ fi
|
|||||||
%{_mandir}/man1/pdftexi2dvi.1*
|
%{_mandir}/man1/pdftexi2dvi.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 13 2017 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3-3
|
||||||
|
- Fix path to install-info in macros.info
|
||||||
|
Resolves: #1419246
|
||||||
|
|
||||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 6.3-2
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 6.3-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user