From 71efd5f663240f27b995b6b54338a6dcc8b8e792 Mon Sep 17 00:00:00 2001 From: tanyulong2021 Date: Tue, 14 Feb 2023 09:42:34 +0800 Subject: [PATCH] optimize test command --- libconfig.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/libconfig.spec b/libconfig.spec index dda884b..a6ccee9 100644 --- a/libconfig.spec +++ b/libconfig.spec @@ -1,6 +1,6 @@ Name: libconfig Version: 1.7.3 -Release: 2 +Release: 3 Summary: C/C++ Configuration File Library License: LGPLv2+ URL: http://www.hyperrealm.com/libconfig/libconfig.html @@ -40,7 +40,7 @@ cp %{SOURCE1} . rm -rf %{buildroot}%{_infodir}/dir %check -make check +%make_build tests %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -63,6 +63,12 @@ make check %{_libdir}/*.la %changelog +* Tue Feb 14 2023 tanyulong - 1.7.3-3 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:optimize test command + * Sat Oct 29 2022 dongyuzhen - 1.7.3-2 - Type:bugfix - ID:NA -- Gitee