enable make check

This commit is contained in:
ZhouPengcheng 2023-03-13 12:03:30 +00:00 committed by Gitee
parent 3f905b3a80
commit 6433b9765a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,7 +2,7 @@
%{!?with_x:%global with_x 1}
Name: groff
Version: 1.22.4
Release: 11
Release: 12
Summary: A typesetting system
License: GPLv3+ and GFDL and BSD and MIT
URL: http://www.gnu.org/software/groff/
@ -120,7 +120,7 @@ popd
sed --in-place 's|#! /bin/sed -f|#! /usr/bin/sed -f|' %{buildroot}%{_datadir}/groff/%{version}/font/devps/generate/symbol.sed
%check
#make check
make check
%pre
@ -320,6 +320,9 @@ sed --in-place 's|#! /bin/sed -f|#! /usr/bin/sed -f|' %{buildroot}%{_datadir}/gr
%{_infodir}/groff.info*
%changelog
* Mon Mar 13 2023 zhoupengcheng <zhoupengcheng11@huawei.com> - 1.22.4-12
- enable make check
* Tue Feb 14 2023 zhoupengcheng <zhoupengcheng11@huawei.com> - 1.22.4-11
- disable make check to fix build failed