X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=simdjson.spec;h=f5339a084fa1fb1bacf29b32b4d895a4aff46ba1;hb=7aea26f3577ed3c4b7dbda943a58208c02245023;hp=c7c7450f89ac27e980485caeaf9159cfb2e575b0;hpb=f0366cee30cb5741f310a87ad7f0aa931966cb6b;p=packages%2Fsimdjson.git diff --git a/simdjson.spec b/simdjson.spec index c7c7450..f5339a0 100644 --- a/simdjson.spec +++ b/simdjson.spec @@ -1,15 +1,16 @@ Summary: Parsing gigabytes of JSON per second Name: simdjson -Version: 0.8.0 +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: e9d56ec469e665d0d1ae29693874704d +# 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)