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
|
Name: libHX
|
||||||
%define lname libHX28
|
%define lname libHX28
|
||||||
Summary: Collection of routines for C and C++ programming
|
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++
|
Group: Development/Libraries/C and C++
|
||||||
Version: 3.24
|
Version: 3.24
|
||||||
Release: 0
|
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
|
linked lists, string formatting and autoresizing, option and config
|
||||||
file parsing, type checking casts and more.
|
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
|
%package devel
|
||||||
Summary: Development for libHX, a routines collection for C and C++ programming
|
Summary: Development for libHX, a routines collection for C and C++ programming
|
||||||
Group: Development/Libraries/C and C++
|
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
|
linked lists, string formatting and autoresizing, option and config
|
||||||
file parsing, type checking casts and more.
|
file parsing, type checking casts and more.
|
||||||
|
|
||||||
|
This subpackage contains the header files.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user