From f25fbe7a7de833b7563c2ad640595723be053086ba0ddbf283a8078b2d6d63f4 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 17 Oct 2018 19:31:36 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libHX?expand=0&rev=85 --- libHX.spec | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/libHX.spec b/libHX.spec index a8bc3b9..ab3b899 100644 --- a/libHX.spec +++ b/libHX.spec @@ -19,7 +19,7 @@ Name: libHX %define lname libHX28 Summary: Collection of routines for C and C++ programming -License: LGPL-2.1-only OR LGPL-3.0-only +License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ Version: 3.24 Release: 0 @@ -50,13 +50,6 @@ data structures and functions commonly needed, such as maps, deques, linked lists, string formatting and autoresizing, option and config file parsing, type checking casts and more. -libHX aids in quickly writing up C and C++ data processing programs, -by consolidating tasks that often happen to be open-coded, such as -(simple) config file reading, option parsing, directory traversal, -and others, into a library. The focus is on reducing the amount of -time (and secondarily, the amount of code) a developer has to spend -for otherwise implementing such. - %package devel Summary: Development for libHX, a routines collection for C and C++ programming Group: Development/Libraries/C and C++ @@ -68,6 +61,8 @@ data structures and functions commonly needed, such as maps, deques, linked lists, string formatting and autoresizing, option and config file parsing, type checking casts and more. +This subpackage contains the header files. + %prep %setup -q