fix cannot find required auxiliary file

(cherry picked from commit 9008cbe0b90f408c0ca88d389e8a3f22bae98e33)
This commit is contained in:
wu-leilei 2022-03-09 15:17:00 +08:00 committed by openeuler-sync-bot
parent 8b33ba278c
commit 93730a7c2d

View File

@ -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 <wulei80@huawei.com> - 1.1.3-2
- Fix cannot find required auxiliary file
* Sat Jan 9 2021 chengzihan <chengzihan2@huawei.com> - 1.1.3-1
- Package init