automatic version update by autodist [release 12.0.0-1mamba;Fri Nov 01 2024]
This commit is contained in:
parent
7184c69c29
commit
9b9e765a58
15
openvdb.spec
15
openvdb.spec
@ -1,12 +1,12 @@
|
|||||||
Name: openvdb
|
Name: openvdb
|
||||||
Version: 11.0.0
|
Version: 12.0.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Sparse volume data structure and tools
|
Summary: Sparse volume data structure and tools
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
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
|
Source: https://github.com/AcademySoftwareFoundation/openvdb.git/v%{version}/openvdb-%{version}.tar.bz2
|
||||||
License: MPL-2.0
|
License: MPL-2.0
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -47,7 +47,11 @@ This package contains libraries and header files for developing applications tha
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake
|
%cmake
|
||||||
%cmake_build
|
|
||||||
|
%cmake_build \
|
||||||
|
%ifarch aarch64 %{ix86}
|
||||||
|
-j1
|
||||||
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -60,8 +64,6 @@ ln -s %{_libdir}/cmake/OpenVDB/{OpenVDBUtils,FindOpenVDB,FindBlosc}.cmake %{buil
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -n lib%{name} -p /sbin/ldconfig
|
|
||||||
%postun -n lib%{name} -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -84,5 +86,8 @@ ln -s %{_libdir}/cmake/OpenVDB/{OpenVDBUtils,FindOpenVDB,FindBlosc}.cmake %{buil
|
|||||||
%doc CHANGES README.md
|
%doc CHANGES README.md
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon May 06 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 11.0.0-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
x
Reference in New Issue
Block a user