auto-import changelog data from wget-1.6-2.src.rpm

Tue Jan 30 2001 Trond Eivind Glomsrd <teg@redhat.com>
- Norwegian isn't a iso-8859-2 locale, neither is Danish. This fixes
    #15025.
- langify
Sat Jan 06 2001 Bill Nottingham <notting@redhat.com>
- escape %xx characters before fnmatch (#23475, patch from
    alane@geeksrus.net)
Fri Jan 05 2001 Bill Nottingham <notting@redhat.com>
- update to 1.6, fix patches accordingly (#23412)
- fix symlink patch (#23411)
Mon Dec 18 2000 Yukihiro Nakai <ynakai@redhat.com>
- Add Japanese and Korean Resources
This commit is contained in:
cvsdist 2004-09-09 14:16:27 +00:00
parent ef0ceb9e61
commit 0362e09cf6
3 changed files with 33 additions and 9 deletions

View File

@ -1 +1 @@
wget-1.5.3.tar.gz wget-1.6.tar.gz

View File

@ -1 +1 @@
47680b25bf893afdb0c43b24e3fc2fd6 wget-1.5.3.tar.gz c5c9d3894ebf1bef3555c01376392c0d wget-1.6.tar.gz

View File

@ -1,13 +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.5.3 Version: 1.6
Release: 10 Release: 2
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
Source2: wget-1.5.3-ko.po
Source3: wget-1.5.3-ja.po
Patch0: wget-1.5.0-man.patch Patch0: wget-1.5.0-man.patch
Patch1: wget-1.5.3-symlink.patch Patch1: wget-1.6-symlink.patch
Patch2: wget-locale.patch Patch2: wget-1.6-locale.patch
Patch3: wget-1.6-escape.patch
Patch4: wget-1.6-nopo.patch
Provides: webclient Provides: webclient
Prereq: /sbin/install-info Prereq: /sbin/install-info
BuildRoot: /var/tmp/%{name}-root BuildRoot: /var/tmp/%{name}-root
@ -29,6 +33,11 @@ FTP, or if you need a utility for mirroring web sites or FTP directories.
%patch0 -p1 -b .man %patch0 -p1 -b .man
%patch1 -p1 -b .symlink %patch1 -p1 -b .symlink
%patch2 -p1 -b .locale %patch2 -p1 -b .locale
%patch3 -p1 -b .escape
%patch4 -p1
cp %{SOURCE2} $RPM_BUILD_DIR/wget-%{version}/po/ko.po
cp %{SOURCE3} $RPM_BUILD_DIR/wget-%{version}/po/ja.po
%build %build
%configure --sysconfdir=/etc %configure --sysconfdir=/etc
@ -37,7 +46,8 @@ make
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%makeinstall %makeinstall
gzip $RPM_BUILD_ROOT%{_infodir}/*
%find_lang %name
%post %post
/sbin/install-info %{_infodir}/wget.info.gz %{_infodir}/dir /sbin/install-info %{_infodir}/wget.info.gz %{_infodir}/dir
@ -50,16 +60,30 @@ fi
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%files %files -f %{name}.lang
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS MAILING-LIST NEWS README INSTALL doc/ChangeLog %doc AUTHORS MAILING-LIST NEWS README INSTALL doc/ChangeLog
%config /etc/wgetrc %config /etc/wgetrc
%{_mandir}/man1/wget.* %{_mandir}/man1/wget.*
%{_bindir}/wget %{_bindir}/wget
%{_infodir}/* %{_infodir}/*
/usr/share/locale/*/LC_MESSAGES/*
%changelog %changelog
* Tue Jan 30 2001 Trond Eivind Glomsrød <teg@redhat.com>
- Norwegian isn't a iso-8859-2 locale, neither is Danish.
This fixes #15025.
- langify
* Sat Jan 6 2001 Bill Nottingham <notting@redhat.com>
- escape %xx characters before fnmatch (#23475, patch from alane@geeksrus.net)
* Fri Jan 5 2001 Bill Nottingham <notting@redhat.com>
- update to 1.6, fix patches accordingly (#23412)
- fix symlink patch (#23411)
* Mon Dec 18 2000 Yukihiro Nakai <ynakai@redhat.com>
- Add Japanese and Korean Resources
* Tue Aug 1 2000 Bill Nottingham <notting@redhat.com> * Tue Aug 1 2000 Bill Nottingham <notting@redhat.com>
- setlocale for LC_CTYPE too, or else all the translations think their - setlocale for LC_CTYPE too, or else all the translations think their
characters are unprintable. characters are unprintable.