From 9405bc0f1a443be4abc6b6c969e97b9471dd69cb Mon Sep 17 00:00:00 2001 From: tanjinghui Date: Mon, 12 Dec 2022 16:06:09 +0800 Subject: [PATCH] sed.spec add make check Signed-off-by: tanjinghui --- sed.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/sed.spec b/sed.spec index 695aa9e..9e521eb 100644 --- a/sed.spec +++ b/sed.spec @@ -1,6 +1,6 @@ Name: sed Version: 4.8 -Release: 4 +Release: 5 Summary: non-interactive command-line text editor License: GPLv3+ @@ -39,6 +39,7 @@ Man pages and other related documents for %{name}. %build %configure --without-included-regex make %{?_smp_mflags} +make check %install %make_install @@ -55,6 +56,12 @@ make %{?_smp_mflags} %{_mandir}/man1/*.1.gz %changelog +* Mon Dec 12 2022 laotan2 - 4.8-5 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:spec file add make check + * Tue Oct 18 2022 laotan2 - 4.8-4 - Type:bugfix - ID:NA -- Gitee