- 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:
parent
cc8a787264
commit
e61ee110d2
@ -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>
|
Mon Sep 30 08:43:53 UTC 2024 - Axel Braun <axel.braun@gmx.de>
|
||||||
|
|
||||||
|
@ -198,8 +198,10 @@ tar --strip-components 1 -xzf %{S:0} -C %{buildroot}/usr/src/%{name}/
|
|||||||
#Apply dcmtk patch
|
#Apply dcmtk patch
|
||||||
patch %{buildroot}/usr/src/%{name}/OrthancFramework/Resources/CMake/DcmtkConfiguration.cmake < %{P:0}
|
patch %{buildroot}/usr/src/%{name}/OrthancFramework/Resources/CMake/DcmtkConfiguration.cmake < %{P:0}
|
||||||
|
|
||||||
#Apply boost patch
|
#Apply remaining patches to source tree
|
||||||
## patch -p1 -d %{buildroot}/usr/src/%{name} < %{P:1}
|
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
|
# Do not mark Python scripts as executable
|
||||||
find %{buildroot}/usr/src/%{name} -name '*.py' -exec chmod a-x "{}" +
|
find %{buildroot}/usr/src/%{name} -name '*.py' -exec chmod a-x "{}" +
|
||||||
|
Loading…
x
Reference in New Issue
Block a user