]> git.pld-linux.org Git - packages/simdjson.git/blobdiff - simdjson.spec
up to 3.2.3
[packages/simdjson.git] / simdjson.spec
index aa40ae1d07537b89e228e040d74cccc33969de2c..53aa7b184f5a888623d71bd63115e6d3290991da 100644 (file)
@@ -1,14 +1,14 @@
 Summary:       Parsing gigabytes of JSON per second
 Name:          simdjson
-Version:       2.0.4
+Version:       3.2.3
 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: 8730b3e6019fe03d7fb10dad524b462b
+# Source0-md5: dbb5914a0423007e4312aeadbd2e0ee6
 URL:           https://simdjson.org
-BuildRequires: cmake >= 3.9
+BuildRequires: cmake >= 3.14
 BuildRequires: libstdc++-devel >= 6:5
 BuildRequires: rpmbuild(macros) >= 1.605
 ExclusiveArch: %{x8664} aarch64
@@ -32,8 +32,7 @@ Header files for simdjson library.
 %setup -q
 
 %build
-%cmake -B build \
-       -DSIMDJSON_JUST_LIBRARY=ON
+%cmake -B build
 %{__make} -C build
 
 %install
@@ -49,12 +48,13 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS CONTRIBUTING.md CONTRIBUTORS HACKING.md README.md RELEASES.md
+%doc AUTHORS CONTRIBUTING.md CONTRIBUTORS HACKING.md README.md
 %attr(755,root,root) %{_libdir}/libsimdjson.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libsimdjson.so.11
+%attr(755,root,root) %ghost %{_libdir}/libsimdjson.so.16
 
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libsimdjson.so
 %{_libdir}/cmake/simdjson
 %{_includedir}/simdjson.h
+%{_pkgconfigdir}/simdjson.pc
This page took 0.039829 seconds and 4 git commands to generate.