From 7839b3b5a88e11e88a7963f8d0f5e2995dcda37f Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Tue, 8 Jun 2021 16:25:40 +0800 Subject: [PATCH] fixes failed: error: no acceptable C compiler found in PATH --- log4cplus.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/log4cplus.spec b/log4cplus.spec index b4554f3..fe4b6b3 100644 --- a/log4cplus.spec +++ b/log4cplus.spec @@ -2,13 +2,13 @@ Name: log4cplus Version: 2.0.5 -Release: 3 +Release: 4 Summary: simple logging API by using C++ License: BSD URL: https://sourceforge.net/projects/log4cplus Source0: https://github.com/log4cplus/log4cplus/releases/download/REL_%{git_version}/%{name}-%{version}.tar.gz -BuildRequires: cmake +BuildRequires: cmake g++ %description log4cplus is a simple to use C++ logging API providing thread-safe, flexible, and arbitrarily granular control over log management and configuration. It is modelled after the Java log4j API. @@ -48,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/lib*.so %changelog +* Tue Jun 08 2021 wulei - 2.0.5-4 +- fixes failed: error: no acceptable C compiler found in $PATH + * Mon Oct 12 2020 liqingqing_1229 - 2.0.5-3 - update source0 -- Gitee