Blame SPECS/usbredir.spec

30f4da
Name:           usbredir
30f4da
Version:        0.7.1
30f4da
Release:        3%{?dist}
30f4da
Summary:        USB network redirection protocol libraries
30f4da
Group:          System Environment/Libraries
30f4da
License:        LGPLv2+
30f4da
URL:            https://www.spice-space.org
30f4da
Source0:        https://www.spice-space.org/download/%{name}/%{name}-%{version}.tar.bz2
30f4da
# Some patches from upstream git (drop at next rebase)
30f4da
Patch1:         0001-usbredirhost-Fix-Wformat-warning.patch
30f4da
Patch2:         0002-Don-t-print-warning-when-resetting-a-missing-device.patch
30f4da
BuildRequires:  libusb1-devel >= 1.0.20
30f4da
30f4da
%description
30f4da
The usbredir libraries allow USB devices to be used on remote and/or virtual
30f4da
hosts over TCP.  The following libraries are provided:
30f4da
30f4da
usbredirparser:
30f4da
A library containing the parser for the usbredir protocol
30f4da
30f4da
usbredirhost:
30f4da
A library implementing the USB host side of a usbredir connection.
30f4da
All that an application wishing to implement a USB host needs to do is:
30f4da
* Provide a libusb device handle for the device
30f4da
* Provide write and read callbacks for the actual transport of usbredir data
30f4da
* Monitor for usbredir and libusb read/write events and call their handlers
30f4da
30f4da
30f4da
%package        devel
30f4da
Summary:        Development files for %{name}
30f4da
Group:          Development/Libraries
30f4da
Requires:       %{name}%{?_isa} = %{version}-%{release}
30f4da
30f4da
%description    devel
30f4da
The %{name}-devel package contains libraries and header files for
30f4da
developing applications that use %{name}.
30f4da
30f4da
30f4da
%package        server
30f4da
Summary:        Simple USB host TCP server
30f4da
Group:          System Environment/Daemons
30f4da
License:        GPLv2+
30f4da
Requires:       %{name}%{?_isa} = %{version}-%{release}
30f4da
30f4da
%description    server
30f4da
A simple USB host TCP server, using libusbredirhost.
30f4da
30f4da
30f4da
%prep
30f4da
%setup -q
30f4da
%patch1 -p1
30f4da
%patch2 -p1
30f4da
30f4da
30f4da
%build
30f4da
%configure --disable-static
30f4da
make %{?_smp_mflags} V=1
30f4da
30f4da
30f4da
%install
30f4da
%make_install
30f4da
rm $RPM_BUILD_ROOT%{_libdir}/libusbredir*.la
30f4da
30f4da
30f4da
%post -p /sbin/ldconfig
30f4da
%postun -p /sbin/ldconfig
30f4da
30f4da
30f4da
%files
30f4da
%doc ChangeLog COPYING.LIB README TODO 
30f4da
%{_libdir}/libusbredir*.so.*
30f4da
30f4da
%files devel
30f4da
%doc usb-redirection-protocol.txt README.multi-thread
30f4da
%{_includedir}/usbredir*.h
30f4da
%{_libdir}/libusbredir*.so
30f4da
%{_libdir}/pkgconfig/libusbredir*.pc
30f4da
30f4da
%files server
30f4da
%doc COPYING
30f4da
%{_sbindir}/usbredirserver
30f4da
%{_mandir}/man1/usbredirserver.1*
30f4da
30f4da
30f4da
%changelog
30f4da
* Fri Nov 17 2017 Jonathon Jongsma <jjongsma@redhat.com> - 0.7.1-3
30f4da
- Don't print a warning when resetting a removed device
30f4da
  Resolves: rhbz#1442963
30f4da
30f4da
* Tue Dec 20 2016 Pavel Grunt <pgrunt@redhat.com> - 0.7.1-2
30f4da
- Rebuild to add USB3 support
30f4da
  Resolves: rhbz#976685
