Name: snapcast Version: 0.34.0 Release: 2 License: GPLv3.0 Summary: Synchronous multiroom audio player URL: https://github.com/snapcast/snapcast BuildRequires: gcc-c++ libstdc++-static libatomic cmake ccache ninja-build BuildRequires: alsa-lib-devel avahi-devel boost-devel expat-devel flac-devel libvorbis-devel openssl-devel opus-devel pipewire-jack-audio-connection-kit-devel pulseaudio-libs-devel soxr-devel pipewire-devel Source0: https://github.com/snapcast/snapcast/archive/refs/tags/v%{version}.tar.gz Requires: snapcast-server Requires: snapcast-client %package client Summary: The client software for snapcast %package server Summary: The server software for snapcast %description Snapcast is a multiroom client-server audio player, where all clients are time synchronized with the server to play perfectly synced audio. It's not a standalone player, but an extension that turns your existing audio player into a Sonos-like multiroom solution. Audio is captured by the server and routed to the connected clients. Several players can feed audio to the server in parallel and clients can be grouped to play the same audio stream. %description client Client software for snapcast %description server Server software for snapcast %prep %setup %if %{defined dist} && ("%{dist}" != ".el9") %conf %endif %cmake -DBUILD_WITH_PULSE=ON -DBUILD_WITH_JACK=ON -DBUILD_WITH_PIPEWIRE=ON %build %cmake_build %install %cmake_install %files server /usr/bin/snapserver /usr/share/man/man1/snapserver.1.gz /usr/etc/snapserver.conf /usr/etc/snapserver/certs /usr/share/snapserver/index.html /usr/share/snapserver/snapweb/index.html /usr/share/snapserver/sandbox/ /usr/share/snapserver/plug-ins/meta_mpd.py /usr/share/snapserver/plug-ins/meta_mopidy.py /usr/share/snapserver/plug-ins/meta_librespot-java.py /usr/share/snapserver/plug-ins/meta_go-librespot.py %files client /usr/bin/snapclient /usr/share/man/man1/snapclient.1.gz /usr/share/pixmaps/snapcast.svg %files %changelog * Sun Feb 1 2026 Keith Valin - 0.34.0-1 - Fix issue with EPEL 9 package builds * Sun Feb 1 2026 Keith Valin - 0.34.0-1 - Initial workings