Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37741806
en ru br
Репозитории ALT

Группа :: Разработка/C++
Пакет: sparsehash

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

Name: sparsehash
Version: 2.0.4
Release: alt1

Summary: Google's extremely memory-efficient C++ hash_map implementation
License: BSD
Group: Development/C++

URL: https://github.com/%name/%name
Packager: Nazarov Denis <nenderus at altlinux.org>

# https://github.com/%name/%name/archive/%name-%version/%name-%name-%version.tar.gz

Source: %name-%name-%version.tar

BuildRequires: gcc-c++

%description
The Google SparseHash project contains several C++ template hash-map
implementations in use at Google, with different performance
characteristics, including an implementation that optimizes for space
and one that optimizes for speed.

%package devel
Summary: Google's extremely memory-efficient C++ hash_map implementation
Group: Development/C++
Provides: libgoogle-%name = %EVR
Provides: lib%name-devel = %EVR
Obsoletes: libgoogle-%name <= 1.5.2
Obsoletes: lib%name-devel <= 2.0.3

%description devel
The Google SparseHash project contains several C++ template hash-map
implementations in use at Google, with different performance
characteristics, including an implementation that optimizes for space
and one that optimizes for speed.

%prep
%setup -n %name-%name-%version

%build
%configure
%make_build

%install
%makeinstall_std

%files devel
%doc %_docdir/%name-2.0.2
%_includedir/google
%_includedir/%name
%_pkgconfigdir/lib%name.pc

%changelog

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

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