automatic version update by autodist [release 12.0.0-1mamba;Fri Nov 01 2024]

This commit is contained in:
Automatic Build System 2025-01-28 21:32:25 +01:00
parent 7184c69c29
commit 9b9e765a58

View File

@ -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 <silvan.calarco@mambasoft.it>
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 <autodist@openmamba.org> 12.0.0-1mamba
- automatic version update by autodist
* Mon May 06 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 11.0.0-1mamba
- package created using the webbuild interface