From 30f7ecdda171e70175ed501a6ee811befefa3297 Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Wed, 9 Jun 2021 10:22:26 +0800 Subject: [PATCH] fixes failed: error: no acceptable C compiler found in PATH --- marisa.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/marisa.spec b/marisa.spec index f992f31..b6599e4 100644 --- a/marisa.spec +++ b/marisa.spec @@ -1,13 +1,13 @@ Name: marisa Version: 0.2.4 -Release: 38 +Release: 39 Summary: Matching Algorithm with Recursively Implemented StorAge License: BSD or LGPLv2+ URL: https://code.google.com/p/marisa-trie Source0: https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/marisa-trie/%{name}-%{version}.tar.gz -BuildRequires: swig perl-devel perl-generators python3-devel ruby-devel +BuildRequires: swig perl-devel perl-generators python3-devel ruby-devel g++ %description MARISA is a static and space-efficient trie data structure. And libmarisa is a C++ @@ -130,6 +130,9 @@ find $RPM_BUILD_ROOT -name 'perllocal.pod' -delete %{ruby_vendorarchdir}/marisa.so %changelog +* Wed Jun 09 2021 wulei - 0.2.4-39 +- fixes failed: error: no acceptable C compiler found in PATH + * Wed Oct 21 2020 Ge Wang - 0.2.4-38 - remove python2