Browse Source

update: wget

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7006 ec354946-7b23-47d6-9f5a-488ba84defc7
iwamoto 11 years ago
parent
commit
b11596d34a
1 changed files with 13 additions and 2 deletions
  1. 13 2
      w/wget/wget-vl.spec

+ 13 - 2
w/wget/wget-vl.spec

@@ -1,22 +1,24 @@
 Summary: A utility for retrieving files using the HTTP or FTP protocols.
 Summary(ja): HTTP/FTP プロトコルによるファイル取得ユーティリティ
 Name: wget
-Version: 1.13.4
+Version: 1.14
 Release: 1%{?_dist_release}
 License: GPL
 Group: Applications/Internet
 # Source0: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.bz2
 Source0: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
 Patch0:  wget-1.12-path.patch
+Patch10: wget-1.14-sslreadtimeout.patch
 
 ## Vine Patch(es)
+Patch100:  wget-vine-modified.patch
 # Security Fix
 # Nothing !
 
 Provides: webclient
 Requires(pre): install-info
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
-BuildRequires: openssl-devel
+BuildRequires: openssl-devel, libuuid-devel, zlib-devel
 %{?nosrc:NoSource: 0}
 
 Vendor: Project Vine
@@ -54,6 +56,10 @@ FTP ディレクトリをミラーするユーティリティが必要なら wge
 %prep
 %setup -q
 %patch0 -p1 -b .path
+%patch10 -p1 -b .sslreadtimeout
+
+## Vine Patch(es)
+%patch100 -p0 -b .vine
 
 # Security Fix
 # Nothing !!
@@ -87,6 +93,11 @@ fi
 %{_mandir}/man1/wget.1*
 
 %changelog
+* Thu Oct 25 2012 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.14-1
+- new upstream release 
+- add pacth10,100 from fc19
+- add BR: libuuid-devel
+
 * Mon May  7 2012 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.13.4-1
 - new upstream release
 - add patch0 from fc17