From e71043ada902099ee1e8acecb471f1ffb9487d0f Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Tue, 8 Jun 2021 11:13:02 +0800 Subject: [PATCH] fixes failed: error: no acceptable C compiler found in PATH --- libmikmod.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libmikmod.spec b/libmikmod.spec index f1834d7..dc1f49e 100644 --- a/libmikmod.spec +++ b/libmikmod.spec @@ -1,6 +1,6 @@ Name: libmikmod Version: 3.3.11.1 -Release: 6 +Release: 7 Summary: MOD Music File Player library License: GPLv2 and LGPLv2+ URL: http://mikmod.sourceforge.net/ @@ -8,7 +8,7 @@ Source0: http://downloads.sourceforge.net/mikmod/libmikmod-%{version}.ta Patch0001: libmikmod-64bit.patch Patch0002: libmikmod-multilib.patch Patch0003: libmikmod-cflags.patch -BuildRequires: alsa-lib-devel pulseaudio-libs-devel +BuildRequires: alsa-lib-devel pulseaudio-libs-devel gcc %description libmikmod is a library of mikmod MOD music file players for systems similar to @@ -66,6 +66,9 @@ Files for help with libmikmod. %{_mandir}/man1/%{name}-config* %changelog +* Tue Jun 08 2021 wulei - 3.3.11.1-7 +- fixes failed: error: no acceptable C compiler found in $PATH + * Sun Sep 20 2020 yanan li - 3.3.11.1-6 - delete %postun