]> git.pld-linux.org Git - packages/robin-map.git/commitdiff
- updated to 0.6.2 auto/th/robin-map-0.6.2-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 17 Dec 2019 16:40:47 +0000 (17:40 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 17 Dec 2019 16:40:47 +0000 (17:40 +0100)
robin-map.spec

index 2994182dfece82c0529ed8b69ace1755901df2bb..5a466e4648a853e468ab53f60445c8860246e2ad 100644 (file)
@@ -1,18 +1,15 @@
-#
-# Conditional build:
-%bcond_without apidocs         # do not build and package API docs
-%bcond_without static_libs     # don't build static libraries
-#
 Summary:       A C++ implementation of a fast hash map and hash set using robin hood hashing
+Summary(pl.UTF-8):     Implementacja C++ szybkiej tablicy asocjacyjnej i zboru wykorzytujących haszowanie robin hood
 Name:          robin-map
-Version:       0.6.1
+Version:       0.6.2
 Release:       1
 License:       MIT
 Group:         Libraries
+#Source0Download: https://github.com/Tessil/robin-map/releases
 Source0:       https://github.com/Tessil/robin-map/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 41e517be7cd6fc9294384687d453b27c
+# Source0-md5: 2142db273d9bd0a274d076ad5411855d
 URL:           https://github.com/Tessil/robin-map
-BuildRequires: cmake
+BuildRequires: cmake >= 3.1
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -20,20 +17,32 @@ The robin-map library is a C++ implementation of a fast hash map and
 hash set using open-addressing and linear robin hood hashing with
 backward shift deletion to resolve collisions.
 
+%description -l pl.UTF-8
+Biblioteka robin-map to implementacja C++ szybkiej tablicy
+asocjacyjnej (mapy) i zbioru wykorzystujących adresowanie otwarte i
+haszowanie robin hood z usuwaniem przez przesunięcie wstecz przy
+rozwiązywaniu kolizji.
+
 %package devel
-Summary:       Header files for %{name} library
-Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki %{name}
+Summary:       Header files for robin-map library
+Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki robin-map
 Group:         Development/Libraries
+Requires:      libstdc++-devel >= 6:4.8
 
 %description devel
-Header files for %{name} library.
+Header files for robin-map library.
 
 The robin-map library is a C++ implementation of a fast hash map and
 hash set using open-addressing and linear robin hood hashing with
 backward shift deletion to resolve collisions.
 
 %description devel -l pl.UTF-8
-Pliki nagłówkowe biblioteki %{name}.
+Pliki nagłówkowe biblioteki robin-map.
+
+Biblioteka robin-map to implementacja C++ szybkiej tablicy
+asocjacyjnej (mapy) i zbioru wykorzystujących adresowanie otwarte i
+haszowanie robin hood z usuwaniem przez przesunięcie wstecz przy
+rozwiązywaniu kolizji.
 
 %prep
 %setup -q
@@ -41,7 +50,7 @@ Pliki nagłówkowe biblioteki %{name}.
 %build
 mkdir -p build
 cd build
-%{cmake} ../
+%cmake ..
 %{__make}
 
 %install
@@ -55,7 +64,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-%doc README.md
+%doc LICENSE README.md
 %dir %{_includedir}/tsl
 %{_includedir}/tsl/robin*.h
 %{_datadir}/cmake/tsl-robin-map
This page took 0.158691 seconds and 4 git commands to generate.