Browse Source

wget-1.18-2

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

+ 6 - 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.18
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: GPL
 Group: Applications/Internet
 # Source0: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.bz2
@@ -22,6 +22,7 @@ BuildRequires: openssl-devel, libuuid-devel, zlib-devel
 BuildRequires: texinfo
 %else
 BuildRequires: openssl-devel, zlib-devel
+BuildRequires: texinfo
 %endif
 %{?nosrc:NoSource: 0}
 
@@ -97,6 +98,7 @@ fi
 
 %files -f %{name}.lang
 %defattr(-,root,root)
+%{!?_licensedir:%global license %%doc}
 %license COPYING
 %doc AUTHORS MAILING-LIST NEWS README INSTALL
 %config %{_sysconfdir}/wgetrc
@@ -105,6 +107,9 @@ fi
 %{_mandir}/man1/wget.1*
 
 %changelog
+* Thu Jul 21 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.18-2
+- fixed BR:.
+
 * Tue Jul  5 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.18-1
 - new upstream release.
 - dropped Patch100: added the same effect without patch.