Remove obsolete scriptlets

References: https://fedoraproject.org/wiki/Changes/RemoveObsoleteScriptlets
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2019-01-27 19:39:09 +01:00
parent 36f155c8bb
commit e5dfe9e074
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C
1 changed files with 0 additions and 15 deletions

View File

@ -37,9 +37,6 @@ Patch8: make-4.2.1-test-driver.patch
# Unfortunately the glob patches configure.ac, so:
BuildRequires: autoconf, automake
Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info
BuildRequires: procps
BuildRequires: perl-interpreter
BuildRequires: guile-devel
@ -90,18 +87,6 @@ echo ============TESTING===============
/usr/bin/env LANG=C make check && true
echo ============END TESTING===========
%post
if [ -f %{_infodir}/make.info.gz ]; then # for --excludedocs
/sbin/install-info %{_infodir}/make.info.gz %{_infodir}/dir --entry="* Make: (make). The GNU make utility." || :
fi
%preun
if [ $1 = 0 ]; then
if [ -f %{_infodir}/make.info.gz ]; then # for --excludedocs
/sbin/install-info --delete %{_infodir}/make.info.gz %{_infodir}/dir --entry="* Make: (make). The GNU make utility." || :
fi
fi
%files -f %{name}.lang
%license COPYING
%doc NEWS README AUTHORS