Compare commits

..

No commits in common. "58c870cf6dd3683d3d038045a5c957df6a040b33" and "834660b7ab4289ec298bedbfb09d00c63ac594b1" have entirely different histories.

3 changed files with 11 additions and 27 deletions

Binary file not shown.

BIN
usbredir-0.8.0.tar.bz2 Normal file

Binary file not shown.

View File

@ -1,15 +1,13 @@
Name: usbredir Name: usbredir
Version: 0.13.0 Version: 0.8.0
Release: 1 Release: 6
Summary: network protocol libraries for sending USB device traffic Summary: network protocol libraries for sending USB device traffic
License: LGPLv2+ and GPLv2+ License: LGPLv2+ and GPLv2+
URL: https://www.spice-space.org/usbredir.html URL: https://www.spice-space.org/usbredir.html
Source0: http://spice-space.org/download/%{name}/%{name}-%{version}.tar.xz Source0: http://spice-space.org/download/%{name}/%{name}-%{version}.tar.bz2
BuildRequires: libusb1-devel >= 1.0.9 gcc BuildRequires: libusb1-devel >= 1.0.9 gcc
BuildRequires: meson glib2-devel
Provides: %{name}-server Provides: %{name}-server
Obsoletes: %{name}-server Obsoletes: %{name}-server
@ -40,48 +38,34 @@ This contains man files for the using of usbredir.
%autosetup -n %{name}-%{version} -p1 %autosetup -n %{name}-%{version} -p1
%build %build
%meson %configure --disable-static
%meson_build make %{?_smp_mflags} V=1
%install %install
%meson_install %make_install
%ldconfig_scriptlets %ldconfig_scriptlets
%files %files
%license COPYING COPYING.LIB %license COPYING COPYING.LIB README README.multi-thread
%{_libdir}/libusbredir*.so.* %{_libdir}/libusbredir*.so.*
%{_bindir}/usbredirect %{_sbindir}/usbredirserver
%exclude %{_libdir}/libusbredir*.la
%files devel %files devel
%doc ChangeLog.md %doc ChangeLog
%{_includedir}/usbredir*.h %{_includedir}/usbredir*.h
%{_libdir}/libusbredir*.so %{_libdir}/libusbredir*.so
%{_libdir}/pkgconfig/libusbredir*.pc %{_libdir}/pkgconfig/libusbredir*.pc
%files help %files help
%{_mandir}/man1/usbredirect.1* %{_mandir}/man1/usbredirserver.1*
%changelog %changelog
* 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
* Thu Jan 20 2022 yanglongkang <yanglongkang@huawei.com> - 0.12.0-2
- modify the %files in spec file
* Tue Nov 23 2021 yanglongkang <yanglongkang@huawei.com> - 0.12.0-1
- update to 0.12.0
* 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 * Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 0.8.0-6
- DESC: delete -S git from %autosetup, and delete BuildRequires git - DESC: delete -S git from %autosetup, and delete BuildRequires git