From f37f8b61d89121439b34cec31b06ae2dfbc0c74f Mon Sep 17 00:00:00 2001 From: fly_fzc <2385803914@qq.com> Date: Thu, 25 May 2023 17:13:53 +0800 Subject: [PATCH] enable make check --- gobject-introspection.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/gobject-introspection.spec b/gobject-introspection.spec index 5e154a2..4b04c15 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -4,7 +4,7 @@ Name: gobject-introspection Version: 1.58.3 -Release: 1 +Release: 2 Summary: Introspection system for GObject-based libraries License: GPLv2+, LGPLv2+, MIT @@ -42,11 +42,12 @@ Libraries and headers for gobject-introspection %install %make_install - %chrpath_delete - %delete_la_and_a +%check +%make_build check + %clean [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf "$RPM_BUILD_ROOT" @@ -79,6 +80,9 @@ fi %{_mandir}/man1/*.gz %changelog +* Thu May 25 2023 fuanan - 1.58.3-2 +- enable make check + * Sat Aug 29 2020 SimpleUpdate Robot - 1.58.3-1 - Upgrade to version 1.58.3 -- Gitee