auto-import changelog data from wget-1.7-1.src.rpm
Wed Jun 06 2001 Trond Eivind Glomsrd <teg@redhat.com> - 1.7 - Require perl for building (to get man pages) - Don't include the Japanese po file, it's now included - Use %{_tmppath} - no patches necessary - Make /etc/wgetrc noreplace - More docs
This commit is contained in:
parent
d411c3f2c7
commit
bdfaf02d01
@ -1 +1 @@
|
|||||||
wget-1.6.tar.gz
|
wget-1.7.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
c5c9d3894ebf1bef3555c01376392c0d wget-1.6.tar.gz
|
c911a6b937c0a18757d3211fb62831de wget-1.7.tar.gz
|
||||||
|
45
wget.spec
45
wget.spec
@ -1,22 +1,19 @@
|
|||||||
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.7
|
||||||
Release: 2a
|
Release: 1
|
||||||
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
|
Source2: wget-1.5.3-ko.po
|
||||||
Source3: wget-1.5.3-ja.po
|
# The symlink patch no longer seems to be necesarry... at least
|
||||||
Patch0: wget-1.5.0-man.patch
|
# I couldn't reproduce the original problem with 1.7. Keeping it
|
||||||
|
# around for some time still, just in case... 2001-06-06, teg@redhat.com
|
||||||
Patch1: wget-1.6-symlink.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
|
|
||||||
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
|
BuildRequires: perl
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GNU Wget is a file retrieval utility which can use either the HTTP or
|
GNU Wget is a file retrieval utility which can use either the HTTP or
|
||||||
@ -32,19 +29,11 @@ FTP, or if you need a utility for mirroring web sites or FTP directories.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .man
|
|
||||||
%patch1 -p1 -b .symlink
|
|
||||||
%patch2 -p1 -b .locale
|
|
||||||
%patch3 -p1 -b .escape
|
|
||||||
%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
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --sysconfdir=/etc
|
%configure
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -66,19 +55,21 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files -f %{name}.lang
|
%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 PATCHES README.cvs TODO
|
||||||
%config /etc/wgetrc
|
%config(noreplace) /etc/wgetrc
|
||||||
%{_mandir}/man1/wget.*
|
%{_mandir}/man1/wget.*
|
||||||
%{_bindir}/wget
|
%{_bindir}/wget
|
||||||
%{_infodir}/*
|
%{_infodir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue May 22 2001 Oliver Paukstadt <oliver.paukstadt@millenux.com>
|
* Wed Jun 6 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
||||||
- fixed varargs bug
|
- 1.7
|
||||||
- fixed socklen_t/size_t/int-pointer-casts
|
- Require perl for building (to get man pages)
|
||||||
|
- Don't include the Japanese po file, it's now included
|
||||||
* Fri May 4 2001 Oliver Paukstadt <oliver.paukstadt@millenux.com>
|
- Use %%{_tmppath}
|
||||||
- ported to IBM zSeries (s390x, 64 bit)
|
- no patches necessary
|
||||||
|
- Make /etc/wgetrc noreplace
|
||||||
|
- More docs
|
||||||
|
|
||||||
* 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.
|
||||||
|
Loading…
Reference in New Issue
Block a user