Accepting request 1207936 from graphics
- applied patches to source tree (for plugins) OBS-URL: https://build.opensuse.org/request/show/1207936 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orthanc?expand=0&rev=38
This commit is contained in:
commit
2cae237d36
@ -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>
|
||||
|
||||
|
@ -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 "{}" +
|
||||
|
Loading…
x
Reference in New Issue
Block a user