]> git.pld-linux.org Git - packages/simdjson.git/blobdiff - simdjson.spec
up to 0.8.2
[packages/simdjson.git] / simdjson.spec
index b65af815e54767a75395d0cf48d3eb39e2099b48..606e2178ccbebe2935f19b1c55c7bd6cda08a620 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       Parsing gigabytes of JSON per second
 Name:          simdjson
-Version:       0.6.1
+Version:       0.8.2
 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: b88e14c5724145561cbe840eb589da98
 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.7
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.086283 seconds and 4 git commands to generate.