diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2011-12-01 23:47:41 +0000 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2011-12-01 23:47:41 +0000 |
commit | 1eaceca55c7e62892fd28bfbb5fc03240a48cee3 (patch) | |
tree | 7243fcd09c57e06e72b15f0044fd2c77babd7843 /libconfig.spec.in | |
parent | d4b5ddf4bcacd692011f5a597025c38a1262d6ca (diff) | |
parent | 429e46051dba814e7d6c74368eb1bba550222cbe (diff) | |
download | libconfig-1eaceca55c7e62892fd28bfbb5fc03240a48cee3.tar.gz |
Merge commit 'upstream/1.4.8'
Conflicts:
debian/changelog
debian/control
debian/libconfig++9-dev.install
debian/libconfig8.install
debian/libconfig9-dev.install
debian/rules
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 |