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>
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
Name: cpp-httplib
|
||||
Version: 0.11.3
|
||||
Release: 0
|
||||
Summary: A C++11 cross platform HTTP/HTTPS library
|
||||
Summary: A C++11 HTTP/HTTPS library
|
||||
License: MIT
|
||||
URL: https://github.com/yhirose/cpp-httplib
|
||||
Source: _service
|
||||
@@ -32,29 +32,28 @@ BuildRequires: pkgconfig(libbrotlidec)
|
||||
BuildRequires: pkgconfig(openssl) >= 1.1.1
|
||||
|
||||
%package -n lib%{name}%{libver}
|
||||
Summary: A C++11 cross platform HTTP/HTTPS library
|
||||
Summary: A C++11 HTTP/HTTPS library
|
||||
|
||||
%package devel
|
||||
Summary: A C++11 cross platform HTTP/HTTPS library
|
||||
Summary: A C++11 HTTP/HTTPS library
|
||||
Requires: lib%{name}%{libver} = %{version}
|
||||
Conflicts: cpp-httplib-headers-devel
|
||||
|
||||
%description
|
||||
Features: - Built-in mappings - Static file server
|
||||
- Post routing handler - Pre routing handler
|
||||
- Receive content with a content receiver
|
||||
- Bind a socket to multiple interfaces and any available port
|
||||
This is a multi-threaded HTTP library with blocking I/O. There is no
|
||||
support for non-blocking mode.
|
||||
|
||||
%description -n lib%{name}%{libver}
|
||||
Features: - Built-in mappings - Static file server
|
||||
- Post routing handler - Pre routing handler
|
||||
- Receive content with a content receiver
|
||||
- Bind a socket to multiple interfaces and any available port
|
||||
This is a multi-threaded HTTP library with blocking I/O. There is no
|
||||
support for non-blocking mode.
|
||||
|
||||
%description devel
|
||||
NOTE: This is a multi-threaded 'blocking' HTTP library.
|
||||
If you are looking for a 'non-blocking' library, this is not the one that you want.
|
||||
Development files - c++ headers, pkg-config file, docs.
|
||||
This is a multi-threaded HTTP library with blocking I/O. There is no
|
||||
support for non-blocking mode.
|
||||
|
||||
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
|
||||
%setup -q -n %_sourcedir/%name-%version -T -D
|
||||
@@ -82,4 +81,3 @@ LDFLAGS="-s"
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
||||
|
||||
Reference in New Issue
Block a user