remove unnecessary build require.

This commit is contained in:
zhouwenpei 2021-07-23 16:03:12 +08:00
parent d532272ed4
commit a4547173c3

View File

@ -3,7 +3,7 @@
Name: libusbx Name: libusbx
Version: 1.0.23 Version: 1.0.23
Release: 3 Release: 4
Summary: Library for accessing USB devices Summary: Library for accessing USB devices
License: LGPLv2+ License: LGPLv2+
URL: http://libusb.info URL: http://libusb.info
@ -18,7 +18,7 @@ Patch6: 0006-core-Fix-libusb_get_max_iso_packet_size-for-superspe.patch
Patch7: 0007-core-Do-not-attempt-to-destroy-a-default-context-tha.patch Patch7: 0007-core-Do-not-attempt-to-destroy-a-default-context-tha.patch
Patch8: 0008-linux_usbfs-Wait-until-all-URBs-have-been-reaped-bef.patch Patch8: 0008-linux_usbfs-Wait-until-all-URBs-have-been-reaped-bef.patch
BuildRequires: systemd-devel doxygen libtool gdb BuildRequires: systemd-devel doxygen libtool
%description %description
libusb is a library for USB device access from Linux, macOS, Windows, OpenBSD/NetBSD and Haiku userspace. It is written in C (Haiku backend in C++) and licensed under the GNU Lesser General Public License version 2.1 or, at your option, any later version (see COPYING). libusb is a library for USB device access from Linux, macOS, Windows, OpenBSD/NetBSD and Haiku userspace. It is written in C (Haiku backend in C++) and licensed under the GNU Lesser General Public License version 2.1 or, at your option, any later version (see COPYING).
@ -69,6 +69,9 @@ make check
%{_libdir}/pkgconfig/libusb-1.0.pc %{_libdir}/pkgconfig/libusb-1.0.pc
%changelog %changelog
* Fri Jul 23 2021 zhouwenpei <zhouwenpei1@hauwei.com> - 1.0.23-4
- remove unnecessary build require.
* Wed Nov 4 2020 lixiaokeng <lixiaokeng@hauwei.com> - 1.0.23-3 * Wed Nov 4 2020 lixiaokeng <lixiaokeng@hauwei.com> - 1.0.23-3
- add make check - add make check