aboutsummaryrefslogtreecommitdiffstats
path: root/libconfig.spec
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2011-12-01 23:47:41 +0000
committerJonathan McCrohan <jmccrohan@gmail.com>2011-12-01 23:47:41 +0000
commit1eaceca55c7e62892fd28bfbb5fc03240a48cee3 (patch)
tree7243fcd09c57e06e72b15f0044fd2c77babd7843 /libconfig.spec
parentd4b5ddf4bcacd692011f5a597025c38a1262d6ca (diff)
parent429e46051dba814e7d6c74368eb1bba550222cbe (diff)
downloadlibconfig-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')
-rw-r--r--libconfig.spec19
1 files changed, 6 insertions, 13 deletions
diff --git a/libconfig.spec b/libconfig.spec
index 95e89c7..331a32e 100644
--- a/libconfig.spec
+++ b/libconfig.spec
@@ -1,5 +1,5 @@
Name: libconfig
-Version: 1.3.2
+Version: 1.4.8
Release: 1
Summary: C/C++ Configuration File Library
@@ -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