- applied patches to source tree (for plugins)

OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc?expand=0&rev=83
This commit is contained in:
Axel Braun 2024-10-14 12:49:44 +00:00 committed by Git OBS Bridge
parent cc8a787264
commit e61ee110d2
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 14 11:53:47 UTC 2024 - Axel Braun <axel.braun@gmx.de>
- applied patches to source tree (for plugins)
-------------------------------------------------------------------
Mon Sep 30 08:43:53 UTC 2024 - Axel Braun <axel.braun@gmx.de>

View File

@ -198,8 +198,10 @@ tar --strip-components 1 -xzf %{S:0} -C %{buildroot}/usr/src/%{name}/
#Apply dcmtk patch
patch %{buildroot}/usr/src/%{name}/OrthancFramework/Resources/CMake/DcmtkConfiguration.cmake < %{P:0}
#Apply boost patch
## patch -p1 -d %{buildroot}/usr/src/%{name} < %{P:1}
#Apply remaining patches to source tree
patch -p1 -d %{buildroot}/usr/src/%{name} < %{P:1}
patch -p1 -d %{buildroot}/usr/src/%{name} < %{P:2}
patch -p1 -d %{buildroot}/usr/src/%{name} < %{P:3}
# Do not mark Python scripts as executable
find %{buildroot}/usr/src/%{name} -name '*.py' -exec chmod a-x "{}" +