From: Jakub Bogusz Date: Sat, 19 Jul 2014 08:21:54 +0000 (+0200) Subject: - updated to 0.5.0 (note: new soname) X-Git-Tag: auto/th/nghttp2-0.5.0-1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=c02473f326ad6520af17eac4cf948bc34c2796a5;p=packages%2Fnghttp2.git - updated to 0.5.0 (note: new soname) --- diff --git a/nghttp2.spec b/nghttp2.spec index 42b1b5f..7d06282 100644 --- a/nghttp2.spec +++ b/nghttp2.spec @@ -6,18 +6,18 @@ Summary: HTTP/2.0 C library Summary(pl.UTF-8): Biblioteka C HTTP/2.0 Name: nghttp2 -Version: 0.4.0 +Version: 0.5.0 Release: 1 License: MIT Group: Libraries #Source0Download: https://github.com/tatsuhiro-t/nghttp2/releases Source0: https://github.com/tatsuhiro-t/nghttp2/releases/download/v%{version}/%{name}-%{version}.tar.xz -# Source0-md5: ae6f5ebe15bd461893d220662575bad6 +# Source0-md5: 7eb82c4d113c13c526249c3941b8b411 URL: https://github.com/tatsuhiro-t/nghttp2 %{?with_tests:BuildRequires: CUnit >= 2.1} BuildRequires: autoconf >= 2.61 BuildRequires: automake -%{?with_tests:BuildRequires: jansson-devel >= 2.5} +BuildRequires: jansson-devel >= 2.5 BuildRequires: libevent-devel >= 2.0.8 BuildRequires: libstdc++-devel BuildRequires: libtool >= 2:2.2.6 @@ -30,6 +30,7 @@ BuildRequires: spdylay-devel >= 1.2.3 BuildRequires: tar >= 1:1.22 BuildRequires: xz BuildRequires: zlib-devel >= 1.2.3 +Requires: jansson >= 2.5 Requires: libevent >= 2.0.8 Requires: libxml2 >= 1:2.7.7 Requires: openssl >= 1.0.1 @@ -129,7 +130,7 @@ rm -rf $RPM_BUILD_ROOT %attr(755,root,root) %{_bindir}/nghttpd %attr(755,root,root) %{_bindir}/nghttpx %attr(755,root,root) %{_libdir}/libnghttp2.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libnghttp2.so.3 +%attr(755,root,root) %ghost %{_libdir}/libnghttp2.so.4 %{_mandir}/man1/h2load.1* %{_mandir}/man1/nghttp.1* %{_mandir}/man1/nghttpd.1*