Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37742131
en ru br
Репозитории ALT
S:5.0.22-alt1
5.1: 4.5.0-alt1
4.1: 4.5.0-alt1
4.0: 4.5.0-alt1
3.0: 1.0.24-alt2
www.altlinux.org/Changes

Группа :: Базы Данных
Пакет: dbh

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: dbh
Version: 4.5.0
Release: alt1

Summary: Disk based hash library
License: GPL
Group: Databases
Packager: Eugene Ostapets <eostapets at altlinux.ru>
Url: http://dbh.sourceforge.net

Source: %name-%version.tar.gz

# Automatically added by buildreq on Tue Nov 07 2006

BuildRequires: gcc-c++

%description
Disk based hashes is a method to create multidimensional binary trees on disk.
This library permits the extension of database concept to a plethora of
electronic data, such as graphic information. With the multidimensional binary
tree it is possible to mathematically prove that access time to any
particular record is minimized (using the concept of critical points from
calculus), which provides the means to construct optimized databases for
particular applications.

%package -n lib%name
Summary: dbh shared library
Group: System/Libraries

%description -n lib%name
This package contains shared library required for packaging
libdbh-based software.

%package -n lib%name-devel
Summary: Development files for libdbh
Group: Development/C
PreReq: lib%name = %version-%release

%description -n lib%name-devel
This package contains development files required for packaging
libdbh-based software.

%prep
%setup -q

%build
autoreconf -vifs
export LDFLAGS="$LDFLAGS -lm"
%configure \
--enable-debug=no \
--disable-rpath
%make_build

%install
%makeinstall
#mv %buildroot%_pkgconfigdir/%name.pc %buildroot%_pkgconfigdir/%name-1.0.pc

%files -n lib%name
%doc AUTHORS ChangeLog doc/dbh-hash-tables.html
%_libdir/libdbh*.so.*

%files -n lib%name-devel
%_includedir/*
%_pkgconfigdir/*
%_libdir/*.so
%exclude %_libdir/*.a

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin