update to 0.12.0 [release 0.12.0-1mamba;Mon Jan 10 2022]
This commit is contained in:
parent
e99c6372af
commit
cf24ea0003
@ -1,24 +1,20 @@
|
||||
Name: usbredir
|
||||
Version: 0.8.0
|
||||
Version: 0.12.0
|
||||
Release: 1mamba
|
||||
Summary: A network protocol for sending usb device traffic over a network connection
|
||||
Group: Applications/Networking
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.spice-space.org/page/UsbRedir
|
||||
Source: http://spice-space.org/download/usbredir/usbredir-%{version}.tar.bz2
|
||||
URL: https://www.spice-space.org/page/UsbRedir
|
||||
Source: https://gitlab.freedesktop.org/spice/usbredir/-/archive/usbredir-%{version}/usbredir-usbredir-.tar.bz2
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libpcre-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: libsepol-devel
|
||||
BuildRequires: libudev-devel
|
||||
BuildRequires: libusbx-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libusb-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%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.
|
||||
@ -42,15 +38,17 @@ This package contains libraries and header files for developing applications tha
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -c
|
||||
mv usbredir-usbredir-%{version}-*/* .
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make
|
||||
%meson
|
||||
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%meson_install
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -60,7 +58,9 @@ This package contains libraries and header files for developing applications tha
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/usbredirect
|
||||
%{_sbindir}/usbredirserver
|
||||
%{_mandir}/man1/usbredirect.1*
|
||||
%{_mandir}/man1/usbredirserver.1*
|
||||
|
||||
%files -n lib%{name}
|
||||
@ -75,17 +75,16 @@ This package contains libraries and header files for developing applications tha
|
||||
%{_includedir}/usbredirhost.h
|
||||
%{_includedir}/usbredirparser.h
|
||||
%{_includedir}/usbredirproto.h
|
||||
%{_libdir}/libusbredirhost.a
|
||||
%{_libdir}/libusbredirhost.la
|
||||
%{_libdir}/libusbredirhost.so
|
||||
%{_libdir}/libusbredirparser.a
|
||||
%{_libdir}/libusbredirparser.la
|
||||
%{_libdir}/libusbredirparser.so
|
||||
%{_libdir}/pkgconfig/libusbredirhost.pc
|
||||
%{_libdir}/pkgconfig/libusbredirparser-0.5.pc
|
||||
%doc ChangeLog README README.multi-thread TODO
|
||||
%doc TODO
|
||||
|
||||
%changelog
|
||||
* Mon Jan 10 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12.0-1mamba
|
||||
- update to 0.12.0
|
||||
|
||||
* Sun Oct 07 2018 Automatic Build System <autodist@mambasoft.it> 0.8.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user