move the autoreconf to build.

(cherry picked from commit ae223bda8c3aaa0451c5be4fa9bce22ee1067505)
This commit is contained in:
huangduirong 2022-10-11 22:57:26 +08:00 committed by openeuler-sync-bot
parent 5df1c260d8
commit 6432a02086

View File

@ -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 <huangduirong@huawei.com> - 1.0.24-2
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:Move autoreconf to build
* Wed Nov 17 2021 Wenchao Hao <haowenchao@hauwei.com> - 1.0.24-1
- Update to libusb-1.0.24