auto-import changelog data from wget-1.6-2a.src.rpm
Tue May 22 2001 Oliver Paukstadt <oliver.paukstadt@millenux.com> - fixed varargs bug - fixed socklen_t/size_t/int-pointer-casts Fri May 04 2001 Oliver Paukstadt <oliver.paukstadt@millenux.com> - ported to IBM zSeries (s390x, 64 bit)
This commit is contained in:
parent
0362e09cf6
commit
d411c3f2c7
13
wget.spec
13
wget.spec
@ -1,7 +1,7 @@
|
|||||||
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.6
|
Version: 1.6
|
||||||
Release: 2
|
Release: 2a
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Source: ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.gz
|
Source: ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.gz
|
||||||
@ -12,6 +12,8 @@ Patch1: wget-1.6-symlink.patch
|
|||||||
Patch2: wget-1.6-locale.patch
|
Patch2: wget-1.6-locale.patch
|
||||||
Patch3: wget-1.6-escape.patch
|
Patch3: wget-1.6-escape.patch
|
||||||
Patch4: wget-1.6-nopo.patch
|
Patch4: wget-1.6-nopo.patch
|
||||||
|
Patch5: wget-1.6-varargs.patch
|
||||||
|
Patch6: wget-1.6-socklen.patch
|
||||||
Provides: webclient
|
Provides: webclient
|
||||||
Prereq: /sbin/install-info
|
Prereq: /sbin/install-info
|
||||||
BuildRoot: /var/tmp/%{name}-root
|
BuildRoot: /var/tmp/%{name}-root
|
||||||
@ -35,6 +37,8 @@ FTP, or if you need a utility for mirroring web sites or FTP directories.
|
|||||||
%patch2 -p1 -b .locale
|
%patch2 -p1 -b .locale
|
||||||
%patch3 -p1 -b .escape
|
%patch3 -p1 -b .escape
|
||||||
%patch4 -p1
|
%patch4 -p1
|
||||||
|
%patch5 -p1 -b .va
|
||||||
|
%patch6 -p1 -b .len
|
||||||
|
|
||||||
cp %{SOURCE2} $RPM_BUILD_DIR/wget-%{version}/po/ko.po
|
cp %{SOURCE2} $RPM_BUILD_DIR/wget-%{version}/po/ko.po
|
||||||
cp %{SOURCE3} $RPM_BUILD_DIR/wget-%{version}/po/ja.po
|
cp %{SOURCE3} $RPM_BUILD_DIR/wget-%{version}/po/ja.po
|
||||||
@ -69,6 +73,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_infodir}/*
|
%{_infodir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 22 2001 Oliver Paukstadt <oliver.paukstadt@millenux.com>
|
||||||
|
- fixed varargs bug
|
||||||
|
- fixed socklen_t/size_t/int-pointer-casts
|
||||||
|
|
||||||
|
* Fri May 4 2001 Oliver Paukstadt <oliver.paukstadt@millenux.com>
|
||||||
|
- ported to IBM zSeries (s390x, 64 bit)
|
||||||
|
|
||||||
* Tue Jan 30 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
* Tue Jan 30 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
||||||
- Norwegian isn't a iso-8859-2 locale, neither is Danish.
|
- Norwegian isn't a iso-8859-2 locale, neither is Danish.
|
||||||
This fixes #15025.
|
This fixes #15025.
|
||||||
|
Loading…
Reference in New Issue
Block a user