remove provides for internal libjack and libpulse [release 0.3.4-2mamba;Sun May 10 2020]
This commit is contained in:
parent
09361a5b1c
commit
4cb8804052
@ -1,7 +1,7 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: pipewire
|
Name: pipewire
|
||||||
Version: 0.3.4
|
Version: 0.3.4
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Multimedia processing graphs
|
Summary: Multimedia processing graphs
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -20,6 +20,7 @@ BuildRequires: libglib-devel
|
|||||||
BuildRequires: libgst-plugins-base-devel
|
BuildRequires: libgst-plugins-base-devel
|
||||||
BuildRequires: libgstreamer-devel
|
BuildRequires: libgstreamer-devel
|
||||||
BuildRequires: libjack-devel
|
BuildRequires: libjack-devel
|
||||||
|
BuildRequires: libpipewire02-devel
|
||||||
BuildRequires: libpulseaudio-devel
|
BuildRequires: libpulseaudio-devel
|
||||||
BuildRequires: libsbc-devel
|
BuildRequires: libsbc-devel
|
||||||
BuildRequires: libsndfile-devel
|
BuildRequires: libsndfile-devel
|
||||||
@ -55,6 +56,23 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
|
%define _use_internal_dependency_generator 0
|
||||||
|
|
||||||
|
%define __find_provides %{_builddir}/pipewire-%{version}/find_provides.sh
|
||||||
|
cat > %{_builddir}/pipewire-%{version}/find_provides.sh <<_EOF
|
||||||
|
#! /bin/sh
|
||||||
|
grep -v %{_libdir}/pipewire-%{majver} | \
|
||||||
|
%{_prefix}/lib/rpm/find-provides %{buildroot} %{_target_cpu}
|
||||||
|
_EOF
|
||||||
|
chmod +x %{_builddir}/pipewire-%{version}/find_provides.sh
|
||||||
|
|
||||||
|
%define __find_requires %{_builddir}/pipewire-%{version}/find_requires.sh
|
||||||
|
cat > %{_builddir}/pipewire-%{version}/find_requires.sh <<_EOF
|
||||||
|
#! /bin/sh
|
||||||
|
%{_prefix}/lib/rpm/find-requires %{buildroot} %{_target_cpu} 2>/dev/null
|
||||||
|
_EOF
|
||||||
|
chmod +x %{_builddir}/pipewire-%{version}/find_requires.sh
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson
|
%meson
|
||||||
|
|
||||||
@ -123,6 +141,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%doc NEWS
|
%doc NEWS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun May 10 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.4-2mamba
|
||||||
|
- remove provides for internal libjack and libpulse
|
||||||
|
|
||||||
* Sun May 03 2020 Automatic Build System <autodist@mambasoft.it> 0.3.4-1mamba
|
* Sun May 03 2020 Automatic Build System <autodist@mambasoft.it> 0.3.4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user