Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37852448
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.4.1
Release: alt1

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

License: BSD
Group: System/Libraries
Url: http://sacredspiral.co.uk/~nenolod/mcs/

Packager: Vitaly Lipatov <lav at altlinux.ru>

Source: http://sacredspiral.co.uk/~nenolod/mcs/%oname-%version.tar.bz2
Patch: %name-link.patch

%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 -n %oname-%version
%patch

%build
#./autogen.sh
%configure
%make_build

%install
%make_install install \
DESTDIR=%buildroot

%post -p %post_ldconfig
%postun -p %post_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