Accepting request 952047 from home:alarrosa:branches:multimedia:libs

- Installed files included a rpath to a build directory. Do not
  use rpath at all.

OBS-URL: https://build.opensuse.org/request/show/952047
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmlt?expand=0&rev=137
This commit is contained in:
Luigi Baldoni 2022-02-07 11:19:42 +00:00 committed by Git OBS Bridge
parent 4725268c88
commit 37f4606339
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Feb 7 08:12:10 UTC 2022 - Antonio Larrosa <alarrosa@suse.com>
- Installed files included a rpath to a build directory. Do not
use rpath at all.
-------------------------------------------------------------------
Mon Dec 20 09:43:23 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package libmlt
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -185,7 +185,8 @@ This package contains python bindings.
%endif
-DGPL=ON \
-DGPL3=ON \
-DSWIG_PYTHON=ON
-DSWIG_PYTHON=ON \
-DCMAKE_SKIP_RPATH=1
%cmake_build
%install