diff --git a/dconf.spec b/dconf.spec index 7bfd1b5e2115afafd3622346f690c8fcd4ea57ad..e76c44f60d062412ebb50500218f676ec1cb7ca0 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