From 91d729cad1132a4ecb57e82c5d7a49b3add1ca2cf6ab6c5bbc49f310d1494f1e Mon Sep 17 00:00:00 2001 From: Dave Plater Date: Thu, 8 Feb 2018 05:57:37 +0000 Subject: [PATCH] Accepting request 573909 from home:jengelh:branches:multimedia:libs - Ensure neutrality of description, and strip other OS mentions. OBS-URL: https://build.opensuse.org/request/show/573909 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libconfig?expand=0&rev=21 --- libconfig.changes | 5 ++++ libconfig.spec | 69 +++++++++++++++++++---------------------------- 2 files changed, 33 insertions(+), 41 deletions(-) diff --git a/libconfig.changes b/libconfig.changes index a6a9e02..2b5a38b 100644 --- a/libconfig.changes +++ b/libconfig.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 7 20:06:08 UTC 2018 - jengelh@inai.de + +- Ensure neutrality of description, and strip other OS mentions. + ------------------------------------------------------------------- Sat Nov 11 15:08:53 UTC 2017 - aavindraa@gmail.com diff --git a/libconfig.spec b/libconfig.spec index a814337..819016d 100644 --- a/libconfig.spec +++ b/libconfig.spec @@ -1,7 +1,7 @@ # # spec file for package libconfig # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ Name: libconfig Version: 1.7 Release: 0 -Summary: A simple library for manipulating structured configuration files +Summary: A library for manipulating structured configuration files License: LGPL-2.1+ Group: Development/Libraries/C and C++ Url: https://hyperrealm.github.io/libconfig @@ -37,78 +37,65 @@ BuildRequires: makeinfo BuildRequires: pkgconfig %description -Libconfig is a simple library for manipulating structured -configuration files, like this one: test.cfg. This file format -is more compact and more readable than XML. And unlike XML, it -is type-aware, so it is not necessary to do string parsing in -application code. - -Libconfig is very compact — just 38K for the stripped C shared -library (less than one-fourth the size of the expat XML parser -library) and 66K for the stripped C++ shared library. This makes -it well-suited for memory-constrained systems like handheld -devices. +libconfig is a library for manipulating structured configuration +files. The supported file format is more compact and more readable +than XML. Unlike XML, it is type-aware, so it is not necessary to do +string parsing in application code. The library includes bindings for both the C and C++ languages. -It works on POSIX-compliant UNIX systems (GNU/Linux, Mac OS X, -Solaris, FreeBSD) and Windows (2000, XP and later). %package -n libconfig%{_soversion} -Summary: Shared libraries for libconfig +Summary: C API of libconfig Group: System/Libraries %description -n libconfig%{_soversion} -Libconfig is a simple library for manipulating structured -configuration files, like this one: test.cfg. This file format -is more compact and more readable than XML. And unlike XML, it -is type-aware, so it is not necessary to do string parsing in -application code. +libconfig is a library for manipulating structured configuration +files. The supported file format is more compact and more readable +than XML. Unlike XML, it is type-aware, so it is not necessary to do +string parsing in application code. This package contains the shared libraries for libconfig. %package devel -Summary: C-Bindings development files for libconfig +Summary: C bindings development files for libconfig Group: Development/Languages/C and C++ Requires: libconfig%{_soversion} = %{version} Recommends: libconfig-doc = %{version} %description devel -Libconfig is a simple library for manipulating structured -configuration files, like this one: test.cfg. This file format -is more compact and more readable than XML. And unlike XML, it -is type-aware, so it is not necessary to do string parsing in -application code. +libconfig is a library for manipulating structured configuration +files. The supported file format is more compact and more readable +than XML. Unlike XML, it is type-aware, so it is not necessary to do +string parsing in application code. -This package contains the C-bindings development files. +This package contains the C bindings development files. %package -n libconfig++%{_soversion} -Summary: Shared libraries for libconfig +Summary: C++ API of libconfig Group: System/Libraries %description -n libconfig++%{_soversion} -Libconfig is a simple library for manipulating structured -configuration files, like this one: test.cfg. This file format -is more compact and more readable than XML. And unlike XML, it -is type-aware, so it is not necessary to do string parsing in -application code. +libconfig is a library for manipulating structured configuration +files. The supported file format is more compact and more readable +than XML. Unlike XML, it is type-aware, so it is not necessary to do +string parsing in application code. This package contains the shared libraries for libconfig. %package -n libconfig++-devel -Summary: C++-Bindings development files for libconfig +Summary: C++ bindings development files for libconfig Group: Development/Languages/C and C++ Requires: libconfig++%{_soversion} = %{version} Requires: libconfig-devel = %{version} Recommends: libconfig-doc = %{version} %description -n libconfig++-devel -Libconfig is a simple library for manipulating structured -configuration files, like this one: test.cfg. This file format -is more compact and more readable than XML. And unlike XML, it -is type-aware, so it is not necessary to do string parsing in -application code. +libconfig is a library for manipulating structured configuration +files. The supported file format is more compact and more readable +than XML. Unlike XML, it is type-aware, so it is not necessary to do +string parsing in application code. -This package contains the C++-bindings development files. +This package contains the C++ bindings development files. %prep %setup -q