From 76b9959fc5b4f94321c568b7a69733d6e99ad022 Mon Sep 17 00:00:00 2001 From: wangkerong Date: Thu, 24 Jun 2021 19:31:36 +0800 Subject: [PATCH] enable make check --- harfbuzz.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/harfbuzz.spec b/harfbuzz.spec index c5958c9..24af0e2 100644 --- a/harfbuzz.spec +++ b/harfbuzz.spec @@ -1,6 +1,6 @@ Name: harfbuzz Version: 2.6.8 -Release: 1 +Release: 2 Summary: A text shaping engine License: MIT @@ -36,6 +36,8 @@ Header files and libraries for building a extension library for %{name}. make %{?_smp_mflags} +%check +make check %install make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" @@ -67,6 +69,9 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" %{_datadir}/gtk-doc/html/harfbuzz/* %changelog +* Thu Jun 24 2021 wangkerong - 2.6.8-2 +- enable make check + * Wed Aug 26 2020 chengguipeng - 2.6.8-1 - Update to 2.6.8 -- Gitee