From 005e03b5d365c26c5ddb63b34f84ab7d7f4be61e5436fd4798d64e27847ea0ff Mon Sep 17 00:00:00 2001 From: Alexey Svistunov Date: Mon, 2 Jan 2023 18:14:18 +0000 Subject: [PATCH] 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 --- cpp-httplib.changes | 5 +++++ cpp-httplib.spec | 28 +++++++++++++--------------- 2 files changed, 18 insertions(+), 15 deletions(-) diff --git a/cpp-httplib.changes b/cpp-httplib.changes index cc95ddf..9696866 100644 --- a/cpp-httplib.changes +++ b/cpp-httplib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 2 11:26:02 UTC 2023 - Jan Engelhardt + +- Redo description so it does not rely on monospace formatting. + ------------------------------------------------------------------- Mon Dec 26 10:41:44 UTC 2022 - Alexey Svistunov diff --git a/cpp-httplib.spec b/cpp-httplib.spec index b2b0be6..657931c 100644 --- a/cpp-httplib.spec +++ b/cpp-httplib.spec @@ -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 -