SHA256
1
0
forked from pool/vtk

Accepting request 1148016 from home:dimstar:rpm4.20:v

Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1148016
OBS-URL: https://build.opensuse.org/package/show/science/vtk?expand=0&rev=191
This commit is contained in:
Stefan Brüns 2024-02-24 10:59:15 +00:00 committed by Git OBS Bridge
parent abf7794632
commit bf35a7e3d2
2 changed files with 13 additions and 8 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 20 13:26:32 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Dec 31 19:55:50 UTC 2023 - Stefan Brüns <stefan.bruens@rwth-aachen.de> Sun Dec 31 19:55:50 UTC 2023 - Stefan Brüns <stefan.bruens@rwth-aachen.de>

View File

@ -397,16 +397,16 @@ languages.
%prep %prep
%setup -n VTK-%{version} %setup -n VTK-%{version}
%patch1 -p1 %patch -P 1 -p1
%patch2 -p1 %patch -P 2 -p1
%if %{with gles} %if %{with gles}
%patch7 -p1 %patch -P 7 -p1
%patch8 -p1 %patch -P 8 -p1
%patch9 -p1 %patch -P 9 -p1
%patch10 -p1 %patch -P 10 -p1
%endif %endif
%patch17 -p1 %patch -P 17 -p1
%patch18 -p1 %patch -P 18 -p1
# Replace relative path ../../../../VTKData with %%{_datadir}/vtkdata # Replace relative path ../../../../VTKData with %%{_datadir}/vtkdata
# otherwise it will break on symlinks. # otherwise it will break on symlinks.