SHA256
1
0
forked from pool/wget
2011-10-19 09:57:52 +00:00
committed by Git OBS Bridge
parent 5f97189cb9
commit 0d2f9cf83f
7 changed files with 94 additions and 80 deletions

View File

@@ -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