From 0362e09cf68aa02c267c0063ddaf2fa9ed39d53d Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 14:16:27 +0000 Subject: [PATCH] =?UTF-8?q?auto-import=20changelog=20data=20from=20wget-1.?= =?UTF-8?q?6-2.src.rpm=20Tue=20Jan=2030=202001=20Trond=20Eivind=20Glomsr?= =?UTF-8?q?=F8d=20=20-=20Norwegian=20isn't=20a=20iso-8859-?= =?UTF-8?q?2=20locale,=20neither=20is=20Danish.=20This=20fixes=20=20=20=20?= =?UTF-8?q?=20#15025.=20-=20langify=20Sat=20Jan=2006=202001=20Bill=20Notti?= =?UTF-8?q?ngham=20=20-=20escape=20%xx=20characters=20?= =?UTF-8?q?before=20fnmatch=20(#23475,=20patch=20from=20=20=20=20=20alane@?= =?UTF-8?q?geeksrus.net)=20Fri=20Jan=2005=202001=20Bill=20Nottingham=20=20-=20update=20to=201.6,=20fix=20patches=20ac?= =?UTF-8?q?cordingly=20(#23412)=20-=20fix=20symlink=20patch=20(#23411)=20M?= =?UTF-8?q?on=20Dec=2018=202000=20Yukihiro=20Nakai=20?= =?UTF-8?q?=20-=20Add=20Japanese=20and=20Korean=20Resources?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cvsignore | 2 +- sources | 2 +- wget.spec | 38 +++++++++++++++++++++++++++++++------- 3 files changed, 33 insertions(+), 9 deletions(-) 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.