|
@@ -1,14 +1,14 @@
|
|
|
%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
|
|
|
|
|
|
%bcond_with test
|
|
|
-%bcond_with app
|
|
|
+%bcond_without app
|
|
|
|
|
|
%define _unpackaged_files_terminate_build 1
|
|
|
|
|
|
Summary: Experimental HTTP/2 client, server and proxy
|
|
|
Summary(ja): HTTP/2クライアント・サーバ・プロキシの実験的実装
|
|
|
Name: nghttp2
|
|
|
-Version: 1.22.0
|
|
|
+Version: 1.29.0
|
|
|
Release: 1%{?_dist_release}
|
|
|
License: MIT
|
|
|
Group: Applications/Internet
|
|
@@ -32,6 +32,7 @@ BuildRequires: zlib-devel
|
|
|
|
|
|
%if %{with app}
|
|
|
Requires: libnghttp2 = %{version}-%{release}
|
|
|
+BuildRequires: c-ares-devel
|
|
|
BuildRequires: jansson-devel
|
|
|
BuildRequires: libxml2-devel
|
|
|
%endif
|
|
@@ -178,6 +179,8 @@ make %{?_smp_mflags} check
|
|
|
%{_bindir}/nghttp
|
|
|
%{_bindir}/nghttpd
|
|
|
%{_bindir}/nghttpx
|
|
|
+%{_bindir}/deflatehd
|
|
|
+%{_bindir}/inflatehd
|
|
|
%{_datadir}/nghttp2
|
|
|
%{_mandir}/man1/h2load.1*
|
|
|
%{_mandir}/man1/nghttp.1*
|
|
@@ -211,6 +214,10 @@ make %{?_smp_mflags} check
|
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
|
+* Sun Dec 24 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.29.0-1
|
|
|
+- new upstream release.
|
|
|
+- enabled to build apps as default.
|
|
|
+
|
|
|
* Mon May 1 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.22.0-1
|
|
|
- new upstream release.
|
|
|
|