1212Summary: HTTP/2.0 C library
1313Summary(pl.UTF-8): Biblioteka C HTTP/2.0
1414Name: nghttp2
15- Version: 1.65 .0
15+ Version: 1.66 .0
1616Release: 1
1717License: MIT
1818Group: Libraries
1919#Source0Download: https://github.com/nghttp2/nghttp2/releases
2020Source0: https://github.com/nghttp2/nghttp2/releases/download/v%{version }/%{name }-%{version }.tar.xz
21- # Source0-md5: c4c1b02658f2a7c8eb0ddf59bd5caee9
21+ # Source0-md5: 295c22437cc44e1634a2b82ea93df747
2222URL: https://nghttp2.org/
2323BuildRequires: autoconf >= 2.61
2424BuildRequires: automake
@@ -40,7 +40,7 @@ BuildRequires: libevent-devel >= 2.0.8
4040BuildRequires: libstdc++-devel >= 6:12
4141BuildRequires: libxml2-devel >= 1:2.6.26
4242%{?with_http3:BuildRequires: nghttp3-devel >= 1.1.0}
43- %{?with_http3:BuildRequires: ngtcp2-devel >= 1.4 .0}
43+ %{?with_http3:BuildRequires: ngtcp2-devel >= 1.12 .0}
4444#%{?with_http3:BuildRequires: ngtcp2-crypto-quictls >= 1.0.0 or ngtcp2-crypto-boringssl}
4545BuildRequires: openssl-devel >= 1.1.1
4646%{?with_http3:BuildRequires: openssl-devel(quic)}
@@ -108,8 +108,6 @@ Statyczna biblioteka libnghttp2.
108108%prep
109109%setup -q
110110
111- %{__sed} -i -e '1s,/usr/bin/env python3,%{__python3},' script/fetch-ocsp-response
112-
113111%build
114112%{__libtoolize}
115113%{__aclocal} -I m4
@@ -148,7 +146,6 @@ rm -rf $RPM_BUILD_ROOT
148146
149147%if %{without tools}
150148%{__rm} $RPM_BUILD_ROOT%{_mandir }/man1/{h2load,nghttp,nghttpd,nghttpx}.1
151- %{__rm} -r $RPM_BUILD_ROOT%{_datadir }/nghttp2
152149%endif
153150
154151%clean
@@ -170,8 +167,6 @@ rm -rf $RPM_BUILD_ROOT
170167%{_mandir }/man1/nghttp.1*
171168%{_mandir }/man1/nghttpd.1*
172169%{_mandir }/man1/nghttpx.1*
173- %dir %{_datadir }/nghttp2
174- %attr(755,root,root) %{_datadir }/nghttp2/fetch-ocsp-response
175170%endif
176171
177172%files libs
0 commit comments