!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
Version: 3.5.16
Release: 1
Release: 2
License: MIT
Summary: X.Org X11 libXpm runtime library
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: gettext libXau-devel libXext-devel libXt-devel
BuildRequires: ncompress
BuildRequires: ncompress glib2-devel
%description
X.Org X11 libXpm runtime library
@ -36,6 +36,9 @@ autoreconf -ivf
%ldconfig_scriptlets
%check
make check
%files
%defattr(-,root,root)
%doc AUTHORS
@ -56,6 +59,9 @@ autoreconf -ivf
%{_mandir}/man3/*.3*
%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
- update to 3.5.16