From f34d1bb6cbbe77520e15864f920db19408b32d30 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 10 Dec 2020 01:49:46 +0100 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/wget.git#4992a04fcca85b3bbe0a9d02ca6592c8088ff562 --- wget.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/wget.spec b/wget.spec index 247f0d4..99b9ec1 100644 --- a/wget.spec +++ b/wget.spec @@ -1,7 +1,7 @@ Summary: A utility for retrieving files using the HTTP or FTP protocols Name: wget Version: 1.20.3 -Release: 8%{?dist} +Release: 9%{?dist} License: GPLv3+ Url: http://www.gnu.org/software/wget/ Source: ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.gz @@ -52,11 +52,11 @@ grep "PACKAGE_STRING='wget .* (Red Hat modified)'" configure || exit 1 --disable-rpath \ --with-metalink -make %{?_smp_mflags} +%{make_build} %install rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT CFLAGS="$RPM_OPT_FLAGS" +%{make_install} CFLAGS="$RPM_OPT_FLAGS" rm -f $RPM_BUILD_ROOT/%{_infodir}/dir %find_lang %{name} @@ -72,6 +72,10 @@ make check %{_infodir}/* %changelog +* Thu Nov 19 2020 Michal Ruprich - 1.20.3-9 +- Use make macros +- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro + * Thu Jul 30 2020 Tomas Hozza - 1.20.3-8 - Fix too verbose output even with --no-verbose