Accepting request 622289 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/622289 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer?expand=0&rev=54
This commit is contained in:
commit
291d9beb76
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 12 07:50:21 UTC 2018 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update gstreamer.macros and gstreamer.prov to be compatible with
|
||||||
|
file 5.33, which differently idenfies executables from libraries.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 20 08:35:04 UTC 2018 - bjorn.lie@gmail.com
|
Sun May 20 08:35:04 UTC 2018 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
%__gstreamer_provides %{_rpmconfigdir}/gstreamer-provides
|
%__gstreamer_provides %{_rpmconfigdir}/gstreamer-provides
|
||||||
%__gstreamer_path libgst
|
%__gstreamer_path libgst
|
||||||
%__gstreamer_magic ELF.*shared object
|
%__gstreamer_magic ELF.*(shared object|executable)
|
||||||
%__gstreamer_flags magic_and_path
|
%__gstreamer_flags magic_and_path
|
||||||
|
@ -22,7 +22,7 @@ case `uname -m` in
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
solist=$(echo $filelist | grep "libgst" | \
|
solist=$(echo $filelist | grep "libgst" | \
|
||||||
xargs file -L 2>/dev/null | grep "ELF.*shared object" | cut -d: -f1 )
|
xargs file -L 2>/dev/null | grep -E "ELF.*(shared object|executable)" | cut -d: -f1 )
|
||||||
|
|
||||||
function getmark()
|
function getmark()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user