]> git.pld-linux.org Git - packages/wget.git/commitdiff
- add LFS patch from FC2
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 27 Dec 2004 23:33:48 +0000 (23:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wget.spec -> 1.107

wget.spec

index 279d39a512d3fbe310b915f697683d479e36e02b..d19e5c594c22f91ff52ccc6e7cbb9578c14007ac 100644 (file)
--- a/wget.spec
+++ b/wget.spec
@@ -1,3 +1,6 @@
+# TODO
+# - -porn patch does not work with LFS
+# - -back-to-ipv4 patch closes socket -1
 Summary:       A utility for retrieving files using the HTTP or FTP protocols
 Summary(es):   Cliente en línea de comando para bajar archivos WWW/FTP con recursión opcional
 Summary(fr):   Un utilitaire pour recuperer des fichiers en utilisant les protocoles HTTP ou FTP
@@ -8,7 +11,7 @@ Summary(uk):   
 Summary(zh_CN):        [ͨѶ]¹¦ÄÜÇ¿´óµÄÏÂÔسÌÐò,Ö§³Ö¶ÏµãÐø´«
 Name:          wget
 Version:       1.9.1
-Release:       6
+Release:       6.3
 License:       GPL
 Group:         Networking/Utilities
 Source0:       ftp://ftp.gnu.org/gnu/wget/%{name}-%{version}.tar.gz
@@ -26,6 +29,7 @@ Patch7:               %{name}-home_etc.patch
 Patch8:                %{name}-strptime.patch
 Patch9:                %{name}-porn.patch
 Patch10:       %{name}-nonperm.patch
+Patch11:       %{name}-1.9.1-LFS.patch
 URL:           http://sunsite.dk/wget/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
@@ -122,6 +126,7 @@ Proxy 
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
+%patch11 -p1
 rm -f doc/wget.info*
 
 mv -f po/{no,nb}.po
@@ -134,6 +139,7 @@ mv -f po/{no,nb}.po
 %{__autoconf}
 %configure \
        --with-ssl \
+       --enable-LFS \
        --enable-ipv6
 %{__make}
 tail -n 6 util/README >rmold.README
This page took 0.061355 seconds and 4 git commands to generate.