description with more concrete software characteristics based on upstream readme.md

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/crow?expand=0&rev=2
This commit is contained in:
2023-09-30 05:35:56 +00:00
committed by Git OBS Bridge
parent 7ab68f33d1
commit 05758c7120
+10 -5
View File
@@ -21,7 +21,7 @@
Name: crow
Version: 1.0+5
Release: 0
Summary: A Fast and Easy to use microframework for the web
Summary: C++ framework for HTTP or Websocket web services
BuildArch: noarch
License: BSD-3-Clause
Group: Development/Libraries/C and C++
@@ -36,16 +36,22 @@ Recommends: opennssl
Recommends: libz1
%description
Crow is a C++ framework for creating HTTP or Websocket web services
Crow is a C++ framework for creating HTTP or Websocket web services.
It uses routing similar to Python's Flask, has type-safe handlers, a
processing speed comparable to Pistache and Restinio, and comes with
a Mustache-based templating library. Crow is header-only.
%package devel
Summary: Development files for Crow
%description devel
Crow is a C++ framework for creating HTTP or Websocket web services
Crow is a C++ framework for creating HTTP or Websocket web services.
It uses routing similar to Python's Flask, has type-safe handlers, a
processing speed comparable to Pistache and Restinio, and comes with
a Mustache-based templating library. Crow is header-only.
%prep
%setup -q -n %{sourceName}-%{sourceVersion}
%autosetup -n %{sourceName}-%{sourceVersion}
%build
%cmake -DCROW_BUILD_EXAMPLES=OFF -DCROW_BUILD_TESTS=OFF
@@ -62,4 +68,3 @@ Crow is a C++ framework for creating HTTP or Websocket web services
/usr/lib/cmake/%{sourceName}
%changelog