automatic version update by autodist [release 1.60.0-1mamba;Sat Mar 02 2024]
This commit is contained in:
parent
9d94007c1d
commit
d9a891637e
11
nghttp2.spec
11
nghttp2.spec
@ -1,5 +1,5 @@
|
|||||||
Name: nghttp2
|
Name: nghttp2
|
||||||
Version: 1.59.0
|
Version: 1.60.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: An implementation of the Hypertext Transfer Protocol version 2 in C
|
Summary: An implementation of the Hypertext Transfer Protocol version 2 in C
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -11,6 +11,7 @@ Source: https://github.com/nghttp2/nghttp2.git/v%{version}/nghttp2-%{vers
|
|||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libbrotli-devel
|
||||||
BuildRequires: libcares-devel
|
BuildRequires: libcares-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libjansson-devel
|
BuildRequires: libjansson-devel
|
||||||
@ -82,9 +83,6 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%files -n lib%{name}
|
%files -n lib%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libnghttp2.so.*
|
%{_libdir}/libnghttp2.so.*
|
||||||
#%{python3_sitearch}/nghttp2.cpython-*.so
|
|
||||||
#%dir %{python3_sitearch}/python_nghttp2-%{version}-py*.egg-info
|
|
||||||
#%{python3_sitearch}/python_nghttp2-%{version}-py*.egg-info/*
|
|
||||||
%doc AUTHORS COPYING LICENSE
|
%doc AUTHORS COPYING LICENSE
|
||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
@ -93,8 +91,13 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_includedir}/nghttp2/*.h
|
%{_includedir}/nghttp2/*.h
|
||||||
%{_libdir}/libnghttp2.so
|
%{_libdir}/libnghttp2.so
|
||||||
%{_libdir}/pkgconfig/libnghttp2.pc
|
%{_libdir}/pkgconfig/libnghttp2.pc
|
||||||
|
%dir %{_libdir}/cmake/nghttp2
|
||||||
|
%{_libdir}/cmake/nghttp2/nghttp2-targets*.cmake
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 02 2024 Automatic Build System <autodist@openmamba.org> 1.60.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Jan 22 2024 Automatic Build System <autodist@openmamba.org> 1.59.0-1mamba
|
* Mon Jan 22 2024 Automatic Build System <autodist@openmamba.org> 1.59.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user