Accepting request 312453 from home:Mailaender:branches:games:tools
new upstream release OBS-URL: https://build.opensuse.org/request/show/312453 OBS-URL: https://build.opensuse.org/package/show/games:tools/mumble?expand=0&rev=70
This commit is contained in:
committed by
Git OBS Bridge
parent
a1ee86cf37
commit
fd82d9bac2
@@ -114,7 +114,7 @@ BuildRequires: pulseaudio-devel
|
||||
%if %{with speechd}
|
||||
BuildRequires: libspeechd-devel
|
||||
%endif
|
||||
Version: 1.2.8%{?snapshot:_%snapshot}
|
||||
Version: 1.2.9%{?snapshot:_%snapshot}
|
||||
Release: 0
|
||||
%if 0%{!?snapshot:1}
|
||||
Source: http://downloads.sourceforge.net/project/mumble/Mumble/%{version}/mumble-%{version}.tar.gz
|
||||
@@ -122,6 +122,7 @@ Source1: http://downloads.sourceforge.net/project/mumble/Mumble/%{version
|
||||
%endif
|
||||
Source2: mumble-server.init
|
||||
Source3: murmur.apparmor
|
||||
# http://mumble.info/gpg/gpg.txt
|
||||
Source4: %{name}.keyring
|
||||
Source5: mumble-server.service
|
||||
Source6: baselibs.conf
|
||||
@@ -397,13 +398,13 @@ mkdir -p %{buildroot}%{_docdir}/%{name}
|
||||
cp -a scripts LICENSE README README.Linux %{buildroot}%{_docdir}/%{name}
|
||||
#
|
||||
|
||||
%clean
|
||||
%{?buildroot:%__rm -rf "%{buildroot}"}
|
||||
|
||||
%pre server
|
||||
getent group mumble-server >/dev/null || groupadd -r mumble-server || :
|
||||
getent passwd mumble-server >/dev/null || \
|
||||
/usr/sbin/useradd -r -d /var/lib/mumble-server -s /bin/false -c "Mumble VoIP Server" -g mumble-server mumble-server 2> /dev/null || :
|
||||
%if %{with systemd}
|
||||
%service_add_pre mumble-server.service
|
||||
%endif
|
||||
|
||||
%preun server
|
||||
%if %{with systemd}
|
||||
|
Reference in New Issue
Block a user