From cb5dcae6badf6692031deddee9f15e65cae13e7c083c8c6c8d2b62027c27aa37 Mon Sep 17 00:00:00 2001 From: Callum Farmer Date: Sun, 25 Sep 2022 12:26:20 +0000 Subject: [PATCH] Accepting request 1005880 from home:gmbr3:Active - Fix quoting in pkgconfig file OBS-URL: https://build.opensuse.org/request/show/1005880 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libyuv?expand=0&rev=5 --- libyuv.changes | 5 +++++ libyuv.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/libyuv.changes b/libyuv.changes index 26afc46..463029a 100644 --- a/libyuv.changes +++ b/libyuv.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Sep 25 12:22:58 UTC 2022 - Callum Farmer + +- Fix quoting in pkgconfig file + ------------------------------------------------------------------- Wed Aug 3 11:30:20 UTC 2022 - Callum Farmer diff --git a/libyuv.spec b/libyuv.spec index 49f686f..260fe24 100644 --- a/libyuv.spec +++ b/libyuv.spec @@ -69,9 +69,9 @@ for the YUV scaling and conversion library rversion=`grep --perl-regex --only-matching "(?<=LIBYUV_VERSION )[0-9]+" include/libyuv/version.h` cat > %{name}.pc << EOF prefix=%{_prefix} -exec_prefix=${prefix} -libdir=%{_libdir} +exec_prefix=\${prefix} includedir=%{_includedir} +libdir=%{_libdir} Name: %{name} Description: %{summary}