]> git.pld-linux.org Git - packages/wget.git/commitdiff
- added perl-devel to BuildRequires (pod2man is used) wget-1_7-7
authorjuandon <witekfl@pld-linux.org>
Sun, 3 Mar 2002 16:43:48 +0000 (16:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added -DHAVE_NLS -DHAVE_LOCALE_H (ugly but works)
- Release 7

Changed files:
    wget.spec -> 1.60

wget.spec

index f3ecbc5d4fe1658db1de68482368def81e387ca1..37ad47eb90471caca5560e8d3558c3f0dac7024e 100644 (file)
--- a/wget.spec
+++ b/wget.spec
@@ -5,7 +5,7 @@ Summary(pl):    Wsadowy klient HTTP/FTP
 Summary(pt_BR):        Cliente na linha de comando para baixar arquivos WWW/FTP com recursão opcional
 Name:          wget
 Version:       1.7
-Release:       6
+Release:       7
 License:       GPL
 Group:         Networking/Utilities
 Source0:       ftp://ftp.gnu.org/pub/gnu/wget/%{name}-%{version}.tar.gz
@@ -23,6 +23,7 @@ BuildRequires:        automake
 BuildRequires: libtool
 BuildRequires: openssl-devel >= 0.9.6a
 BuildRequires: texinfo
+BuildRequires: perl-devel
 Provides:      webclient
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -101,7 +102,7 @@ autoconf
 %configure \
        --with-ssl \
        --enable-ipv6
-%{__make}
+%{__make} CFLAGS="$CFLAGS -DHAVE_NLS -DHAVE_LOCALE_H"
 tail -6 util/README >rmold.README
 
 cd doc
This page took 0.02806 seconds and 4 git commands to generate.