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