X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=simdjson.spec;h=606e2178ccbebe2935f19b1c55c7bd6cda08a620;hb=2bb067d;hp=65b9b91e5bdddf654fef4af2d581f272e9aeab9c;hpb=e047ea4b2fa1dcdbaba1257d8236c1ddc4e12e34;p=packages%2Fsimdjson.git diff --git a/simdjson.spec b/simdjson.spec index 65b9b91..606e217 100644 --- a/simdjson.spec +++ b/simdjson.spec @@ -1,12 +1,12 @@ Summary: Parsing gigabytes of JSON per second Name: simdjson -Version: 0.3.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: 364a45a51526cad04d074ccd144b35fb +# 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,11 +50,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.7 %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libsimdjson.so %{_libdir}/cmake/simdjson %{_includedir}/simdjson.h -%{_includedir}/simdjson