improve grammar in SPEC file
This commit is contained in:
parent
fef4bb84f2
commit
f17ebab1b8
@ -9,17 +9,15 @@ Source0: http://spice-space.org/download/%{name}/%{name}-%{version}.tar.b
|
||||
BuildRequires: libusb1-devel >= 1.0.9
|
||||
|
||||
%description
|
||||
usbredir is a protocol for redirection USB traffic from a single USB device,
|
||||
to a different (virtual) machine then the one to which the USB device is
|
||||
attached. This package contains a number of libraries to help implementing
|
||||
support for usbredir:
|
||||
The usbredir libraries allow USB devices to be used on remote and/or virtual
|
||||
hosts over TCP. The following libraries are provided:
|
||||
|
||||
usbredirparser:
|
||||
A library containing the parser for the usbredir protocol
|
||||
|
||||
usbredirhost:
|
||||
A library implementing the usb-host side of a usbredir connection.
|
||||
All that an application wishing to implement an usb-host needs to do is:
|
||||
A library implementing the USB host side of a usbredir connection.
|
||||
All that an application wishing to implement a USB host needs to do is:
|
||||
* Provide a libusb device handle for the device
|
||||
* Provide write and read callbacks for the actual transport of usbredir data
|
||||
* Monitor for usbredir and libusb read/write events and call their handlers
|
||||
@ -36,13 +34,13 @@ developing applications that use %{name}.
|
||||
|
||||
|
||||
%package server
|
||||
Summary: Simple usb-host tcp server
|
||||
Summary: Simple USB host TCP server
|
||||
Group: System Environment/Daemons
|
||||
License: GPLv2+
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description server
|
||||
A simple usb-host tcp server, using libusbredirhost.
|
||||
A simple USB host TCP server, using libusbredirhost.
|
||||
|
||||
|
||||
%prep
|
||||
|
||||
Loading…
Reference in New Issue
Block a user