Accepting request 627734 from home:jengelh:branches:devel:libraries:c_c++

- Ensure neutrality of description. Trim redundancies and
  future goals from description.

OBS-URL: https://build.opensuse.org/request/show/627734
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libconfuse?expand=0&rev=3
This commit is contained in:
Karol Babioch 2018-08-06 18:18:02 +00:00 committed by Git OBS Bridge
parent 5b428a8ffa
commit 1a9ff10d94
2 changed files with 19 additions and 34 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Aug 6 16:29:11 UTC 2018 - jengelh@inai.de
- Ensure neutrality of description. Trim redundancies and
future goals from description.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Aug 2 09:36:08 UTC 2018 - kbabioch@suse.com Thu Aug 2 09:36:08 UTC 2018 - kbabioch@suse.com

View File

@ -34,36 +34,22 @@ BuildRequires: xz
Recommends: %{name}-lang Recommends: %{name}-lang
%description %description
libConfuse is a configuration file parser library, licensed under the libConfuse is a configuration file parser library. It supports
terms of the LGPL, and written in C. It supports sections and (lists sections and (lists of) values (strings, integers, floats, booleans
of) values (strings, integers, floats, booleans or other sections), as or other sections), as well as single/double-quoted strings,
well as some other features (such as single/double-quoted strings,
environment variable expansion, functions and nested include environment variable expansion, functions and nested include
statements). It makes it very easy to add configuration file capability statements.
to a program using a simple API.
The goal of libConfuse is not to be the configuration file parser
library with a gazillion of features. Instead, it aims to be easy to
use and quick to integrate with your code. libConfuse was called libcfg
before, but was changed to not confuse with other similar libraries.
%package -n %{library_name} %package -n %{library_name}
Summary: A configuration file parser library Summary: A configuration file parser library
Group: Development/Libraries/C and C++ Group: System/Libraries
%description -n %{library_name} %description -n %{library_name}
libConfuse is a configuration file parser library, licensed under the libConfuse is a configuration file parser library. It supports
terms of the LGPL, and written in C. It supports sections and (lists sections and (lists of) values (strings, integers, floats, booleans
of) values (strings, integers, floats, booleans or other sections), as or other sections), as well as single/double-quoted strings,
well as some other features (such as single/double-quoted strings,
environment variable expansion, functions and nested include environment variable expansion, functions and nested include
statements). It makes it very easy to add configuration file capability statements.
to a program using a simple API.
The goal of libConfuse is not to be the configuration file parser
library with a gazillion of features. Instead, it aims to be easy to
use and quick to integrate with your code. libConfuse was called libcfg
before, but was changed to not confuse with other similar libraries.
%package devel %package devel
Summary: The development files for libconfuse Summary: The development files for libconfuse
@ -71,18 +57,11 @@ Group: Development/Libraries/C and C++
Requires: %{library_name} = %{version} Requires: %{library_name} = %{version}
%description devel %description devel
libConfuse is a configuration file parser library, licensed under the libConfuse is a configuration file parser library. It supports
terms of the LGPL, and written in C. It supports sections and (lists sections and (lists of) values (strings, integers, floats, booleans
of) values (strings, integers, floats, booleans or other sections), as or other sections), as well as single/double-quoted strings,
well as some other features (such as single/double-quoted strings,
environment variable expansion, functions and nested include environment variable expansion, functions and nested include
statements). It makes it very easy to add configuration file capability statements.
to a program using a simple API.
The goal of libConfuse is not to be the configuration file parser
library with a gazillion of features. Instead, it aims to be easy to
use and quick to integrate with your code. libConfuse was called libcfg
before, but was changed to not confuse with other similar libraries.
This package holds the development files for libconfuse. This package holds the development files for libconfuse.