From 79348d994f696846c6af3b02008ee1171d60ce92 Mon Sep 17 00:00:00 2001 From: zhangpan Date: Sat, 11 Mar 2023 03:37:51 +0000 Subject: [PATCH] enable test --- dconf.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/dconf.spec b/dconf.spec index 7bfd1b5..e76c44f 100644 --- a/dconf.spec +++ b/dconf.spec @@ -1,6 +1,6 @@ Name: dconf Version: 0.34.0 -Release: 4 +Release: 5 Summary: Dconf provides a backend to the GSettings API in Glib License: LGPLv2+ and GPLv2+ and GPLv3+ @@ -37,6 +37,9 @@ This package contains some readme, man and other related files for dconf. %meson -Dgtk_doc=true %meson_build +%check +%meson_test + %install %meson_install @@ -88,6 +91,9 @@ dconf update %{_mandir}/man7/dconf.7.gz %changelog +* Sat Mar 11 2023 zhangpan - 0.34.0-5 +- enable test + * Wed Jun 16 2021 zhanzhimin - 0.34.0-4 - add patch to fix compilation failed -- Gitee