forked from pool/cpp-httplib
Accepting request 1046144 from home:jengelh:branches:devel:libraries:c_c++
- Redo description so it does not rely on monospace formatting. OBS-URL: https://build.opensuse.org/request/show/1046144 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cpp-httplib?expand=0&rev=2
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 2 11:26:02 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Redo description so it does not rely on monospace formatting.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 26 10:41:44 UTC 2022 - Alexey Svistunov <svalx@svalx.net>
|
Mon Dec 26 10:41:44 UTC 2022 - Alexey Svistunov <svalx@svalx.net>
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
Name: cpp-httplib
|
Name: cpp-httplib
|
||||||
Version: 0.11.3
|
Version: 0.11.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A C++11 cross platform HTTP/HTTPS library
|
Summary: A C++11 HTTP/HTTPS library
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/yhirose/cpp-httplib
|
URL: https://github.com/yhirose/cpp-httplib
|
||||||
Source: _service
|
Source: _service
|
||||||
@@ -32,29 +32,28 @@ BuildRequires: pkgconfig(libbrotlidec)
|
|||||||
BuildRequires: pkgconfig(openssl) >= 1.1.1
|
BuildRequires: pkgconfig(openssl) >= 1.1.1
|
||||||
|
|
||||||
%package -n lib%{name}%{libver}
|
%package -n lib%{name}%{libver}
|
||||||
Summary: A C++11 cross platform HTTP/HTTPS library
|
Summary: A C++11 HTTP/HTTPS library
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: A C++11 cross platform HTTP/HTTPS library
|
Summary: A C++11 HTTP/HTTPS library
|
||||||
Requires: lib%{name}%{libver} = %{version}
|
Requires: lib%{name}%{libver} = %{version}
|
||||||
Conflicts: cpp-httplib-headers-devel
|
Conflicts: cpp-httplib-headers-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Features: - Built-in mappings - Static file server
|
This is a multi-threaded HTTP library with blocking I/O. There is no
|
||||||
- Post routing handler - Pre routing handler
|
support for non-blocking mode.
|
||||||
- Receive content with a content receiver
|
|
||||||
- Bind a socket to multiple interfaces and any available port
|
|
||||||
|
|
||||||
%description -n lib%{name}%{libver}
|
%description -n lib%{name}%{libver}
|
||||||
Features: - Built-in mappings - Static file server
|
This is a multi-threaded HTTP library with blocking I/O. There is no
|
||||||
- Post routing handler - Pre routing handler
|
support for non-blocking mode.
|
||||||
- Receive content with a content receiver
|
|
||||||
- Bind a socket to multiple interfaces and any available port
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
NOTE: This is a multi-threaded 'blocking' HTTP library.
|
This is a multi-threaded HTTP library with blocking I/O. There is no
|
||||||
If you are looking for a 'non-blocking' library, this is not the one that you want.
|
support for non-blocking mode.
|
||||||
Development files - c++ headers, pkg-config file, docs.
|
|
||||||
|
It features built-in mappings, static file server, pre-routing and
|
||||||
|
post-routing handlers, and support for binding sockets to multiple
|
||||||
|
interfaces and any available port.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %_sourcedir/%name-%version -T -D
|
%setup -q -n %_sourcedir/%name-%version -T -D
|
||||||
@@ -82,4 +81,3 @@ LDFLAGS="-s"
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user