Compare commits

..

No commits in common. "cc1eec21f3d36bc4f36ba2ab40f2b0eb1f578dda" and "d0f32c60c1d91c26aa1c70f964724c045a5f556a" have entirely different histories.

3 changed files with 5 additions and 24 deletions

BIN
libgusb-0.3.8.tar.xz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,14 +1,12 @@
Name: libgusb
Version: 0.4.8
Release: 3
Version: 0.3.8
Release: 2
Summary: GObject-based library for libusb1
License: LGPLv2+
URL: https://github.com/hughsie/libgusb
Source0: https://github.com/hughsie/libgusb/releases/download/%{version}/%{name}-%{version}.tar.xz
Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
BuildRequires: vala meson libusb1-devel gtk-doc gobject-introspection-devel glib2-devel umockdev-devel gi-docgen json-glib-devel
# for test
BuildRequires: hwdata
BuildRequires: vala-devel vala-tools meson libusb1-devel gtk-doc gobject-introspection-devel glib2-devel libxslt
%description
GUsb is a GObject wrapper for libusb1 that makes it easy to do
@ -59,26 +57,9 @@ The %{name}-devel package contains libraries and header files for %{name}.
%files help
%defattr(-,root,root)
%doc NEWS README.md
%{_datadir}/doc/libgusb/*
%exclude %{_datadir}/doc/libgusb/AUTHORS
%exclude %{_datadir}/doc/libgusb/COPYING
%{_datadir}/gtk-doc/html/gusb/*
%changelog
* Mon Oct 14 2024 zhangpan <zhangpan103@h-partners.com> - 0.4.8-3
- fix duplicate packaged files for help subpackages
* Thu Mar 14 2024 panchenbo <panchenbo@kylinsec.com.cn> - 0.4.8-2
- add BuildRequires json-glib-devel and hwdata
* Mon Jan 8 2024 zhangpan <zhangpan103@h-partners.com> - 0.4.8-1
- update to 0.4.8
* Sat Jul 22 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 0.4.6-1
- update to 0.4.6
* Fri Jul 01 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 0.3.10-1
- Upgrade to 0.3.10
* Sat Mar 26 2022 wangkerong <wangkerong@h-partners.com> - 0.3.8-2
- enable test case