auto-import changelog data from wget-1.9.1-8.src.rpm
Fri Aug 27 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-8 - rebuild Fri Aug 27 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-7 - clean up manpage (#117519) - buildrequire texinfo (#123780) - LFS patch, based on wget-LFS-20040630.patch from Leonid Petrov (#123524, #124628, #115348)
This commit is contained in:
parent
3e6d98221c
commit
1cf45c46cb
20
wget.spec
20
wget.spec
@ -1,12 +1,13 @@
|
|||||||
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.9.1
|
Version: 1.9.1
|
||||||
Release: 6
|
Release: 8
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Url: http://wget.sunsite.dk/
|
Url: http://wget.sunsite.dk/
|
||||||
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
|
||||||
# The symlink patch no longer seems to be necesarry... at least
|
# The symlink patch no longer seems to be necesarry... at least
|
||||||
# I couldn't reproduce the original problem with 1.7. Keeping it
|
# 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
|
# around for some time still, just in case... 2001-06-06, teg@redhat.com
|
||||||
@ -15,9 +16,10 @@ Patch2: wget-1.9.1-passive.patch
|
|||||||
Patch3: wget-1.9.1-cvs20040122.patch
|
Patch3: wget-1.9.1-cvs20040122.patch
|
||||||
Patch4: wget-1.9.1-rh1.patch
|
Patch4: wget-1.9.1-rh1.patch
|
||||||
Patch5: wget-1.9.1-path.patch
|
Patch5: wget-1.9.1-path.patch
|
||||||
|
Patch6: wget-1.9.1-LFS.patch
|
||||||
Provides: webclient
|
Provides: webclient
|
||||||
Prereq: /sbin/install-info
|
Prereq: /sbin/install-info
|
||||||
BuildRequires: perl, openssl-devel, pkgconfig
|
BuildRequires: perl, openssl-devel, pkgconfig, texinfo
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -36,20 +38,23 @@ support for Proxy servers, and configurability.
|
|||||||
%patch3 -p0 -b .cvs
|
%patch3 -p0 -b .cvs
|
||||||
%patch4 -p1 -b .rh1
|
%patch4 -p1 -b .rh1
|
||||||
%patch5 -p1 -b .rh2
|
%patch5 -p1 -b .rh2
|
||||||
|
%patch6 -p1 -b .lfs
|
||||||
|
|
||||||
cp %{SOURCE2} $RPM_BUILD_DIR/wget-%{version}/po/ko.po
|
cp %{SOURCE2} $RPM_BUILD_DIR/wget-%{version}/po/ko.po
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
make -f Makefile.cvs
|
||||||
if pkg-config openssl ; then
|
if pkg-config openssl ; then
|
||||||
CPPFLAGS=`pkg-config --cflags openssl`; export CPPFLAGS
|
CPPFLAGS=`pkg-config --cflags openssl`; export CPPFLAGS
|
||||||
LDFLAGS=`pkg-config --libs openssl`; export LDFLAGS
|
LDFLAGS=`pkg-config --libs openssl`; export LDFLAGS
|
||||||
fi
|
fi
|
||||||
%configure --with-ssl
|
%configure --with-ssl --enable-LFS
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
cp -f %{SOURCE3} $RPM_BUILD_ROOT/%{_mandir}/man1/wget.1
|
||||||
|
|
||||||
%find_lang %name
|
%find_lang %name
|
||||||
|
|
||||||
@ -73,6 +78,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_infodir}/*
|
%{_infodir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 27 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-8
|
||||||
|
- rebuild
|
||||||
|
|
||||||
|
* Fri Aug 27 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-7
|
||||||
|
- clean up manpage (#117519)
|
||||||
|
- buildrequire texinfo (#123780)
|
||||||
|
- LFS patch, based on wget-LFS-20040630.patch from Leonid Petrov
|
||||||
|
(#123524, #124628, #115348)
|
||||||
|
|
||||||
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user