diff --git a/libfastjson.spec b/libfastjson.spec index 403c10f51e7399d86ebfd1044f2996bf3b1ad65a..19681868e975ff83a384f7b07d20f71b906e8fe8 100644 --- a/libfastjson.spec +++ b/libfastjson.spec @@ -1,6 +1,6 @@ Name: libfastjson Version: 1.2304.0 -Release: 1 +Release: 2 Summary: JSON-C - A JSON implementation in C License: MIT URL: https://github.com/rsyslog/libfastjson @@ -36,7 +36,7 @@ export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -Wl,-z,relro,-z,now -fstack-protecto %install make V=1 DESTDIR=%{buildroot} install -rm -f %{buildroot}/usr/lib64/libfastjson.la +rm -f %{buildroot}%{_libdir}/libfastjson.la %check make V=1 check @@ -56,6 +56,9 @@ make V=1 check %{_libdir}/pkgconfig/libfastjson.pc %changelog +* Fri May 16 2025 mahailiang - 1.2304.0-2 +- use _libdir to replace lib64 + * Mon Jan 29 2024 gengqihu - 1.2304.0-1 - update to 1.2304.0