diff --git a/.cvsignore b/.cvsignore index cc68553..4e697d1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -wget-1.5.3.tar.gz +wget-1.6.tar.gz diff --git a/sources b/sources index 61a31b7..604eeb8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -47680b25bf893afdb0c43b24e3fc2fd6 wget-1.5.3.tar.gz +c5c9d3894ebf1bef3555c01376392c0d wget-1.6.tar.gz diff --git a/wget.spec b/wget.spec index acf57e7..7e549be 100644 --- a/wget.spec +++ b/wget.spec @@ -1,13 +1,17 @@ Summary: A utility for retrieving files using the HTTP or FTP protocols. Name: wget -Version: 1.5.3 -Release: 10 +Version: 1.6 +Release: 2 Copyright: GPL Group: Applications/Internet 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 -Patch1: wget-1.5.3-symlink.patch -Patch2: wget-locale.patch +Patch1: wget-1.6-symlink.patch +Patch2: wget-1.6-locale.patch +Patch3: wget-1.6-escape.patch +Patch4: wget-1.6-nopo.patch Provides: webclient Prereq: /sbin/install-info 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 %patch1 -p1 -b .symlink %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 %configure --sysconfdir=/etc @@ -37,7 +46,8 @@ make %install rm -rf $RPM_BUILD_ROOT %makeinstall -gzip $RPM_BUILD_ROOT%{_infodir}/* + +%find_lang %name %post /sbin/install-info %{_infodir}/wget.info.gz %{_infodir}/dir @@ -50,16 +60,30 @@ fi %clean rm -rf $RPM_BUILD_ROOT -%files +%files -f %{name}.lang %defattr(-,root,root) %doc AUTHORS MAILING-LIST NEWS README INSTALL doc/ChangeLog %config /etc/wgetrc %{_mandir}/man1/wget.* %{_bindir}/wget %{_infodir}/* -/usr/share/locale/*/LC_MESSAGES/* %changelog +* Tue Jan 30 2001 Trond Eivind Glomsrød +- Norwegian isn't a iso-8859-2 locale, neither is Danish. + This fixes #15025. +- langify + +* Sat Jan 6 2001 Bill Nottingham +- escape %xx characters before fnmatch (#23475, patch from alane@geeksrus.net) + +* Fri Jan 5 2001 Bill Nottingham +- update to 1.6, fix patches accordingly (#23412) +- fix symlink patch (#23411) + +* Mon Dec 18 2000 Yukihiro Nakai +- Add Japanese and Korean Resources + * Tue Aug 1 2000 Bill Nottingham - setlocale for LC_CTYPE too, or else all the translations think their characters are unprintable.