install-info should be executed before the help package is uninstalled
This commit is contained in:
parent
ddaa5b454b
commit
8541e51530
@ -1,6 +1,6 @@
|
|||||||
Name: festival
|
Name: festival
|
||||||
Version: 1.96
|
Version: 1.96
|
||||||
Release: 42
|
Release: 43
|
||||||
Summary: Festival Speech Synthesis System
|
Summary: Festival Speech Synthesis System
|
||||||
License: MIT and GPL+ and TCL
|
License: MIT and GPL+ and TCL
|
||||||
URL: http://www.cstr.ed.ac.uk/projects/festival/
|
URL: http://www.cstr.ed.ac.uk/projects/festival/
|
||||||
@ -304,7 +304,7 @@ cp -p festdoc-%{docversion}/festival/info/* %{buildroot}%{_infodir}
|
|||||||
%post help
|
%post help
|
||||||
/sbin/install-info %{_infodir}/festival.info.gz %{_infodir}/dir --section "Accessibility" > /dev/null 2>&1
|
/sbin/install-info %{_infodir}/festival.info.gz %{_infodir}/dir --section "Accessibility" > /dev/null 2>&1
|
||||||
|
|
||||||
%postun help
|
%preun help
|
||||||
if [ "$1" = 0 ]; then
|
if [ "$1" = 0 ]; then
|
||||||
/sbin/install-info --delete %{_infodir}/festival.info.gz %{_infodir}/dir --section "Accessibility" > /dev/null 2>&1
|
/sbin/install-info --delete %{_infodir}/festival.info.gz %{_infodir}/dir --section "Accessibility" > /dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
@ -347,6 +347,9 @@ fi
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 26 2020 Guoshuai Sun <sunguoshuai@huawei.com> - 1.96-43
|
||||||
|
- install-info should be executed before the help package is uninstalled
|
||||||
|
|
||||||
* Mon May 25 2020 Captain Wei <captain.a.wei@gmail.com> - 1.96-42
|
* Mon May 25 2020 Captain Wei <captain.a.wei@gmail.com> - 1.96-42
|
||||||
- add -fpermissive compile option
|
- add -fpermissive compile option
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user