Accepting request 1005881 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/1005881
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libyuv?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2022-09-26 16:47:42 +00:00 committed by Git OBS Bridge
commit d2b734ff18
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Sep 25 12:22:58 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
- Fix quoting in pkgconfig file
-------------------------------------------------------------------
Wed Aug 3 11:30:20 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>

View File

@ -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}