From cfbd38ab396f61d751823640ef0d6c5917204feb Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Tue, 8 Jun 2021 15:03:52 +0800 Subject: [PATCH] fixes failed: error: no acceptable C compiler found in PATH --- libspectre.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libspectre.spec b/libspectre.spec index 070a1b8..9ac48a3 100644 --- a/libspectre.spec +++ b/libspectre.spec @@ -1,12 +1,12 @@ Name: libspectre Version: 0.2.8 -Release: 8 +Release: 9 Summary: A small library for rendering Postscript documents License: GPLv2+ URL: http://libspectre.freedesktop.org Source0: http://libspectre.freedesktop.org/releases/%{name}-%{version}.tar.gz -BuildRequires: libgs-devel +BuildRequires: libgs-devel gcc %description Libspectre is a small library for rendering Postscript documents. @@ -49,5 +49,8 @@ developing applications that use libspectre. %{_libdir}/pkgconfig/libspectre.pc %changelog +* Tue Jun 08 2021 wulei - 0.2.8-9 +- fixes failed: error: no acceptable C compiler found in $PATH + * Wed Nov 27 2019 Jiangping Hu - 0.2.8-8 - Package init -- Gitee