30f4da
30f4da
* Wed Jun  8 2016 Victor Toso <victortoso@redhat.com> - 0.7.1-1
30f4da
- Rebase to latest upstream: 0.7.1
30f4da
  Resolves: rhbz#1033101
30f4da
30f4da
* Mon Feb 29 2016 Victor Toso <victortoso@redhat.com> - 0.6-8
30f4da
- Fix migration due lack of capabilities from source host
30f4da
  Resolves: rhbz#1185167
30f4da
- New callback to drop isoc packets in order to avoid high memory
30f4da
  consumption in the client
30f4da
  Resolves: rhbz#1312913
30f4da
30f4da
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.6-7
30f4da
- Mass rebuild 2014-01-24
30f4da
30f4da
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.6-6
30f4da
- Mass rebuild 2013-12-27
30f4da
30f4da
* Tue Sep 10 2013 Hans de Goede <hdegoede@redhat.com> - 0.6-5
30f4da
- Use the new libusb autodetach kernel driver functionality
30f4da
- Fix a usbredirparser bug which causes tcp/ip redir to not work (rhbz#1005015)
30f4da
30f4da
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6-4
30f4da
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
30f4da
30f4da
* Mon May 13 2013 Hans de Goede <hdegoede@redhat.com> - 0.6-3
30f4da
- Fix usbredirserver not listening for ipv6 connections (rhbz#957470)
30f4da
- Fix a few (harmless) coverity warnings
30f4da
30f4da
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6-2
30f4da
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
30f4da
30f4da
* Thu Dec 13 2012 Hans de Goede <hdegoede@redhat.com> - 0.6-1
30f4da
- Update to upstream 0.6 release
30f4da
30f4da
* Tue Sep 25 2012 Hans de Goede <hdegoede@redhat.com> - 0.5.2-1
30f4da
- Update to upstream 0.5.2 release
30f4da
30f4da
* Wed Sep 19 2012 Hans de Goede <hdegoede@redhat.com> - 0.5.1-1
30f4da
- Update to upstream 0.5.1 release
30f4da
30f4da
* Fri Sep  7 2012 Hans de Goede <hdegoede@redhat.com> - 0.5-1
30f4da
- Update to upstream 0.5 release
30f4da
30f4da
* Mon Jul 30 2012 Hans de Goede <hdegoede@redhat.com> - 0.4.3-3
30f4da
- Add 2 fixes from upstream fixing issues with some bulk devices (rhbz#842358)
30f4da
30f4da
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.3-2
30f4da
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
30f4da
30f4da
* Mon Apr  2 2012 Hans de Goede <hdegoede@redhat.com> - 0.4.3-1
30f4da
- Update to upstream 0.4.3 release
30f4da
30f4da
* Tue Mar  6 2012 Hans de Goede <hdegoede@redhat.com> - 0.4.2-1
30f4da
- Update to upstream 0.4.2 release
30f4da
30f4da
* Sat Feb 25 2012 Hans de Goede <hdegoede@redhat.com> - 0.4.1-1
30f4da
- Update to upstream 0.4.1 release
30f4da
30f4da
* Thu Feb 23 2012 Hans de Goede <hdegoede@redhat.com> - 0.4-1
30f4da
- Update to upstream 0.4 release
30f4da
30f4da
* Thu Jan 12 2012 Hans de Goede <hdegoede@redhat.com> - 0.3.3-1
30f4da
- Update to upstream 0.3.3 release
30f4da
30f4da
* Tue Jan  3 2012 Hans de Goede <hdegoede@redhat.com> 0.3.2-1
30f4da
- Update to upstream 0.3.2 release
30f4da
30f4da
* Wed Aug 24 2011 Hans de Goede <hdegoede@redhat.com> 0.3.1-1
30f4da
- Update to upstream 0.3.1 release
30f4da
30f4da
* Thu Jul 14 2011 Hans de Goede <hdegoede@redhat.com> 0.3-1
30f4da
- Initial Fedora package