From 583be3b140501f9738226fe8dbb34e64b97e0ebc Mon Sep 17 00:00:00 2001 From: huangduirong Date: Tue, 11 Oct 2022 22:57:26 +0800 Subject: [PATCH] move the autoreconf to build. (cherry picked from commit ae223bda8c3aaa0451c5be4fa9bce22ee1067505) --- libusbx.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/libusbx.spec b/libusbx.spec index 257222b..e5d42ba 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 -- Gitee