Accepting request 597567 from home:jengelh:branches:devel:libraries:c_c++
- Remove excess hyping from description. OBS-URL: https://build.opensuse.org/request/show/597567 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/spdlog?expand=0&rev=7
This commit is contained in:
parent
b6439598b7
commit
6bbf1ef695
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 17 12:41:25 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Remove excess hyping from description.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 16 08:54:14 UTC 2018 - adam.majer@suse.de
|
Mon Apr 16 08:54:14 UTC 2018 - adam.majer@suse.de
|
||||||
|
|
||||||
|
48
spdlog.spec
48
spdlog.spec
@ -30,46 +30,24 @@ BuildRequires: gcc-c++
|
|||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Very fast, header only, C++ logging library.
|
spdlog is a C++ logging library implemented in headers only. It
|
||||||
|
supports the ostream call style, has an (optional) asynchronous mode
|
||||||
* Very fast - performance is the primary goal.
|
with lockfree queues, allows for custom formatting, knows
|
||||||
* Headers only.
|
single-/multi-threaded loggers, has various log targets, log
|
||||||
* No dependencies - just copy and use.
|
rotation, can be extended with custom log targets, and has
|
||||||
* Feature rich call style using the excellent library.
|
compile-time and run-time severity-based filtering.
|
||||||
* ostream call style is supported too.
|
|
||||||
* Extremely fast asynchronous mode (optional) - using lockfree queues and other tricks to reach millions of calls/sec.
|
|
||||||
* Custom formatting.
|
|
||||||
* Multi/Single threaded loggers.
|
|
||||||
* Various log targets:
|
|
||||||
* Rotating log files.
|
|
||||||
* Daily log files.
|
|
||||||
* Console logging.
|
|
||||||
* Linux syslog.
|
|
||||||
* Easily extendable with custom log targets (just implement a single function in the [sink](include/spdlog/sinks/sink.h) interface).
|
|
||||||
* Severity based filtering - threshold levels can be modified in runtime as well as in compile time.
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: C++ header only logging library
|
Summary: Development files for spdlog, a C++ header-only logging library
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Very fast, header only, C++ logging library.
|
spdlog is a C++ logging library implemented in headers only. It
|
||||||
|
supports the ostream call style, has an (optional) asynchronous mode
|
||||||
* Very fast - performance is the primary goal.
|
with lockfree queues, allows for custom formatting, knows
|
||||||
* Headers only.
|
single-/multi-threaded loggers, has various log targets, log
|
||||||
* No dependencies - just copy and use.
|
rotation, can be extended with custom log targets, and has
|
||||||
* Feature rich call style using the excellent library.
|
compile-time and run-time severity-based filtering.
|
||||||
* ostream call style is supported too.
|
|
||||||
* Extremely fast asynchronous mode (optional) - using lockfree queues and other tricks to reach millions of calls/sec.
|
|
||||||
* Custom formatting.
|
|
||||||
* Multi/Single threaded loggers.
|
|
||||||
* Various log targets:
|
|
||||||
* Rotating log files.
|
|
||||||
* Daily log files.
|
|
||||||
* Console logging.
|
|
||||||
* Linux syslog.
|
|
||||||
* Easily extendable with custom log targets (just implement a single function in the [sink](include/spdlog/sinks/sink.h) interface).
|
|
||||||
* Severity based filtering - threshold levels can be modified in runtime as well as in compile time.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
Loading…
x
Reference in New Issue
Block a user