From b874715cbb85a1a0bd6f2dedba46ce506ba830e5 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Fri, 19 Feb 2021 16:25:51 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/flac.git#39bc4f3630a4c4a2ceb390e8434d2f896101378e --- flac.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/flac.spec b/flac.spec index 60b8339..0d3dd20 100644 --- a/flac.spec +++ b/flac.spec @@ -1,7 +1,5 @@ # Disable if you don't need xmms -%if !0%{?rhel} -%global with_xmms 1 -%endif +%global with_xmms !0%{?rhel} %if %{with_xmms} %define xmms_inputdir %(xmms-config --input-plugin-dir 2>/dev/null || echo %{_libdir}/xmms/General) @@ -10,7 +8,7 @@ Summary: An encoder/decoder for the Free Lossless Audio Codec Name: flac Version: 1.3.3 -Release: 6%{?dist} +Release: 7%{?dist} License: BSD and GPLv2+ and GFDL Source0: https://downloads.xiph.org/releases/flac/flac-%{version}.tar.xz URL: https://www.xiph.org/flac/ @@ -145,6 +143,9 @@ make check %endif %changelog +* Fri Feb 19 2021 Adam Jackson - 1.3.3-7 +- Fix the previous change to actually build in RHEL + * Thu Feb 18 2021 Adam Jackson - 1.3.3-6 - Disable xmms in RHEL