[libHX] update summary and description

Till Maas till at fedoraproject.org
Fri May 13 21:46:02 UTC 2011


commit 242137dadcb4c4257958d97a8c3b416691eff2ba
Author: Till Maas <opensource at till.name>
Date:   Fri May 13 23:45:40 2011 +0200

    update summary and description

 libHX.spec |   23 +++++++++++------------
 1 files changed, 11 insertions(+), 12 deletions(-)
---
diff --git a/libHX.spec b/libHX.spec
index 48be5c1..5a58a75 100644
--- a/libHX.spec
+++ b/libHX.spec
@@ -1,7 +1,7 @@
 Name:           libHX
 Version:        3.6
 Release:        2%{?dist}
-Summary:        General-purpose library for typical low-level operations
+Summary:        Useful collection of routines for C and C++ programming
 
 Group:          System Environment/Libraries
 License:        LGPLv2 or LGPLv3
@@ -14,17 +14,16 @@ BuildRequires:  perl gcc-c++
 
 
 %description
-A library for:
-- rbtree with key-value pair extension
-- deques (double-ended queues) (Stacks (LIFO) / Queues (FIFOs))
-- platform independent opendir-style directory access
-- platform independent dlopen-style shared library access
-- auto-storage strings with direct access
-- command line option (argv) parser
-- shconfig-style config file parser
-- platform independent random number generator with transparent
-  /dev/urandom support
-- various string, memory and zvec ops
+libHX is a C library (with some C++ bindings available) that provides 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


More information about the scm-commits mailing list