X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=simdjson.spec;h=f5339a084fa1fb1bacf29b32b4d895a4aff46ba1;hb=7aea26f3577ed3c4b7dbda943a58208c02245023;hp=6b580d2d592ced9cd22df05148bee93f6fb196de;hpb=3474ec965a1ddc728a745bc09acd55812b4ef163;p=packages%2Fsimdjson.git diff --git a/simdjson.spec b/simdjson.spec index 6b580d2..f5339a0 100644 --- a/simdjson.spec +++ b/simdjson.spec @@ -1,15 +1,16 @@ Summary: Parsing gigabytes of JSON per second Name: simdjson -Version: 0.8.1 +Version: 0.9.1 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: 2d8258fc6366b19b2369846a022d83e8 +# Source0-md5: 8d0a8cbf90279de0751a394174e539e5 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) @@ -50,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.7 +%attr(755,root,root) %ghost %{_libdir}/libsimdjson.so.8 %files devel %defattr(644,root,root,755)