diff --git a/wget.spec b/wget.spec index 398ccf4..a56dba6 100644 --- a/wget.spec +++ b/wget.spec @@ -1,12 +1,13 @@ Summary: A utility for retrieving files using the HTTP or FTP protocols. Name: wget Version: 1.10 -Release: 3 +Release: 4 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 Patch1: wget-1.10-ctype.patch Patch2: wget-1.10-rh1.patch Patch3: wget-1.10-path.patch @@ -37,6 +38,7 @@ support for Proxy servers, and configurability. %patch6 -p1 cp %{SOURCE2} $RPM_BUILD_DIR/wget-%{version}/po/ko.po +cp %{SOURCE3} $RPM_BUILD_DIR/wget-%{version}/po/de.po %build make -f Makefile.cvs @@ -73,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT %{_infodir}/* %changelog +* Mon Jul 11 2005 Karsten Hopp 1.10-4 +- update german translation (Robert Scheck) + * Tue Jul 05 2005 Karsten Hopp 1.10-3 - fix minor documentation bug - fix --no-cookies crash