summaryrefslogtreecommitdiff
path: root/shairport-sync.spec
diff options
context:
space:
mode:
authorBill Peck <bpeck@redhat.com>2017-08-17 11:36:27 -0400
committerBill Peck <bpeck@redhat.com>2017-08-17 11:36:27 -0400
commit11e948a56ce9d22df41a180356c3bb14e945ef3a (patch)
tree09d4200d364cb9ab4a920e803be2c63b2fbd30d8 /shairport-sync.spec
parentb37e4fff8372c76cb856ff941ff9546b570ab9ff (diff)
Fixes to spec file to pass fedora review.
Diffstat (limited to 'shairport-sync.spec')
-rw-r--r--shairport-sync.spec63
1 files changed, 38 insertions, 25 deletions
diff --git a/shairport-sync.spec b/shairport-sync.spec
index d082ff6..086e026 100644
--- a/shairport-sync.spec
+++ b/shairport-sync.spec
@@ -1,32 +1,30 @@
Name: shairport-sync
-Version: 3.0
-Release: 1
+Version: 3.1
+Release: 1%{?dist}
Summary: AirTunes emulator. Shairport Sync adds multi-room capability with Audio Synchronisation.
-
-Group: Applications/Multimedia
-License: GPL
+# For a breakdown of the licensing, see LICENSES file
+License: MIT and BSD
URL: https://github.com/mikebrady/shairport-sync
-Source0: https://github.com/mikebrady/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source0: https://github.com/mikebrady/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
+%{?systemd_requires}
+BuildRequires: systemd
+BuildRequires: pkgconfig(libconfig)
+BuildRequires: pkgconfig(popt)
+BuildRequires: pkgconfig(openssl)
+BuildRequires: pkgconfig(libdaemon)
+BuildRequires: pkgconfig(avahi-core)
+BuildRequires: pkgconfig(alsa)
+BuildRequires: pkgconfig(soxr)
BuildRequires: autoconf
BuildRequires: automake
-BuildRequires: libconfig-devel
-BuildRequires: popt-devel
-BuildRequires: openssl-devel
-BuildRequires: libdaemon-devel
-BuildRequires: avahi-devel
-BuildRequires: alsa-lib-devel
-BuildRequires: systemd-units
-BuildRequires: soxr-devel
-Requires: libpopt-dev
-Requires: openssl
-Requires: avahi
-Requires: libdaemon
-Requires: alsa-lib
-Requires: soxr
%description
-Shairport Sync emulates an AirPort Express for the purpose of streaming audio from iTunes, iPods, iPhones, iPads and AppleTVs. Audio played by a Shairport Sync-powered device stays synchronised with the source and hence with similar devices playing the same source. Thus, for example, synchronised multi-room audio is possible without difficulty. (Hence the name Shairport Sync, BTW.)
+Shairport Sync emulates an AirPort Express for the purpose of streaming audio
+ from iTunes, iPods, iPhones, iPads and AppleTVs. Audio played by a Shairport
+ Sync-powered device stays synchronised with the source and hence with similar
+ devices playing the same source. Thus, for example, synchronised multi-room
+ audio is possible without difficulty. (Hence the name Shairport Sync, BTW.)
Shairport Sync does not support AirPlay video or photo streaming.
@@ -36,12 +34,12 @@ Shairport Sync does not support AirPlay video or photo streaming.
%build
autoreconf -i -f
%configure --with-avahi --with-alsa --with-ssl=openssl --with-soxr
-make %{?_smp_mflags}
+%make_build
%install
-make install DESTDIR=%{buildroot}
+%make_install
rm %{buildroot}/etc/shairport-sync.conf.sample
-install -p -m644 -D scripts/shairport-sync.service $RPM_BUILD_ROOT%{_unitdir}/%{name}.service
+install -p -m644 -D scripts/shairport-sync.service %{buildroot}%{_unitdir}/%{name}.service
%pre
getent group %{name} &>/dev/null || groupadd --system %{name} >/dev/null
@@ -49,14 +47,29 @@ getent passwd %{name} &> /dev/null || useradd --system -c "%{name} User" \
-d %{_localstatedir}/%{name} -m -g %{name} -s /sbin/nologin \
-G audio %{name} >/dev/null
+%post
+%systemd_post %{name}.service
+
+%preun
+%systemd_preun %{name}.service
+
+%postun
+%systemd_postun_with_restart %{name}.service
+
%files
%config /etc/shairport-sync.conf
/usr/bin/shairport-sync
/usr/share/man/man7/shairport-sync.7.gz
%{_unitdir}/%{name}.service
-%doc AUTHORS LICENSES README.md
+%doc README.md RELEASENOTES.md TROUBLESHOOTING.md
+%license LICENSES
%changelog
+* Thu Aug 17 2017 Bill Peck <bpeck@redhat.com> 3.1
+- new backend offering synchronised PulseAudio support.
+- new optional loudness and convolution filters
+- improvements in non-synchronised backends
+- enhancements, stability improvements and bug fixes
* Fri Feb 24 2017 Mike Brady <mikebrady@eircom.net> 2.8.6
- Many changes including 8- 16- 24- and 32-bit output
* Fri Oct 21 2016 Mike Brady <mikebrady@eircom.net> 2.8.6