automatic version update by autodist [release 9.3.0-1mamba;Sat Nov 25 2023]

This commit is contained in:
Automatic Build System 2024-01-05 19:09:05 +01:00
parent 9556e9c6ac
commit 41c4680226

View File

@ -1,7 +1,7 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: vtk
Version: 9.1.0
Release: 2mamba
Version: 9.3.0
Release: 1mamba
Summary: Software for manipulating and displaying scientific data
Group: Applications/Scientific
Vendor: openmamba
@ -43,7 +43,6 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description -n lib%{name}-devel
This package contains libraries and header files for developing applications that use %{name}.
%debug_package
%prep
@ -52,17 +51,17 @@ This package contains libraries and header files for developing applications tha
%build
#:<< _EOF
%cmake -d build \
%cmake \
-DCMAKE_INSTALL_LIBDIR=%{_lib} \
-DINCLUDE_INSTALL_DIR=include \
-DCMAKE_C_FLAGS="%{optflags} -fcommon" \
-DVTK_VERSIONED_INSTALL=OFF
%make
%cmake_build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall -C build
%cmake_install
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -75,6 +74,9 @@ This package contains libraries and header files for developing applications tha
%{_bindir}/vtk*
%dir %{_datadir}/licenses/VTK
%{_datadir}/licenses/VTK/*
%dir %{_datadir}/vtk
%dir %{_datadir}/vtk/proj
%{_datadir}/vtk/proj/*
%files -n lib%{name}
%defattr(-,root,root)
@ -98,6 +100,9 @@ This package contains libraries and header files for developing applications tha
%doc README.md
%changelog
* Sat Nov 25 2023 Automatic Build System <autodist@mambasoft.it> 9.3.0-1mamba
- automatic version update by autodist
* Thu Jun 02 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 9.1.0-2mamba
- rebuilt with -DVTK_VERSIONED_INSTALL=OFF