diff --git a/libconfuse.changes b/libconfuse.changes index e797d89..e21dd19 100644 --- a/libconfuse.changes +++ b/libconfuse.changes @@ -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 diff --git a/libconfuse.spec b/libconfuse.spec index 8e13a01..e19ba36 100644 --- a/libconfuse.spec +++ b/libconfuse.spec @@ -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.