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 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