diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2011-12-01 22:56:23 +0000 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2011-12-01 22:56:23 +0000 |
commit | 429e46051dba814e7d6c74368eb1bba550222cbe (patch) | |
tree | ed1dd43cd23c69f156aae2165006a16a66262cef /libconfig.spec.in | |
parent | 58bf1382be0cbcf3f9649286fd2719b789a1595f (diff) | |
download | libconfig-upstream/1.4.8.tar.gz |
Imported Upstream version 1.4.8upstream/1.4.8
Diffstat (limited to 'libconfig.spec.in')
-rw-r--r-- | libconfig.spec.in | 17 |
1 files changed, 5 insertions, 12 deletions
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 <dsm@tlabs.ac.za> 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 |