SHA256
1
0
forked from pool/libconfuse

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

View File

@ -34,36 +34,22 @@ BuildRequires: xz
Recommends: %{name}-lang
%description
libConfuse is a configuration file parser library, licensed under the
terms of the LGPL, and written in C. It supports sections and (lists
of) values (strings, integers, floats, booleans or other sections), as
well as some other features (such as single/double-quoted strings,
libConfuse is a configuration file parser library. It supports
sections and (lists of) values (strings, integers, floats, booleans
or other sections), as well as single/double-quoted strings,
environment variable expansion, functions and nested include
statements). It makes it very easy to add configuration file capability
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.
statements.
%package -n %{library_name}
Summary: A configuration file parser library
Group: Development/Libraries/C and C++
Group: System/Libraries
%description -n %{library_name}
libConfuse is a configuration file parser library, licensed under the
terms of the LGPL, and written in C. It supports sections and (lists
of) values (strings, integers, floats, booleans or other sections), as
well as some other features (such as single/double-quoted strings,
libConfuse is a configuration file parser library. It supports
sections and (lists of) values (strings, integers, floats, booleans
or other sections), as well as single/double-quoted strings,
environment variable expansion, functions and nested include
statements). It makes it very easy to add configuration file capability
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.
statements.
%package devel
Summary: The development files for libconfuse
@ -71,18 +57,11 @@ Group: Development/Libraries/C and C++
Requires: %{library_name} = %{version}
%description devel
libConfuse is a configuration file parser library, licensed under the
terms of the LGPL, and written in C. It supports sections and (lists
of) values (strings, integers, floats, booleans or other sections), as
well as some other features (such as single/double-quoted strings,
libConfuse is a configuration file parser library. It supports
sections and (lists of) values (strings, integers, floats, booleans
or other sections), as well as single/double-quoted strings,
environment variable expansion, functions and nested include
statements). It makes it very easy to add configuration file capability
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.
statements.
This package holds the development files for libconfuse.