Version 1.13.4
OBS-URL: https://build.opensuse.org/package/show/network:utilities/wget?expand=0&rev=16
This commit is contained in:
16
wget.spec
16
wget.spec
@@ -18,24 +18,24 @@
|
||||
|
||||
|
||||
Name: wget
|
||||
Version: 1.12
|
||||
Version: 1.13.4
|
||||
Release: 5
|
||||
License: GPLv3+
|
||||
Summary: A Tool for Mirroring FTP and HTTP Servers
|
||||
Url: http://www.gnu.org/software/wget/
|
||||
Group: Productivity/Networking/Web/Utilities
|
||||
Source: %name-%version.tar.bz2
|
||||
Source: %name-%version.tar.xz
|
||||
# PATCH-MISSING-TAG -- See http://wiki.opensuse.org/Packaging/Patches
|
||||
Patch0: wgetrc.patch
|
||||
# PATCH-FEATURE-UPSTREAM wget-libproxy.patch dimstar@opensuse.org -- Add libproxy support to wget
|
||||
Patch1: wget-libproxy.patch
|
||||
Patch2: wget-1.12-nosslv2.patch
|
||||
Patch3: wget-sni.patch
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libproxy-devel
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: libidn-devel
|
||||
BuildRequires: xz
|
||||
PreReq: %install_info_prereq
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@@ -46,22 +46,18 @@ This can be done in script files or via the command line.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0
|
||||
%patch1 -p1
|
||||
%patch2
|
||||
%patch1
|
||||
%patch3
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
%configure
|
||||
autoreconf --force
|
||||
%configure --with-ssl=openssl
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
%find_lang %{name}
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot};
|
||||
|
||||
%post
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
||||
|
||||
|
Reference in New Issue
Block a user