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 28924e4235

View File

@ -1,6 +1,6 @@
Name: log4cpp Name: log4cpp
Version: 1.1.3 Version: 1.1.3
Release: 1 Release: 2
Summary: C++ logging library Summary: C++ logging library
License: LGPLv2+ License: LGPLv2+
URL: http://sourceforge.net/projects/log4cpp/ 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 aclocal -I m4
autoconf autoconf
autoheader autoheader
automake --add-missing --copy
libtoolize --copy --force libtoolize --copy --force
automake --add-missing --copy
chmod +x configure
%configure %configure
make %{?_smp_mflags} make %{?_smp_mflags}
@ -77,5 +78,8 @@ rm -f %{buildroot}%{_libdir}/*.la
%doc rpmdocs/* %doc rpmdocs/*
%changelog %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 * Sat Jan 9 2021 chengzihan <chengzihan2@huawei.com> - 1.1.3-1
- Package init - Package init