Accepting request 214976 from network:utilities
Enabled the testsuite (forwarded request 214787 from kpetsch) OBS-URL: https://build.opensuse.org/request/show/214976 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wget?expand=0&rev=33
This commit is contained in:
commit
aff89af1c8
@ -38,6 +38,13 @@ Index: src/Makefile.am
|
||||
|
||||
EXTRA_DIST = css.l css.c css_.c build_info.c.in
|
||||
|
||||
Index: tests/Makefile.am
|
||||
===================================================================
|
||||
--- tests/Makefile.am.orig
|
||||
+++ tests/Makefile.am
|
||||
@@ -37,1 +37,1 @@
|
||||
-LIBS = @LIBICONV@ @LIBINTL@ @LIBS@ $(LIB_CLOCK_GETTIME)
|
||||
+LIBS = @LIBICONV@ @LIBINTL@ @libproxy_LIBS@ @LIBS@ $(LIB_CLOCK_GETTIME)
|
||||
Index: src/retr.c
|
||||
===================================================================
|
||||
--- src/retr.c.orig
|
||||
@ -94,3 +101,5 @@ Index: src/retr.c
|
||||
|
||||
/* Handle shorthands. `rewritten_storage' is a kludge to allow
|
||||
getproxy() to return static storage. */
|
||||
|
||||
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 21 15:32:00 UTC 2014 - kpetsch@suse.com
|
||||
|
||||
- Enabled the testsuite
|
||||
- Modified libproxy.patch to include Makefile in tests/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 19 22:02:25 UTC 2014 - andreas.stieger@gmx.de
|
||||
|
||||
|
@ -27,7 +27,6 @@ Source: https://ftp.gnu.org/gnu/wget/%name-%version.tar.xz
|
||||
Source1: https://ftp.gnu.org/gnu/wget/%name-%version.tar.xz.sig
|
||||
Source2: https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=wget&download=1#/wget.keyring
|
||||
Patch0: wgetrc.patch
|
||||
# PATCH-FEATURE-UPSTREAM wget-libproxy.patch dimstar@opensuse.org -- Add libproxy support to wget
|
||||
Patch1: wget-libproxy.patch
|
||||
Patch5: wget-1.14-openssl-no-intern.patch
|
||||
Patch6: wget-1.14-no-ssl-comp.patch
|
||||
@ -41,6 +40,10 @@ BuildRequires: automake
|
||||
BuildRequires: libidn-devel
|
||||
BuildRequires: makeinfo
|
||||
BuildRequires: openssl-devel
|
||||
# For the Testsuite
|
||||
BuildRequires: perl-HTTP-Daemon
|
||||
BuildRequires: perl-IO-Socket-SSL
|
||||
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: xz
|
||||
PreReq: %install_info_prereq
|
||||
@ -68,6 +71,9 @@ autoreconf --force
|
||||
%configure --with-ssl=openssl
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
make -C tests/ check
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
%find_lang %{name}
|
||||
|
Loading…
Reference in New Issue
Block a user