From 046592368d1257cf30eadca3585b1838121f683f Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Tue, 14 Sep 2004 11:37:06 +0000 Subject: [PATCH] - buildrequires gettext (#132519) --- wget.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/wget.spec b/wget.spec index 6dad4b3..1ad209d 100644 --- a/wget.spec +++ b/wget.spec @@ -1,7 +1,7 @@ Summary: A utility for retrieving files using the HTTP or FTP protocols. Name: wget Version: 1.9.1 -Release: 13 +Release: 14 License: GPL Group: Applications/Internet Url: http://wget.sunsite.dk/ @@ -19,7 +19,7 @@ Patch5: wget-1.9.1-path.patch Patch6: wget-1.9.1-LFS.patch Provides: webclient Prereq: /sbin/install-info -BuildRequires: perl, openssl-devel, pkgconfig, texinfo +BuildRequires: perl, openssl-devel, pkgconfig, texinfo, gettext BuildRoot: %{_tmppath}/%{name}-root %description @@ -78,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT %{_infodir}/* %changelog +* Tue Sep 14 2004 Karsten Hopp 1.9.1-14 +- buildrequires gettext (#132519) + * Wed Sep 01 2004 Karsten Hopp 1.9.1-13 - disable LFS patch for now, it breaks normal downloads (123524#c15)