- remove old copy of the manpage (#146875, #135597)

This commit is contained in:
Karsten Hopp 2005-02-02 13:48:59 +00:00
parent fc24214e9f
commit 014febe07f

View File

@ -1,13 +1,12 @@
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: 20 Release: 21
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
Patch1: wget-1.8.2-ctype.patch Patch1: wget-1.8.2-ctype.patch
Patch2: wget-1.9.1-passive.patch Patch2: wget-1.9.1-passive.patch
Patch3: wget-1.9.1-cvs20040122.patch Patch3: wget-1.9.1-cvs20040122.patch
@ -57,7 +56,6 @@ 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
@ -81,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT
%{_infodir}/* %{_infodir}/*
%changelog %changelog
* Wed Feb 02 2005 Karsten Hopp <karsten@redhat.de> 1.9.1-21
- remove old copy of the manpage (#146875, #135597)
* Tue Feb 01 2005 Karsten Hopp <karsten@redhat.de> 1.9.1-20 * Tue Feb 01 2005 Karsten Hopp <karsten@redhat.de> 1.9.1-20
- texi2pod doesn't handle texinfo xref's. rewrite some lines so that - texi2pod doesn't handle texinfo xref's. rewrite some lines so that
the man page doesn't have incomplete sentences anymore (#140470) the man page doesn't have incomplete sentences anymore (#140470)