[packages/simdjson] up to 0.7.0

atler atler at pld-linux.org
Sat Dec 5 01:49:09 CET 2020


commit 9bb268654932a43402e984a2a4a98ae6de454dfa
Author: Jan Palus <atler at pld-linux.org>
Date:   Sat Dec 5 01:47:22 2020 +0100

    up to 0.7.0

 simdjson.spec | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/simdjson.spec b/simdjson.spec
index b65af81..40354df 100644
--- a/simdjson.spec
+++ b/simdjson.spec
@@ -1,12 +1,12 @@
 Summary:	Parsing gigabytes of JSON per second
 Name:		simdjson
-Version:	0.6.1
+Version:	0.7.0
 Release:	1
 License:	Apache v2.0
 Group:		Libraries
 #Source0Download: https://github.com/simdjson/simdjson/releases
 Source0:	https://github.com/simdjson/simdjson/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5:	26df9592ed1dfe0f985f6910f806a2a4
+# Source0-md5:	8791bdbbb8d1885951a5c4b40b2295f9
 URL:		https://simdjson.org
 BuildRequires:	cmake >= 3.9
 BuildRequires:	libstdc++-devel >= 6:5
@@ -31,7 +31,8 @@ Header files for simdjson library.
 %setup -q
 
 %build
-%cmake
+%cmake \
+	-DSIMDJSON_JUST_LIBRARY=ON
 %{__make}
 
 %install
@@ -49,7 +50,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS CONTRIBUTING.md CONTRIBUTORS HACKING.md README.md RELEASES.md
 %attr(755,root,root) %{_libdir}/libsimdjson.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libsimdjson.so.4
+%attr(755,root,root) %ghost %{_libdir}/libsimdjson.so.5
 
 %files devel
 %defattr(644,root,root,755)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/simdjson.git/commitdiff/9bb268654932a43402e984a2a4a98ae6de454dfa



More information about the pld-cvs-commit mailing list