Disable xmms in RHEL
This commit is contained in:
parent
90b89b7d19
commit
738e3f24e4
@ -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 <ajax@redhat.com> - 1.3.3-6
|
||||
- Disable xmms in RHEL
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user