From a0d052ed3330950063b0f5af5da4344467577a60 Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Tue, 8 Jun 2021 14:26:53 +0800 Subject: [PATCH] fixes failed: error: no acceptable C compiler found in PATH --- libraqm.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libraqm.spec b/libraqm.spec index 43b732d..a76f0cc 100644 --- a/libraqm.spec +++ b/libraqm.spec @@ -1,12 +1,12 @@ Name: libraqm Version: 0.7.0 -Release: 1 +Release: 2 License: MIT Summary: Complex Textlayout Library URL: https://github.com/HOST-Oman/libraqm Source: https://github.com/HOST-Oman/libraqm/releases/download/v%{version}/raqm-%{version}.tar.gz -BuildRequires: python3 freetype-devel harfbuzz-devel fribidi-devel gtk-doc +BuildRequires: python3 freetype-devel harfbuzz-devel fribidi-devel gtk-doc gcc %description Library that encapsulates the logic for complex @@ -60,5 +60,8 @@ rm -f %{buildroot}%{_libdir}/*.{la,a} %{_datadir}/gtk-doc/html/raqm %changelog +* Tue Jun 08 2021 wulei - 0.7.0-2 +- fixes failed: error: no acceptable C compiler found in $PATH + * Tue Mar 2 2021 wangye - 0.7.0-1 - package init -- Gitee