You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
128 lines
3.7 KiB
128 lines
3.7 KiB
2 years ago
|
Name: wireplumber
|
||
|
Version: 0.4.8
|
||
|
Release: 1%{?dist}
|
||
|
Summary: A modular session/policy manager for PipeWire
|
||
|
|
||
|
License: MIT
|
||
|
URL: https://pipewire.pages.freedesktop.org/wireplumber/
|
||
|
Source0: https://gitlab.freedesktop.org/pipewire/%{name}/-/archive/%{version}/%{name}-%{version}.tar.bz2
|
||
|
|
||
|
BuildRequires: meson gcc pkgconfig
|
||
|
BuildRequires: pkgconfig(glib-2.0)
|
||
|
BuildRequires: pkgconfig(gobject-2.0)
|
||
|
BuildRequires: pkgconfig(gmodule-2.0)
|
||
|
BuildRequires: pkgconfig(gio-unix-2.0)
|
||
|
BuildRequires: pkgconfig(libspa-0.2) >= 0.2
|
||
|
BuildRequires: pkgconfig(libpipewire-0.3) >= 0.3.37
|
||
|
BuildRequires: pkgconfig(systemd)
|
||
|
BuildRequires: systemd-devel >= 184
|
||
|
BuildRequires: pkgconfig(lua)
|
||
|
BuildRequires: gobject-introspection-devel
|
||
|
BuildRequires: python3-lxml doxygen
|
||
|
BuildRequires: systemd-rpm-macros
|
||
|
%{?systemd_ordering}
|
||
|
|
||
|
# Make sure that we have -libs package in the same version
|
||
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||
|
|
||
|
# WirePlumber is a PipeWire session manager
|
||
|
Provides: pipewire-session-manager
|
||
|
Conflicts: pipewire-session-manager
|
||
|
|
||
|
# Replace pipewire-media-session with wireplumber
|
||
|
Obsoletes: pipewire-media-session < 0.3.32-4
|
||
|
|
||
|
%package libs
|
||
|
Summary: Libraries for WirePlumber clients
|
||
|
|
||
|
%description libs
|
||
|
This package contains the runtime libraries for any application that wishes
|
||
|
to interface with WirePlumber.
|
||
|
|
||
|
%package devel
|
||
|
Summary: Development files for %{name}
|
||
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||
|
|
||
|
%description devel
|
||
|
The %{name}-devel package contains libraries and header files for
|
||
|
developing applications that use %{name}.
|
||
|
|
||
|
%description
|
||
|
WirePlumber is a modular session/policy manager for PipeWire and a
|
||
|
GObject-based high-level library that wraps PipeWire's API, providing
|
||
|
convenience for writing the daemon's modules as well as external tools for
|
||
|
managing PipeWire.
|
||
|
|
||
|
%prep
|
||
|
%autosetup -p1
|
||
|
|
||
|
%build
|
||
|
%meson -Dsystem-lua=true \
|
||
|
-Ddoc=disabled \
|
||
|
-Dsystemd=enabled \
|
||
|
-Dsystemd-user-service=true \
|
||
|
-Dintrospection=enabled \
|
||
|
-Delogind=disabled
|
||
|
%meson_build
|
||
|
|
||
|
%install
|
||
|
%meson_install
|
||
|
|
||
|
# Create local config skeleton
|
||
|
mkdir -p %{buildroot}%{_sysconfdir}/wireplumber/{bluetooth.lua.d,common,main.lua.d,policy.lua.d}
|
||
|
|
||
|
%post
|
||
|
%systemd_user_post %{name}.service
|
||
|
|
||
|
%preun
|
||
|
%systemd_user_preun %{name}.service
|
||
|
|
||
|
%files
|
||
|
%license LICENSE
|
||
|
%{_bindir}/wireplumber
|
||
|
%{_bindir}/wpctl
|
||
|
%{_bindir}/wpexec
|
||
|
%dir %{_sysconfdir}/wireplumber
|
||
|
%dir %{_sysconfdir}/wireplumber/bluetooth.lua.d
|
||
|
%dir %{_sysconfdir}/wireplumber/common
|
||
|
%dir %{_sysconfdir}/wireplumber/main.lua.d
|
||
|
%dir %{_sysconfdir}/wireplumber/policy.lua.d
|
||
|
%{_datadir}/wireplumber/
|
||
|
%{_userunitdir}/wireplumber.service
|
||
|
%{_userunitdir}/wireplumber@.service
|
||
|
|
||
|
%files libs
|
||
|
%license LICENSE
|
||
|
%dir %{_libdir}/wireplumber-0.4/
|
||
|
%{_libdir}/wireplumber-0.4/libwireplumber-*.so
|
||
|
%{_libdir}/libwireplumber-0.4.so.*
|
||
|
%{_libdir}/girepository-1.0/Wp-0.4.typelib
|
||
|
|
||
|
%files devel
|
||
|
%{_includedir}/wireplumber-0.4/
|
||
|
%{_libdir}/libwireplumber-0.4.so
|
||
|
%{_libdir}/pkgconfig/wireplumber-0.4.pc
|
||
|
%{_datadir}/gir-1.0/Wp-0.4.gir
|
||
|
|
||
|
%changelog
|
||
|
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 0.4.8-1
|
||
|
- Rebuilt for MSVSphere 9.1.
|
||
|
|
||
|
* Fri Feb 18 2022 Wim Taymans <wtaymans@redhat.com> - 0.4.8-1
|
||
|
- Update to version 0.4.8
|
||
|
Resolves: rhbz#2055692
|
||
|
|
||
|
* Wed Nov 17 2021 Neal Gompa <ngompa@centosproject.org> - 0.4.5-1
|
||
|
- Update to version 0.4.5
|
||
|
Resolves: rhbz#2022695
|
||
|
|
||
|
* Tue Nov 16 2021 Neal Gompa <ngompa@centosproject.org> - 0.4.1-3
|
||
|
- Obsolete pipewire-media-session
|
||
|
Related: rhbz#2022694
|
||
|
|
||
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-2
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||
|
|
||
|
* Tue Jul 06 2021 Peter Hutterer <peter.hutterer@redhat.com> 0.4.1-1
|
||
|
- Initial package (#1976012)
|