- upstream patches
This commit is contained in:
parent
758cb4be79
commit
f3f07832fc
37051
wget-1.10.2-to11.patch
Normal file
37051
wget-1.10.2-to11.patch
Normal file
File diff suppressed because it is too large
Load Diff
14
wget.spec
14
wget.spec
@ -1,17 +1,17 @@
|
|||||||
Summary: A utility for retrieving files using the HTTP or FTP protocols.
|
Summary: A utility for retrieving files using the HTTP or FTP protocols.
|
||||||
Name: wget
|
Name: wget
|
||||||
Version: 1.10.2
|
Version: 1.10.2
|
||||||
Release: 3.2.1
|
Release: 4
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Url: http://wget.sunsite.dk/
|
Url: http://wget.sunsite.dk/
|
||||||
Source: ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.gz
|
Source: ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.gz
|
||||||
Source2: wget-1.10.1-de.po
|
#Source2: wget-1.10.1-de.po
|
||||||
Patch1: wget-1.10-ctype.patch
|
|
||||||
Patch2: wget-1.10.2-rh1.patch
|
Patch2: wget-1.10.2-rh1.patch
|
||||||
Patch3: wget-1.10-path.patch
|
Patch3: wget-1.10-path.patch
|
||||||
Patch4: wget-1.9.1-docsyntax.patch
|
Patch4: wget-1.9.1-docsyntax.patch
|
||||||
Patch5: wget-1.10.1-helpfix.patch
|
Patch5: wget-1.10.1-helpfix.patch
|
||||||
|
Patch6: wget-1.10.2-to11.patch
|
||||||
Provides: webclient
|
Provides: webclient
|
||||||
Prereq: /sbin/install-info
|
Prereq: /sbin/install-info
|
||||||
BuildRequires: perl, openssl-devel, pkgconfig, texinfo, gettext, autoconf
|
BuildRequires: perl, openssl-devel, pkgconfig, texinfo, gettext, autoconf
|
||||||
@ -28,13 +28,14 @@ support for Proxy servers, and configurability.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1
|
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
%patch4 -p1
|
%patch4 -p1
|
||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
|
%patch6 -p1
|
||||||
|
|
||||||
cp %{SOURCE2} $RPM_BUILD_DIR/wget-%{version}/po/de.po
|
#cp %{SOURCE2} $RPM_BUILD_DIR/wget-%{version}/po/de.po
|
||||||
|
chmod a+x doc/texi2pod.pl
|
||||||
|
|
||||||
%build
|
%build
|
||||||
if pkg-config openssl ; then
|
if pkg-config openssl ; then
|
||||||
@ -70,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_infodir}/*
|
%{_infodir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 27 2006 Karsten Hopp <karsten@redhat.de> 1.10.2-4
|
||||||
|
- upstream patches
|
||||||
|
|
||||||
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.10.2-3.2.1
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.10.2-3.2.1
|
||||||
- bump again for double-long bug on ppc(64)
|
- bump again for double-long bug on ppc(64)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user