Accepting request 344787 from devel:libraries:c_c++
1 OBS-URL: https://build.opensuse.org/request/show/344787 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=22
This commit is contained in:
commit
dc38406974
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 16 17:21:15 UTC 2015 - mpluskal@suse.com
|
||||
|
||||
- Enable spdy and more example applications
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 31 10:21:56 UTC 2015 - sor.alexei@meowr.ru
|
||||
|
||||
|
17
nghttp2.spec
17
nghttp2.spec
@ -37,6 +37,7 @@ BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: jemalloc-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: python-Cython
|
||||
@ -44,7 +45,8 @@ BuildRequires: python-Sphinx
|
||||
BuildRequires: python-setuptools
|
||||
BuildRequires: pkgconfig(cunit)
|
||||
BuildRequires: pkgconfig(jansson)
|
||||
BuildRequires: pkgconfig(libevent)
|
||||
BuildRequires: pkgconfig(libev)
|
||||
BuildRequires: pkgconfig(libspdylay)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
BuildRequires: pkgconfig(python)
|
||||
@ -117,11 +119,12 @@ HTTP/2 client, server and proxy.
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
autoreconf -fi
|
||||
autoreconf -fiv
|
||||
%configure \
|
||||
--disable-static \
|
||||
--disable-silent-rules \
|
||||
--enable-asio-lib \
|
||||
--disable-static \
|
||||
--disable-silent-rules \
|
||||
--enable-asio-lib \
|
||||
--enable-app \
|
||||
--enable-python-bindings
|
||||
|
||||
make all html %{?_smp_mflags}
|
||||
@ -163,6 +166,10 @@ make check %{?_smp_mflags}
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/deflatehd
|
||||
%{_bindir}/inflatehd
|
||||
%{_bindir}/h2load
|
||||
%{_bindir}/nghttp
|
||||
%{_bindir}/nghttpd
|
||||
%{_bindir}/nghttpx
|
||||
%{_datadir}/%{name}/
|
||||
|
||||
%files -n %{soname}-%{sover}
|
||||
|
Loading…
Reference in New Issue
Block a user