Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37847080
en ru br
ALT Linux repos
5.0: 0.7.1-alt2
4.1: 0.6.0-alt1
4.0: 0.4.1-alt1

Group :: System/Libraries
RPM: libmcs

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define oname mcs
Name: libmcs
Version: 0.7.1
Release: alt2

Summary: A library and set of userland tools which abstract the storage of configuration settings

License: BSD
Group: System/Libraries
Url: http://www.atheme.org/projects/mcs.shtml

Packager: Vitaly Lipatov <lav at altlinux.ru>

Source: http://distfiles.atheme.org/%name-%version.tar.bz2
Patch: %name-link.patch

# Automatically added by buildreq on Wed Oct 31 2007

BuildRequires: libmowgli-devel

%description
mcs is a library and set of userland tools which abstract the storage
of configuration settings away from userland applications.  It is hoped
that by using mcs, that the applications which use it will generally have
a more congruent feeling in regards to settings.
There have been other projects like this before (such as GConf), but
unlike those projects, mcs strictly handles abstraction. It does not
impose any specific data storage requirement, nor is it tied to any
desktop environment or software suite.
Because mcs is licenced under the BSD licence, it is hoped that many
applications will adopt it's use.

%package devel
Summary: Header files for compiling apps that use %name
Group: System/Libraries
Requires: %name = %version-%release

%description devel
This package contains the header files for compiling applications that
use %name.


%prep
%setup -q

%build
%configure --disable-gconf --disable-kconfig
%make_build

%install
%makeinstall_std

%post -p %post_ldconfig
%postun -p %postun_ldconfig

%files
%doc AUTHORS COPYING README TODO
%_bindir/*
%_libdir/%oname/
%_libdir/%name.so.*

%files devel
%_includedir/%name/
%_libdir/%name.so
%_pkgconfigdir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin