From 9b9e765a586679e0e920de2299f0c327c0bb95d2 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Tue, 28 Jan 2025 21:32:25 +0100 Subject: [PATCH] automatic version update by autodist [release 12.0.0-1mamba;Fri Nov 01 2024] --- openvdb.spec | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/openvdb.spec b/openvdb.spec index 18ddf59..ca024b1 100644 --- a/openvdb.spec +++ b/openvdb.spec @@ -1,12 +1,12 @@ Name: openvdb -Version: 11.0.0 +Version: 12.0.0 Release: 1mamba Summary: Sparse volume data structure and tools Group: Development/Tools Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://www.openvdb.org/ +URL: https://www.openvdb.org/ Source: https://github.com/AcademySoftwareFoundation/openvdb.git/v%{version}/openvdb-%{version}.tar.bz2 License: MPL-2.0 ## AUTOBUILDREQ-BEGIN @@ -47,7 +47,11 @@ This package contains libraries and header files for developing applications tha %build %cmake -%cmake_build + +%cmake_build \ +%ifarch aarch64 %{ix86} +-j1 +%endif %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -60,8 +64,6 @@ ln -s %{_libdir}/cmake/OpenVDB/{OpenVDBUtils,FindOpenVDB,FindBlosc}.cmake %{buil %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%post -n lib%{name} -p /sbin/ldconfig -%postun -n lib%{name} -p /sbin/ldconfig %files %defattr(-,root,root) @@ -84,5 +86,8 @@ ln -s %{_libdir}/cmake/OpenVDB/{OpenVDBUtils,FindOpenVDB,FindBlosc}.cmake %{buil %doc CHANGES README.md %changelog +* Fri Nov 01 2024 Automatic Build System 12.0.0-1mamba +- automatic version update by autodist + * Mon May 06 2024 Silvan Calarco 11.0.0-1mamba - package created using the webbuild interface