forked from pool/libHX
This commit is contained in:
parent
7e3caa72e0
commit
f25fbe7a7d
11
libHX.spec
11
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user