diff --git a/flac.spec b/flac.spec index 4ba7d41..60b8339 100644 --- a/flac.spec +++ b/flac.spec @@ -1,5 +1,7 @@ # Disable if you don't need xmms +%if !0%{?rhel} %global with_xmms 1 +%endif %if %{with_xmms} %define xmms_inputdir %(xmms-config --input-plugin-dir 2>/dev/null || echo %{_libdir}/xmms/General) @@ -8,7 +10,7 @@ Summary: An encoder/decoder for the Free Lossless Audio Codec Name: flac Version: 1.3.3 -Release: 5%{?dist} +Release: 6%{?dist} License: BSD and GPLv2+ and GFDL Source0: https://downloads.xiph.org/releases/flac/flac-%{version}.tar.xz URL: https://www.xiph.org/flac/ @@ -143,6 +145,9 @@ make check %endif %changelog +* Thu Feb 18 2021 Adam Jackson - 1.3.3-6 +- Disable xmms in RHEL + * Tue Jan 26 2021 Fedora Release Engineering - 1.3.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild