]> git.pld-linux.org Git - packages/simdjson.git/blobdiff - simdjson.spec
up to 0.9.6
[packages/simdjson.git] / simdjson.spec
index 48afb59f100f9a1e67ce0ff0b59c4f2f576ec91c..1704155925c8eb6474ba73f9a4d5e592b147e2a6 100644 (file)
@@ -1,15 +1,16 @@
 Summary:       Parsing gigabytes of JSON per second
 Name:          simdjson
-Version:       0.5.0
+Version:       0.9.6
 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: f1b1f4047b90f4fce2ec70facad8199e
+# Source0-md5: 469e18cb1bbdbafd0d4cf8f08f7ac9f4
 URL:           https://simdjson.org
 BuildRequires: cmake >= 3.9
 BuildRequires: libstdc++-devel >= 6:5
+BuildRequires: rpmbuild(macros) >= 1.605
 ExclusiveArch: %{x8664} aarch64
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -31,7 +32,8 @@ Header files for simdjson library.
 %setup -q
 
 %build
-%cmake
+%cmake \
+       -DSIMDJSON_JUST_LIBRARY=ON
 %{__make}
 
 %install
@@ -49,7 +51,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.3
+%attr(755,root,root) %ghost %{_libdir}/libsimdjson.so.8
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.117702 seconds and 4 git commands to generate.