usbredir/usbredir.spec

105 lines
2.6 KiB
RPMSpec
Raw Normal View History

2019-09-30 11:19:08 -04:00
Name: usbredir
2023-02-07 20:32:17 +08:00
Version: 0.13.0
Release: 1
2019-09-30 11:19:08 -04:00
Summary: network protocol libraries for sending USB device traffic
License: LGPLv2+ and GPLv2+
URL: https://www.spice-space.org/usbredir.html
2021-11-23 17:57:25 +08:00
Source0: http://spice-space.org/download/%{name}/%{name}-%{version}.tar.xz
2019-09-30 11:19:08 -04:00
BuildRequires: libusb1-devel >= 1.0.9 gcc
2021-11-23 17:57:25 +08:00
BuildRequires: meson glib2-devel
2019-09-30 11:19:08 -04:00
Provides: %{name}-server
Obsoletes: %{name}-server
%description
usbredir is the name of a network protocol for sending USB device traffic over
a network connection. It is also the name of the software package offering a parsing
library, a usbredirhost library and several utilities implementing this protocol.
It also including a USB host TCP server, using libusbredirhost.
%package devel
Summary: Including header files and library for the developing of usbredir.
Requires: usbredir = %{version}-%{release}
%description devel
This contains dynamic libraries and header files for the developing of usbredir.
2022-01-20 10:11:39 +08:00
%package help
Summary: Including man files for usbredir
Requires: man
BuildArch: noarch
2019-09-30 11:19:08 -04:00
2022-01-20 10:11:39 +08:00
%description help
This contains man files for the using of usbredir.
2019-09-30 11:19:08 -04:00
%prep
%autosetup -n %{name}-%{version} -p1
2019-09-30 11:19:08 -04:00
%build
2021-11-23 17:57:25 +08:00
%meson
%meson_build
2019-09-30 11:19:08 -04:00
%install
2021-11-23 17:57:25 +08:00
%meson_install
2019-09-30 11:19:08 -04:00
%ldconfig_scriptlets
%files
2021-11-23 17:57:25 +08:00
%license COPYING COPYING.LIB
2019-09-30 11:19:08 -04:00
%{_libdir}/libusbredir*.so.*
2022-01-20 10:11:39 +08:00
%{_bindir}/usbredirect
2019-09-30 11:19:08 -04:00
%files devel
2021-11-23 17:57:25 +08:00
%doc ChangeLog.md
2019-09-30 11:19:08 -04:00
%{_includedir}/usbredir*.h
%{_libdir}/libusbredir*.so
%{_libdir}/pkgconfig/libusbredir*.pc
2022-01-20 10:11:39 +08:00
%files help
2021-11-23 17:57:25 +08:00
%{_mandir}/man1/usbredirect.1*
2019-09-30 11:19:08 -04:00
%changelog
2023-02-07 20:32:17 +08:00
* Tue Feb 7 2023 zhanghongtao <zhanghongtao22@huawei.com> - 0.13.0-1
- update to 0.13.0
* Tue Nov 1 2022 lihaoxiang <lihaoxiang9@huawei.com> - 0.12.0-3
- usbredirect: listen on correct address
2022-01-20 10:11:39 +08:00
* Thu Jan 20 2022 yanglongkang <yanglongkang@huawei.com> - 0.12.0-2
- modify the %files in spec file
2021-11-23 17:57:25 +08:00
* Tue Nov 23 2021 yanglongkang <yanglongkang@huawei.com> - 0.12.0-1
- update to 0.12.0
2021-09-23 17:31:36 +08:00
* Thu Sep 23 2021 yanglongkang <yanglongkang@huawei.com> - 0.8.0-7
- fix CVE-2021-3700
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 0.8.0-6
- DESC: delete -S git from %autosetup, and delete BuildRequires git
2021-06-29 17:27:05 +08:00
* Tue Jun 29 2021 zhouwenpei <zhouwenpei1@huawei.com> - 0.8.0-5
- add buildrequire gcc.
2019-09-30 11:19:08 -04:00
* Wed Sep 11 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.8.0-4
- Type:enhancemnet
- ID:NA
- SUG:NA
- DESC:remove debuginfo
* Wed Aug 28 2019 zhanghaibo <ted.zhang@huawei.com> - 0.8.0-3
- Type:enhancemnet
- ID:NA
- SUG:NA
- DESCi:openEuler Debranding
* Mon Aug 12 2019 zhanghaibo <ted.zhang@huawei.com> - 0.8.0-2
- Package init