Artifact [2326b9e6e4]

Artifact 2326b9e6e48aa5b77ae3f55f85dbbf7d33df5df9:


# RPM Spec file for "libconfig"
Summary: Common configuration file parsing library.
Name: libconfig
Version: @@VERS@@
Release: 1
Copyright: MIT
Group: System Environment/Libraries
Source: http://www.rkeene.org/files/oss/libconfig/devel/libconfig-@@VERS@@.tar.gz
URL: http://www.rkeene.org/oss/libconfig/
Vendor: Keene Enterprises
Packager: Roy Keene <libconfig@rkeene.org>

%description
libconfig is common configuration file parsing library.

%prep
%setup

%build
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var || exit 1
make

%install
make install

%files
%defattr(-,root,root)
%doc README
/usr/lib/libconfig.a
/usr/lib/libconfig.so
/usr/lib/libconfig.so.@@VERS@@
/usr/lib/libconfig.so.0
/usr/include/libconfig.h
/usr/man/man3/lc_geterrno.3
/usr/man/man3/lc_geterrstr.3
/usr/man/man3/lc_process.3
/usr/man/man3/lc_register_callback.3
/usr/man/man3/lc_register_var.3
/usr/man/man3/libconfig.3