mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-22 06:59:59 -05:00
update spec
This commit is contained in:
parent
29eb58f7a2
commit
593df62ccc
4 changed files with 23 additions and 14 deletions
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
Name: pipewire
|
||||
Summary: Media Sharing Server
|
||||
Version: 0.1.3
|
||||
Version: 0.1.3.1
|
||||
Release: 1%{?snap:.%{snap}git%{shortcommit}}%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: http://www.freedesktop.org/wiki/Software/PipeWire
|
||||
|
|
@ -52,6 +52,12 @@ Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|||
Requires: systemd >= 184
|
||||
Requires: rtkit
|
||||
|
||||
# https://bugzilla.redhat.com/983606
|
||||
%global _hardened_build 1
|
||||
|
||||
## enable systemd activation
|
||||
%global systemd 1
|
||||
|
||||
%description
|
||||
PipeWire is a multimedia server for Linux and other Unix like operating
|
||||
systems.
|
||||
|
|
@ -112,6 +118,9 @@ exit 0
|
|||
%files
|
||||
%license LICENSE GPL LGPL
|
||||
%doc README
|
||||
%if 0%{?systemd}
|
||||
%{_userunitdir}/pipewire.*
|
||||
%endif
|
||||
%{_bindir}/pipewire
|
||||
%{_libdir}/libpipewire-%{majorminor}.so.*
|
||||
%{_libdir}/libspa-lib.so.*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue