update spec

This commit is contained in:
Wim Taymans 2017-08-17 19:01:11 +02:00
parent 29eb58f7a2
commit 593df62ccc
4 changed files with 23 additions and 14 deletions

View file

@ -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.*