!3 dosfstools 添加make check

From: @lixiaokeng
Reviewed-by: @wubo009
Signed-off-by: @volcanodragon
This commit is contained in:
openeuler-ci-bot 2020-11-05 14:36:22 +08:00 committed by Gitee
commit 234cfd7e55

View File

@ -1,6 +1,6 @@
Name: dosfstools
Version: 4.1
Release: 8
Release: 9
Summary: FAT file system userspace tools
License: GPLv3+
URL: http://www.github.com/dosfstools/dosfstools
@ -36,6 +36,9 @@ This package includes man pages for dosfstools.
%configure --enable-compat-symlinks
%make_build CFLAGS="%{optflags} -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing"
%check
make check
%install
%make_install
@ -49,6 +52,9 @@ This package includes man pages for dosfstools.
%{_mandir}/man8/*
%changelog
* Wed Nov 4 2020 lixiaokeng <lixiaokeng@huawei.com> - 4.1-9
- add make check
* Wed Jul 1 2020 Wu Bo <wubo009@163.com> - 4.1-8
- rebuild package