Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37562250
en ru br
ALT Linux repositórios
S:0.3.0-alt2.git20140826
3.0: 0.9.1-alt2

Group :: Sistema/Bibliotecas
RPM: libdict

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Name: libdict
Version: 0.3.0
Release: alt2.git20140826

Summary: C library of key-value data structures with an object-oriented interface
License: BSD
Group: System/Libraries

Url: https://github.com/fmela/libdict
# https://github.com/fmela/libdict.git
Source: %name-%version.tar
Packager: Eugeny A. Rostovtsev (REAL) <real at altlinux.org>

%description
libdict is a C library that provides the following data structures with
efficient insert, lookup, and delete routines:

* height-balanced (AVL) tree
* red-black tree
* splay tree
* weight-balanced tree
* path-reduction tree
* treap
* hashtable, using separate chaining
* hashtable, using open addressing with linear probing

%package devel
Summary: Development files for %name
Group: Development/C
Requires: %name = %EVR

%description devel
libdict is a C library that provides the following data structures with
efficient insert, lookup, and delete routines:

* height-balanced (AVL) tree
* red-black tree
* splay tree
* weight-balanced tree
* path-reduction tree
* treap
* hashtable, using separate chaining
* hashtable, using open addressing with linear probing

This package contains development files for %name.

%prep
%setup

%build
%make_build

%install
%if "%_lib" == "lib64"
LIB_SUFFIX=64
%endif
%makeinstall_std \
INSTALL_PREFIX=%buildroot%prefix \
LIB_SUFFIX=$LIB_SUFFIX

%files
%doc README.md REFERENCES TODO
%_libdir/*.so.*

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

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009