From f156c3703b0bb932e154d6ace2c07e2137680917 Mon Sep 17 00:00:00 2001 From: zppzhangpan Date: Wed, 20 Sep 2023 16:20:19 +0800 Subject: [PATCH] enable make check --- libXpm.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/libXpm.spec b/libXpm.spec index 76ff793..3ec667c 100644 --- a/libXpm.spec +++ b/libXpm.spec @@ -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 - 3.5.16-2 +- enable make check + * Thu Jul 20 2023 zhangpan - 3.5.16-1 - update to 3.5.16