From: Bill Peck Date: Thu, 20 Aug 2015 19:47:25 +0000 (-0400) Subject: Update release. drop unnecessary patch. fix to enable systemd X-Git-Tag: 2.3.13~8^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F114%2Fhead;p=thirdparty%2Fshairport-sync.git Update release. drop unnecessary patch. fix to enable systemd --- diff --git a/shairport-sync.spec b/shairport-sync.spec index c2694f50..3e2fe663 100644 --- a/shairport-sync.spec +++ b/shairport-sync.spec @@ -1,5 +1,5 @@ Name: shairport-sync -Version: 2.3.7 +Version: 2.3.12 Release: 1%{?dist} Summary: AirTunes emulator. Shairport Sync adds multi-room capability with Audio Synchronisation @@ -7,7 +7,6 @@ Group: Applications/Multimedia License: GPL URL: https://github.com/mikebrady/shairport-sync Source0: https://github.com/mikebrady/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz -Patch0: shairport-sync-systemd.patch BuildRequires: autoconf BuildRequires: automake @@ -33,11 +32,10 @@ Shairport Sync does not support AirPlay video or photo streaming. %prep %setup -q -%patch0 -p1 %build autoreconf -i -f -%configure --with-avahi --with-alsa --with-ssl=openssl --with-soxr --without-initscript +%configure --with-avahi --with-alsa --with-ssl=openssl --with-soxr --with-systemd make %{?_smp_mflags}