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