From 3e2aad440833a68e949a8149f210c2efba976ee3 Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Thu, 3 Jun 2021 15:43:09 +0800 Subject: [PATCH] fixes failed: no acceptable C compiler found in PATH --- libburn.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libburn.spec b/libburn.spec index 2a29768..e1e35eb 100644 --- a/libburn.spec +++ b/libburn.spec @@ -1,13 +1,13 @@ Name: libburn Version: 1.4.8 -Release: 6 +Release: 7 Summary: The underlying programming library License: GPLv2+ URL: http://libburnia-project.org/ Source0: http://files.libburnia-project.org/releases/libburn-%{version}.tar.gz Source1: http://files.libburnia-project.org/releases/libburn-%{version}.tar.gz.sig Patch0000: 0000-libburn-0.6.16-multilib.patch -BuildRequires: intltool gettext +BuildRequires: intltool gettext gcc %description Libburn is a library for writing preformatted data onto optical media: CD, DVD and BD (Blu-Ray). @@ -95,5 +95,8 @@ fi %{_bindir}/cdrskin %changelog +* Thu Jun 03 2021 wulei - 1.4.8-7 +- fixes failed: no acceptable C compiler found in $PATH + * Sat Dec 21 2019 shijian - 1.4.8-6 - Package init