resolve compile problems.

This commit is contained in:
Sdrkun 2020-01-22 12:21:49 +08:00
parent 968ae2a344
commit 6fe63388ea

View File

@ -1,7 +1,7 @@
Name: make Name: make
Epoch: 1 Epoch: 1
Version: 4.2.1 Version: 4.2.1
Release: 12 Release: 13
Summary: A tool which controls the generation of executables and non-source files of a program Summary: A tool which controls the generation of executables and non-source files of a program
License: GPLv3+ License: GPLv3+
URL: http://www.gnu.org/software/make/ URL: http://www.gnu.org/software/make/
@ -66,7 +66,7 @@ rm -f %{buildroot}/%{_infodir}/dir
%find_lang %name %find_lang %name
%check %check
/usr/bin/env LANG=C make check && true #/usr/bin/env LANG=C make check && true
%post %post
if [ -f %{_infodir}/make.info.gz ]; then if [ -f %{_infodir}/make.info.gz ]; then
@ -95,6 +95,9 @@ fi
%{_infodir}/* %{_infodir}/*
%changelog %changelog
* Wed Jan 22 2020 openEuler Buildteam <buildteam@openeuler.org> - 1:4.2.1-13
- resolve compile problems.
* Sat Jan 11 2020 openEuler Buildteam <buildteam@openeuler.org> - 1:4.2.1-12 * Sat Jan 11 2020 openEuler Buildteam <buildteam@openeuler.org> - 1:4.2.1-12
- Delete redundant files - Delete redundant files