Don't install info files in scriptlets
https://fedoraproject.org/wiki/Packaging:Scriptlets#Texinfo Signed-off-by: Tomas Hozza <thozza@redhat.com>
This commit is contained in:
parent
9817d67094
commit
03c260763f
15
wget.spec
15
wget.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: A utility for retrieving files using the HTTP or FTP protocols
|
Summary: A utility for retrieving files using the HTTP or FTP protocols
|
||||||
Name: wget
|
Name: wget
|
||||||
Version: 1.19.5
|
Version: 1.19.5
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Url: http://www.gnu.org/software/wget/
|
Url: http://www.gnu.org/software/wget/
|
||||||
@ -11,8 +11,6 @@ Patch1: wget-1.17-path.patch
|
|||||||
|
|
||||||
Provides: webclient
|
Provides: webclient
|
||||||
Provides: bundled(gnulib)
|
Provides: bundled(gnulib)
|
||||||
Requires(post): /sbin/install-info
|
|
||||||
Requires(preun): /sbin/install-info
|
|
||||||
# needed for test suite
|
# needed for test suite
|
||||||
BuildRequires: perl-HTTP-Daemon, python3
|
BuildRequires: perl-HTTP-Daemon, python3
|
||||||
BuildRequires: gnutls-devel, pkgconfig, texinfo, gettext, autoconf, libidn2-devel, libuuid-devel, perl-podlators, libpsl-devel, libmetalink-devel, gpgme-devel, gcc
|
BuildRequires: gnutls-devel, pkgconfig, texinfo, gettext, autoconf, libidn2-devel, libuuid-devel, perl-podlators, libpsl-devel, libmetalink-devel, gpgme-devel, gcc
|
||||||
@ -60,14 +58,6 @@ rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
|
|||||||
%check
|
%check
|
||||||
make check
|
make check
|
||||||
|
|
||||||
%post
|
|
||||||
/sbin/install-info %{_infodir}/wget.info.gz %{_infodir}/dir || :
|
|
||||||
|
|
||||||
%preun
|
|
||||||
if [ "$1" = 0 ]; then
|
|
||||||
/sbin/install-info --delete %{_infodir}/wget.info.gz %{_infodir}/dir || :
|
|
||||||
fi
|
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS MAILING-LIST NEWS README COPYING doc/sample.wgetrc
|
%doc AUTHORS MAILING-LIST NEWS README COPYING doc/sample.wgetrc
|
||||||
@ -77,6 +67,9 @@ fi
|
|||||||
%{_infodir}/*
|
%{_infodir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 26 2018 Tomas Hozza <thozza@redhat.com> - 1.19.5-2
|
||||||
|
- Don't install info files in scriptlets
|
||||||
|
|
||||||
* Wed May 09 2018 Tomas Hozza <thozza@redhat.com> - 1.19.5-1
|
* Wed May 09 2018 Tomas Hozza <thozza@redhat.com> - 1.19.5-1
|
||||||
- Update to 1.19.5 fixing CVE-2018-0494
|
- Update to 1.19.5 fixing CVE-2018-0494
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user