]> git.pld-linux.org Git - packages/wget.git/commitdiff
- tweaking auto*
authorsaq <saq@pld-linux.org>
Wed, 22 Jun 2005 11:21:22 +0000 (11:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wget.spec -> 1.116

wget.spec

index 1c97045340147214a26bec2bafed0cfb52088036..bdb4532c5b70670f376edd459d7d3749cc45f4d0 100644 (file)
--- a/wget.spec
+++ b/wget.spec
@@ -26,8 +26,8 @@ Patch8:               %{name}-strptime.patch
 Patch9:                %{name}-porn.patch
 URL:           http://sunsite.dk/wget/
 BuildRequires: autoconf >= 2.50
-BuildRequires: automake
 BuildRequires: gettext-devel
+BuildRequires: intltool
 BuildRequires: libtool
 BuildRequires: openssl-devel >= 0.9.7d
 BuildRequires: texinfo
@@ -111,7 +111,7 @@ Proxy 
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
+#%%patch2 -p1
 #%%patch3 -p1
 %patch4 -p1
 %patch5 -p1
@@ -123,12 +123,13 @@ rm -f doc/wget.info doc/sample.wgetrc.munged_for_texi_inclusion
 mv -f po/{no,nb}.po
 
 %build
+mv ac{local,include}.m4
 %{__libtoolize}
 %{__gettextize}
+intltoolize --copy --force
 %{__aclocal}
 %{__autoheader}
 %{__autoconf}
-LDFLAGS="%{rpmldflags} -lrt"; export LDFLAGS
 %configure \
        --with-ssl
 %{__make}
This page took 0.056873 seconds and 4 git commands to generate.