Browse Source

update: wget

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

+ 8 - 1
w/wget/wget-vl.spec

@@ -2,7 +2,7 @@ Summary: A utility for retrieving files using the HTTP or FTP protocols.
 Summary(ja): HTTP/FTP プロトコルによるファイル取得ユーティリティ
 Name: wget
 Version: 1.14
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: GPL
 Group: Applications/Internet
 # Source0: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.bz2
@@ -18,7 +18,11 @@ Patch100:  wget-vine-modified.patch
 Provides: webclient
 Requires(pre): install-info
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
+%if %{_dist_release} > "vl6"
 BuildRequires: openssl-devel, libuuid-devel, zlib-devel
+%else
+BuildRequires: openssl-devel, zlib-devel
+%endif
 %{?nosrc:NoSource: 0}
 
 Vendor: Project Vine
@@ -93,6 +97,9 @@ fi
 %{_mandir}/man1/wget.1*
 
 %changelog
+* Sat Oct 27 2012 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.14-2
+- add BR: if-endif for vine6
+
 * Thu Oct 25 2012 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.14-1
 - new upstream release 
 - add pacth10,100 from fc19