From 28924e42358289fcb3afd6f06ce7f9db8504179b Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Wed, 9 Mar 2022 15:17:00 +0800 Subject: [PATCH] fix cannot find required auxiliary file (cherry picked from commit 9008cbe0b90f408c0ca88d389e8a3f22bae98e33) --- log4cpp.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/log4cpp.spec b/log4cpp.spec index ba99373..cd14a6b 100644 --- a/log4cpp.spec +++ b/log4cpp.spec @@ -1,6 +1,6 @@ Name: log4cpp Version: 1.1.3 -Release: 1 +Release: 2 Summary: C++ logging library License: LGPLv2+ URL: http://sourceforge.net/projects/log4cpp/ @@ -49,8 +49,9 @@ iconv -f iso8859-1 -t utf-8 ChangeLog > ChangeLog.conv && mv -f ChangeLog.conv C aclocal -I m4 autoconf autoheader -automake --add-missing --copy libtoolize --copy --force +automake --add-missing --copy +chmod +x configure %configure make %{?_smp_mflags} @@ -77,5 +78,8 @@ rm -f %{buildroot}%{_libdir}/*.la %doc rpmdocs/* %changelog +* Wed Mar 2 2022 wulei - 1.1.3-2 +- Fix cannot find required auxiliary file + * Sat Jan 9 2021 chengzihan - 1.1.3-1 - Package init -- Gitee