Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37536637
en ru br
ALT Linux repos
S:1.0.0-alt1
5.0: 0.7.0-alt1
4.1: 0.5.0-alt1

Group :: System/Libraries
RPM: libmowgli

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: libmowgli
Version: 1.0.0
Release: alt1

Summary: mowgli is a development framework for C (like GLib)

License: see COPYING
Group: System/Libraries
Url: http://www.atheme.org/project/mowgli

Packager: Vitaly Lipatov <lav at altlinux.ru>

Source: http://distfiles.atheme.org/%name-%version.tar

%description
mowgli is a development framework for C (like GLib), which provides
high performance and highly flexible algorithms. It can be used as a
suppliment to GLib (to add additional functions (dictionaries, hashes),
or replace some of the slow GLib list manipulation functions), or stand
alone. It also provides a powerful hook system and convenient logging
for your code, as well as a high performance block allocator.

%package devel
Summary: Header files for %name
Group: Development/Other
Requires: %name = %version-%release

%description devel
Header files for %name.

%prep
%setup

%build
%configure --disable-static
%make_build

%install
%makeinstall_std

%files
%doc AUTHORS COPYING
%_libdir/lib*.so.*

%files devel
%_libdir/lib*.so
%_pkgconfigdir/*.pc
%_includedir/*

%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