commit e9242af9eb7322b630dc2ea5c424de3d37929a0c
Author: Jakub Bogusz <[email protected]>
Date:   Tue Dec 17 17:40:47 2019 +0100

    - updated to 0.6.2

 robin-map.spec | 37 +++++++++++++++++++++++--------------
 1 file changed, 23 insertions(+), 14 deletions(-)
---
diff --git a/robin-map.spec b/robin-map.spec
index 2994182..5a466e4 100644
--- a/robin-map.spec
+++ b/robin-map.spec
@@ -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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/robin-map.git/commitdiff/e9242af9eb7322b630dc2ea5c424de3d37929a0c

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to