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