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