From 1c6bd5c5921ef1da84f45f73e754423c349acd097deba8fee11ee658aef16160 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sat, 24 Oct 2020 19:48:31 +0000 Subject: [PATCH] Accepting request 843774 from home:dimstar:Factory - Use %_vpath_builddir instead of hardcoded 'build' directory name: meson allows for the path to be changed. OBS-URL: https://build.opensuse.org/request/show/843774 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-rs?expand=0&rev=2 --- gstreamer-plugins-rs.changes | 6 ++++++ gstreamer-plugins-rs.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gstreamer-plugins-rs.changes b/gstreamer-plugins-rs.changes index e8604ea..ec33c2d 100644 --- a/gstreamer-plugins-rs.changes +++ b/gstreamer-plugins-rs.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Oct 24 12:59:22 UTC 2020 - Dominique Leuenberger + +- Use %_vpath_builddir instead of hardcoded 'build' directory name: + meson allows for the path to be changed. + ------------------------------------------------------------------- Wed Sep 16 11:14:49 UTC 2020 - Antonio Larrosa diff --git a/gstreamer-plugins-rs.spec b/gstreamer-plugins-rs.spec index b176d10..b2bc598 100644 --- a/gstreamer-plugins-rs.spec +++ b/gstreamer-plugins-rs.spec @@ -86,7 +86,7 @@ export CSOUND_LIB_DIR=%{_libdir} -Ddav1d=disabled %{nil} #/usr/bin/meson compile -C build -j1 --verbose -cd build +cd %_vpath_builddir %{cargo_build} %install