From 41c4680226ba0c9df24c02ea498a4c44bbb089c8 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 19:09:05 +0100 Subject: [PATCH] automatic version update by autodist [release 9.3.0-1mamba;Sat Nov 25 2023] --- vtk.spec | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/vtk.spec b/vtk.spec index 4139517..0ffdcb0 100644 --- a/vtk.spec +++ b/vtk.spec @@ -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 9.3.0-1mamba +- automatic version update by autodist + * Thu Jun 02 2022 Silvan Calarco 9.1.0-2mamba - rebuilt with -DVTK_VERSIONED_INSTALL=OFF