Browse Source

curl-7.49.1-2

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10632 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 8 years ago
parent
commit
220d0b5dbc
1 changed files with 8 additions and 2 deletions
  1. 8 2
      c/curl/curl-vl.spec

+ 8 - 2
c/curl/curl-vl.spec

@@ -4,7 +4,7 @@ Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
 Summary(ja): リモートサーバ(FTP,HTTPなど)からファイルを取得するためのユーティリティ
 Name: curl 
 Version: 7.49.1
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 License: MIT
 Group: Applications/Internet
@@ -21,6 +21,7 @@ Patch104: 0104-curl-7.19.7-localhost6.patch
 Patch107: 0107-curl-7.21.4-libidn-valgrind.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
+BuildRequires: libnghttp2-devel
 BuildRequires: openssl-devel libidn-devel zlib-devel
 BuildRequires: openldap-devel gnutls-devel
 BuildRequires: openssh-server
@@ -94,6 +95,7 @@ use cURL's capabilities internally.
   --with-ssl=%{_prefix} \
   --with-gnutls \
   --with-libidn \
+  --with-nghttp2 \
   --enable-ipv6 \
   --enable-threaded-resolver \
   --with-ca-bundle=%{_sysconfdir}/pki/tls/certs/ca-bundle.crt \
@@ -121,7 +123,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root)
-%doc CHANGES COPYING README
+%license COPYING
+%doc CHANGES README
 %doc docs/BUGS docs/CONTRIBUTE docs/examples docs/FAQ docs/FEATURES
 %doc docs/INSTALL docs/INTERNALS docs/MANUAL docs/RESOURCES
 %doc docs/TheArtOfHttpScripting docs/TODO
@@ -154,6 +157,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Sat Jul 16 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.49.1-2
+- added HTTP/2 support.
+
 * Tue Jun 28 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.49.1-1
 - new upstream release with security fix.