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:
parent
ef0ceb9e61
commit
0362e09cf6
@ -1 +1 @@
|
||||
wget-1.5.3.tar.gz
|
||||
wget-1.6.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
47680b25bf893afdb0c43b24e3fc2fd6 wget-1.5.3.tar.gz
|
||||
c5c9d3894ebf1bef3555c01376392c0d wget-1.6.tar.gz
|
||||
|
38
wget.spec
38
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 <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>
|
||||
- setlocale for LC_CTYPE too, or else all the translations think their
|
||||
characters are unprintable.
|
||||
|
Loading…
Reference in New Issue
Block a user