From 429e46051dba814e7d6c74368eb1bba550222cbe Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Thu, 1 Dec 2011 22:56:23 +0000 Subject: Imported Upstream version 1.4.8 --- libconfig.spec.in | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) (limited to 'libconfig.spec.in') diff --git a/libconfig.spec.in b/libconfig.spec.in index 963e4de..22edef2 100644 --- a/libconfig.spec.in +++ b/libconfig.spec.in @@ -14,18 +14,11 @@ Packager: Deneys S. Maartens BuildRequires: texinfo %description -%{name} is a simple library for manipulating structured configuration +%{name} is a simple library for processing structured configuration files. The file format is more compact and more readable than XML. And unlike XML, it is type-aware, so it is not necessary to do string -parsing in application code. - -%{name} is very compact -- just 25K for the stripped C shared library -(one-fifth the size of the expat XML parser library) and 39K for the -stripped C++ shared library. This makes it well-suited for -memory-constrained systems like handheld devices. - -The library includes bindings for both the C and C++ languages. It works -on POSIX-compliant UNIX systems. +parsing in application code. The library includes bindings for both +the C and C++ languages. It works on POSIX-compliant UNIX systems. %package devel Summary: %{name} development package @@ -67,8 +60,8 @@ ldconfig %doc AUTHORS COPYING.LIB ChangeLog INSTALL NEWS README %doc doc/%{name}.html %doc test.cfg -%doc samples/c/*.c -%doc samples/c++/*.cpp +%doc examples/c/*.c +%doc examples/c++/*.cpp %{_infodir} %{_includedir} %{_libdir}/pkgconfig -- cgit v1.2.3