Remove obsolete scriptlets
References: https://fedoraproject.org/wiki/Changes/RemoveObsoleteScriptlets Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
42f62a980a
commit
09a0891c5e
@ -14,8 +14,6 @@ Patch0: texi2html-5.0-Do-not-install-Unicode-EastAsianWidth-if-external-is.patch
|
||||
# Do not install bundled libintl-perl, <https://savannah.nongnu.org/bugs/?43457>
|
||||
Patch1: texi2html-5.0-Do-not-install-libintl-perl-if-external-is-used.patch
|
||||
URL: http://www.nongnu.org/texi2html/
|
||||
Requires(post): /sbin/install-info
|
||||
Requires(preun): /sbin/install-info
|
||||
Requires: perl-interpreter >= 5.004
|
||||
Requires: latex2html
|
||||
# autotools for the unbundling patches
|
||||
@ -70,14 +68,6 @@ mkdir -p $RPM_BUILD_ROOT%{_datadir}/texinfo $RPM_BUILD_ROOT%{_sysconfdir}/texinf
|
||||
%check
|
||||
#make check
|
||||
|
||||
%post
|
||||
/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir > /dev/null 2>&1 || :
|
||||
|
||||
%preun
|
||||
if [ $1 = 0 ]; then
|
||||
/sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir > /dev/null 2>&1 || :
|
||||
fi
|
||||
|
||||
%files -f %{name}.lang -f %{name}_document.lang
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README TODO %{name}.init
|
||||
%{_bindir}/%{name}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user