]> git.pld-linux.org Git - packages/simdjson.git/blobdiff - simdjson.spec
up to 0.9.2
[packages/simdjson.git] / simdjson.spec
index 65b9b91e5bdddf654fef4af2d581f272e9aeab9c..8dc9b099663bd39df76eaf22a251ffcecb7ebbb0 100644 (file)
@@ -1,15 +1,16 @@
 Summary:       Parsing gigabytes of JSON per second
 Name:          simdjson
-Version:       0.3.1
+Version:       0.9.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: 364a45a51526cad04d074ccd144b35fb
+# Source0-md5: edb0b1abe38ac94d489c36a17af01799
 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,11 +51,10 @@ 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.1
+%attr(755,root,root) %ghost %{_libdir}/libsimdjson.so.8
 
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libsimdjson.so
 %{_libdir}/cmake/simdjson
 %{_includedir}/simdjson.h
-%{_includedir}/simdjson
This page took 0.063979 seconds and 4 git commands to generate.