enable make check

This commit is contained in:
zppzhangpan 2023-09-20 16:20:19 +08:00
parent 5d4500329d
commit f156c3703b

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