Accepting request 665641 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/665641 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wget?expand=0&rev=56
This commit is contained in:
commit
5c893c5c6b
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 11 15:49:59 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Use pcre2
|
||||
- Make building more verbose
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 28 20:51:04 UTC 2018 - astieger@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package wget
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -46,7 +46,7 @@ PreReq: %{install_info_prereq}
|
||||
%if %{?suse_version} > 1110
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(libmetalink)
|
||||
BuildRequires: pkgconfig(libpcre)
|
||||
BuildRequires: pkgconfig(libpcre2-8)
|
||||
BuildRequires: pkgconfig(libpsl)
|
||||
BuildRequires: pkgconfig(uuid)
|
||||
%else
|
||||
@ -87,7 +87,7 @@ autoreconf --force
|
||||
--with-ssl=openssl \
|
||||
--with-cares \
|
||||
--with-metalink
|
||||
make %{?_smp_mflags}
|
||||
make %{?_smp_mflags} V=1
|
||||
|
||||
%check
|
||||
%if %{with regression_tests}
|
||||
|
Loading…
x
Reference in New Issue
Block a user