!13 在buildrequires中openssl
From: @chenxi-mao Reviewed-by: @overweight Signed-off-by: @overweight
This commit is contained in:
commit
921b8247b5
@ -1,12 +1,12 @@
|
|||||||
Name: cpp-httplib
|
Name: cpp-httplib
|
||||||
Version: 0.14.0
|
Version: 0.14.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: A C++ header-only HTTP/HTTPS server and client library
|
Summary: A C++ header-only HTTP/HTTPS server and client library
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/yhirose/cpp-httplib
|
URL: https://github.com/yhirose/cpp-httplib
|
||||||
Source0: https://github.com/yhirose/cpp-httplib/archive/v%{version}/cpp-httplib-%{version}.tar.gz
|
Source0: https://github.com/yhirose/cpp-httplib/archive/v%{version}/cpp-httplib-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: gcc-c++ meson >= 0.47.0 openssl-devel brotli-devel gtest-devel zlib-devel
|
BuildRequires: gcc-c++ meson >= 0.47.0 openssl openssl-devel brotli-devel gtest-devel zlib-devel
|
||||||
Requires: openssl-devel, glibc-devel, zlib-devel
|
Requires: openssl-devel, glibc-devel, zlib-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -42,6 +42,9 @@ export GTEST_FILTER='_Online$'
|
|||||||
%{_libdir}/pkgconfig/%{name}.pc
|
%{_libdir}/pkgconfig/%{name}.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 27 2023 Chenxi Mao <chenxi.mao@suse.com> - 0.14.0-2
|
||||||
|
- Add openssl to build require list to fix build error
|
||||||
|
|
||||||
* Thu Sep 14 2023 liyanan <thistleslyn@163.com> - 0.14.0-1
|
* Thu Sep 14 2023 liyanan <thistleslyn@163.com> - 0.14.0-1
|
||||||
- update to 0.14.0
|
- update to 0.14.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user