- drop patches which are already in the upstream sources
This commit is contained in:
Karsten Hopp 2005-09-05 12:50:43 +00:00
parent a75fcb4a42
commit 0786ccade2
3 changed files with 11 additions and 14 deletions

View File

@ -1 +1 @@
wget-1.10.tar.gz
wget-1.10.1.tar.gz

View File

@ -1 +1 @@
caddc199d2cb31969e32b19fd365b0c5 wget-1.10.tar.gz
879a15cc9093796b8a5035ff0d0d25ad wget-1.10.1.tar.gz

View File

@ -1,19 +1,16 @@
Summary: A utility for retrieving files using the HTTP or FTP protocols.
Name: wget
Version: 1.10
Version: 1.10.1
Release: 5
License: GPL
Group: Applications/Internet
Url: http://wget.sunsite.dk/
Source: ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.gz
Source2: wget-1.5.3-ko.po
Source3: wget-1.10.1-de.po
Source2: wget-1.10.1-de.po
Patch1: wget-1.10-ctype.patch
Patch2: wget-1.10-rh1.patch
Patch2: wget-1.10.1-rh1.patch
Patch3: wget-1.10-path.patch
Patch4: wget-1.9.1-docsyntax.patch
Patch5: wget-1.10-docs.patch
Patch6: wget-1.10-no-cookies.patch
Provides: webclient
Prereq: /sbin/install-info
BuildRequires: perl, openssl-devel, pkgconfig, texinfo, gettext, autoconf
@ -34,14 +31,10 @@ support for Proxy servers, and configurability.
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
cp %{SOURCE2} $RPM_BUILD_DIR/wget-%{version}/po/ko.po
cp %{SOURCE3} $RPM_BUILD_DIR/wget-%{version}/po/de.po
cp %{SOURCE2} $RPM_BUILD_DIR/wget-%{version}/po/de.po
%build
make -f Makefile.cvs
if pkg-config openssl ; then
CPPFLAGS=`pkg-config --cflags openssl`; export CPPFLAGS
LDFLAGS=`pkg-config --libs openssl`; export LDFLAGS
@ -68,13 +61,17 @@ rm -rf $RPM_BUILD_ROOT
%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS MAILING-LIST NEWS README PATCHES README.cvs TODO
%doc AUTHORS MAILING-LIST NEWS README PATCHES TODO
%config(noreplace) /etc/wgetrc
%{_mandir}/man1/wget.*
%{_bindir}/wget
%{_infodir}/*
%changelog
* Mon Sep 05 2005 Karsten Hopp <karsten@redhat.de> 1.10.1-5
- update
- drop patches which are already in the upstream sources
* Wed Jul 13 2005 Karsten Hopp <karsten@redhat.de> 1.10-5
- update german translation