forked from pool/wireplumber
Accepting request 937742 from home:iznogood:branches:multimedia:libs
- Quiet setup of sources, no need to see the package untared. - Disable tests for ppc64 for now like we do for i586. OBS-URL: https://build.opensuse.org/request/show/937742 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/wireplumber?expand=0&rev=11
This commit is contained in:
parent
9b3a423d50
commit
d0599b6438
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 9 10:08:43 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Quiet setup of sources, no need to see the package untared.
|
||||
- Disable tests for ppc64 for now like we do for i586.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 3 18:12:42 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
|
@ -145,7 +145,7 @@ This package provides the GObject Introspection bindings for
|
||||
the wireplumber shared library.
|
||||
|
||||
%prep
|
||||
%setup -n wireplumber-%{version}
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%if %{pkg_vcmp meson < 0.56.0}
|
||||
@ -170,7 +170,7 @@ export CC=gcc-9
|
||||
%meson_install
|
||||
%fdupes -s %{buildroot}/%{_datadir}/doc/pipewire/html
|
||||
|
||||
%ifnarch %ix86
|
||||
%ifnarch %ix86 ppc64
|
||||
%check
|
||||
export XDG_RUNTIME_DIR=/tmp
|
||||
%meson_test
|
||||
@ -191,7 +191,6 @@ export XDG_RUNTIME_DIR=/tmp
|
||||
%post -n %{libwireplumber} -p /sbin/ldconfig
|
||||
%postun -n %{libwireplumber} -p /sbin/ldconfig
|
||||
|
||||
|
||||
%files
|
||||
%{_bindir}/wireplumber
|
||||
%{_bindir}/wpctl
|
||||
|
Loading…
Reference in New Issue
Block a user