Modify the check based on the spec specifications
This commit is contained in:
parent
b54608950c
commit
d6ac479a8d
7
sed.spec
7
sed.spec
@ -1,6 +1,6 @@
|
|||||||
Name: sed
|
Name: sed
|
||||||
Version: 4.8
|
Version: 4.8
|
||||||
Release: 5
|
Release: 6
|
||||||
Summary: non-interactive command-line text editor
|
Summary: non-interactive command-line text editor
|
||||||
|
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -35,6 +35,8 @@ Man pages and other related documents for %{name}.
|
|||||||
%build
|
%build
|
||||||
%configure --without-included-regex
|
%configure --without-included-regex
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
%check
|
||||||
make check
|
make check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -52,6 +54,9 @@ make check
|
|||||||
%{_mandir}/man1/*.1.gz
|
%{_mandir}/man1/*.1.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Apr 23 2023 zhangruifang <zhangruifang1@h-partners.com> - 4.8-6
|
||||||
|
- Modify the check based on the spec specifications
|
||||||
|
|
||||||
* Fri Apr 14 2023 fuanan <fuanan3@h-partners.com> - 4.8-5
|
* Fri Apr 14 2023 fuanan <fuanan3@h-partners.com> - 4.8-5
|
||||||
- spec file add make check
|
- spec file add make check
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user