فهرست منبع

nghttp2-1.29.0-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11294 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 7 سال پیش
والد
کامیت
2a0fee2e00
1فایلهای تغییر یافته به همراه9 افزوده شده و 2 حذف شده
  1. 9 2
      n/nghttp2/nghttp2-vl.spec

+ 9 - 2
n/nghttp2/nghttp2-vl.spec

@@ -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.