diff --git a/libconfig.spec b/libconfig.spec index dda884b60cb3f37ba336388deca18d25dd21d727..a6ccee926f6c9a9fd4a94045f4035c29c57c8a7c 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