diff --git a/libusbx.spec b/libusbx.spec index 257222b484f498c86db32f6cc00e48b8ec863671..e5d42bad555d1e470b3ffca767f7421519e85954 100644 --- a/libusbx.spec +++ b/libusbx.spec @@ -3,7 +3,7 @@ Name: libusbx Version: 1.0.24 -Release: 1 +Release: 2 Summary: Library for accessing USB devices License: LGPLv2+ URL: http://libusb.info @@ -31,10 +31,10 @@ The %{name}-devel package contains libraries and header files. %prep %autosetup -n %{source}-%{version} -p1 -mkdir -p m4 -autoreconf -ivf %build +mkdir -p m4 +autoreconf -ivf %configure --disable-static --enable-examples-build %make_build make docs -C doc @@ -60,6 +60,12 @@ make check %{_libdir}/pkgconfig/libusb-1.0.pc %changelog +* Tue Oct 11 2022 huangduirong - 1.0.24-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:Move autoreconf to build + * Wed Nov 17 2021 Wenchao Hao - 1.0.24-1 - Update to libusb-1.0.24