spec file add make check

This commit is contained in:
zhangruifang2020 2022-12-15 09:27:35 +08:00
parent bb7ed6d543
commit 156163b112

View File

@ -1,6 +1,6 @@
Name: sed Name: sed
Version: 4.8 Version: 4.8
Release: 4 Release: 5
Summary: non-interactive command-line text editor Summary: non-interactive command-line text editor
License: GPLv3+ License: GPLv3+
@ -39,6 +39,7 @@ Man pages and other related documents for %{name}.
%build %build
%configure --without-included-regex %configure --without-included-regex
make %{?_smp_mflags} make %{?_smp_mflags}
make check
%install %install
%make_install %make_install
@ -55,6 +56,12 @@ make %{?_smp_mflags}
%{_mandir}/man1/*.1.gz %{_mandir}/man1/*.1.gz
%changelog %changelog
* Thu Dec 15 2022 zhangruifang2020<zhangruifang1@h-partners.com> - 4.8-5
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:spec file add make check
* Tue Oct 18 2022 laotan2<tanjinghui1@huawei.com> - 4.8-4 * Tue Oct 18 2022 laotan2<tanjinghui1@huawei.com> - 4.8-4
- Type:bugfix - Type:bugfix
- ID:NA - ID:NA