From 0786ccade2b58ab8719fefbda18db5d26c02444f Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Mon, 5 Sep 2005 12:50:43 +0000 Subject: [PATCH] - update - drop patches which are already in the upstream sources --- .cvsignore | 2 +- sources | 2 +- wget.spec | 21 +++++++++------------ 3 files changed, 11 insertions(+), 14 deletions(-) diff --git a/.cvsignore b/.cvsignore index 301550a..f46f96d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -wget-1.10.tar.gz +wget-1.10.1.tar.gz diff --git a/sources b/sources index e9268ae..be6e4ac 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -caddc199d2cb31969e32b19fd365b0c5 wget-1.10.tar.gz +879a15cc9093796b8a5035ff0d0d25ad wget-1.10.1.tar.gz diff --git a/wget.spec b/wget.spec index 1078988..1e30afa 100644 --- a/wget.spec +++ b/wget.spec @@ -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 1.10.1-5 +- update +- drop patches which are already in the upstream sources + * Wed Jul 13 2005 Karsten Hopp 1.10-5 - update german translation