!20 enable make check

From: @zppzhangpan 
Reviewed-by: @leeffo 
Signed-off-by: @leeffo
This commit is contained in:
openeuler-ci-bot 2023-09-26 09:45:12 +00:00 committed by Gitee
commit 1c1a52c1a1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: libXpm Name: libXpm
Version: 3.5.16 Version: 3.5.16
Release: 1 Release: 2
License: MIT License: MIT
Summary: X.Org X11 libXpm runtime library Summary: X.Org X11 libXpm runtime library
URL: https://www.x.org URL: https://www.x.org
@ -8,7 +8,7 @@ Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.gz
BuildRequires: xorg-x11-util-macros autoconf automake libtool BuildRequires: xorg-x11-util-macros autoconf automake libtool
BuildRequires: gettext libXau-devel libXext-devel libXt-devel BuildRequires: gettext libXau-devel libXext-devel libXt-devel
BuildRequires: ncompress BuildRequires: ncompress glib2-devel
%description %description
X.Org X11 libXpm runtime library X.Org X11 libXpm runtime library
@ -36,6 +36,9 @@ autoreconf -ivf
%ldconfig_scriptlets %ldconfig_scriptlets
%check
make check
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS %doc AUTHORS
@ -56,6 +59,9 @@ autoreconf -ivf
%{_mandir}/man3/*.3* %{_mandir}/man3/*.3*
%changelog %changelog
* Wed Sep 20 2023 zhangpan <zhangpan103@h-partners.com> - 3.5.16-2
- enable make check
* Thu Jul 20 2023 zhangpan <zhangpan103@h-partners.com> - 3.5.16-1 * Thu Jul 20 2023 zhangpan <zhangpan103@h-partners.com> - 3.5.16-1
- update to 3.5.16 - update to 3.5.16