From 242137dadcb4c4257958d97a8c3b416691eff2ba Mon Sep 17 00:00:00 2001 From: Till Maas Date: May 13 2011 21:45:40 +0000 Subject: update summary and description --- 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