forked from pool/apulse
Revert the previous change, it seems doing in a wrong way, see SR#843568
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/apulse?expand=0&rev=31
This commit is contained in:
parent
b88faed120
commit
8fbbf489ca
@ -1,8 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 16 18:17:04 UTC 2020 - Tom Williams <bif.bam@gmail.com>
|
||||
|
||||
- Fix unintended package Requires against libpulse0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 29 18:17:04 UTC 2020 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||
|
||||
|
@ -42,10 +42,6 @@ BuildRequires: pkgconfig(libpulse) >= 5.0
|
||||
%if %{?_lib} == lib64
|
||||
Recommends: %{name}-32bit = %{version}
|
||||
%endif
|
||||
AutoReq: 0
|
||||
Requires: libasound2
|
||||
Requires: libglib-2_0-0
|
||||
Requires: python3-base
|
||||
|
||||
%description
|
||||
PulseAudio emulation intended to be used with Firefox and Skype.
|
||||
@ -57,9 +53,7 @@ PulseAudio emulation intended to be used with Firefox and Skype.
|
||||
%cmake \
|
||||
-DUSE_BUNDLED_PULSEAUDIO_HEADERS=OFF \
|
||||
-DAPULSEPATH=%{_libdir}/%{name} \
|
||||
-DCMAKE_SKIP_RPATH:BOOL=ON \
|
||||
-DCMAKE_SHARED_LINKER_FLAGS="-Wl,-rpath,%{_libdir}/%{name}" \
|
||||
-LA
|
||||
-DCMAKE_SHARED_LINKER_FLAGS="" -LA
|
||||
%make_build
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user