Accepting request 664703 from home:pluskalm:branches:network:utilities
- Use pcre2 - Make building more verbose OBS-URL: https://build.opensuse.org/request/show/664703 OBS-URL: https://build.opensuse.org/package/show/network:utilities/wget?expand=0&rev=95
This commit is contained in:
parent
161aa5f0fe
commit
6e269210cc
@ -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
|
Fri Dec 28 20:51:04 UTC 2018 - astieger@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package wget
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -46,7 +46,7 @@ PreReq: %{install_info_prereq}
|
|||||||
%if %{?suse_version} > 1110
|
%if %{?suse_version} > 1110
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(libmetalink)
|
BuildRequires: pkgconfig(libmetalink)
|
||||||
BuildRequires: pkgconfig(libpcre)
|
BuildRequires: pkgconfig(libpcre2-8)
|
||||||
BuildRequires: pkgconfig(libpsl)
|
BuildRequires: pkgconfig(libpsl)
|
||||||
BuildRequires: pkgconfig(uuid)
|
BuildRequires: pkgconfig(uuid)
|
||||||
%else
|
%else
|
||||||
@ -87,7 +87,7 @@ autoreconf --force
|
|||||||
--with-ssl=openssl \
|
--with-ssl=openssl \
|
||||||
--with-cares \
|
--with-cares \
|
||||||
--with-metalink
|
--with-metalink
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags} V=1
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%if %{with regression_tests}
|
%if %{with regression_tests}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user