]> git.pld-linux.org Git - packages/nghttp2.git/commitdiff
- updated to 0.5.0 (note: new soname) auto/th/nghttp2-0.5.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 19 Jul 2014 08:21:54 +0000 (10:21 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 19 Jul 2014 08:21:54 +0000 (10:21 +0200)
nghttp2.spec

index 42b1b5f6ee572f943199fd5e1acf159608c2e3ee..7d0628263a1345b0c2f5e516e503b750d98d3099 100644 (file)
@@ -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*
This page took 0.143827 seconds and 4 git commands to generate.