From 4f7a4069690c1d9ec53638ca3e331ae9ec975286 Mon Sep 17 00:00:00 2001 From: Wenlong Zhang Date: Thu, 14 Nov 2024 16:07:38 +0800 Subject: [PATCH] generate_compatibility_deps should not in check stage --- dbus-glib.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/dbus-glib.spec b/dbus-glib.spec index 9fddff6..98f8d84 100644 --- a/dbus-glib.spec +++ b/dbus-glib.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 %global expat_version 1.95.5 %global glib2_version 2.40.0 %global dbus_version 1.8 @@ -57,10 +57,6 @@ The %{name}-doc package contains documentation files for %{name}. %make_build -%check -%make_build check - - %install %make_install @@ -72,6 +68,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.a %generate_compatibility_deps +%check +%make_build check + %files %license COPYING %{_libdir}/libdbus-glib-1.so.* @@ -95,6 +94,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.a %doc README INSTALL %changelog +* Thu Nov 14 2024 Wenlong Zhang - 0.112-2.1 +- generate_compatibility_deps should not in check stage + * Fri Feb 10 2023 happy_orange - 0.112-2 - add generate compatibility scripts and doc package -- Gitee