From 7c2c14a72f9405e6288733996ccbb15dad7f0e8e Mon Sep 17 00:00:00 2001 From: fly_fzc <2385803914@qq.com> Date: Fri, 14 Apr 2023 09:38:41 +0800 Subject: [PATCH] spec file add make check --- sed.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/sed.spec b/sed.spec index 9b6815f..98d0a1c 100644 --- a/sed.spec +++ b/sed.spec @@ -1,6 +1,6 @@ Name: sed Version: 4.9 -Release: 1 +Release: 2 Summary: non-interactive command-line text editor License: GPLv3+ @@ -33,6 +33,7 @@ Man pages and other related documents for %{name}. %build %configure --without-included-regex make %{?_smp_mflags} +make check %install %make_install @@ -49,6 +50,12 @@ make %{?_smp_mflags} %{_mandir}/man1/*.1.gz %changelog +* Fri Apr 14 2023 fuanan - 4.9-2 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:spec file add make check + * Sat Jan 28 2023 yixiangzhike - 4.9-1 - Type:enhancement - ID:NA