From e51b6090ad6b1de7f7aea2c80f159ef8971563af Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 18:51:47 +0100 Subject: [PATCH] update to 0.13.0 [release 0.13.0-1mamba;Tue Aug 09 2022] --- usbredir.spec | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/usbredir.spec b/usbredir.spec index 470d2f0..42c1a4b 100644 --- a/usbredir.spec +++ b/usbredir.spec @@ -1,13 +1,13 @@ Name: usbredir -Version: 0.12.0 +Version: 0.13.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 -URL: https://www.spice-space.org/page/UsbRedir -Source: https://gitlab.freedesktop.org/spice/usbredir/-/archive/usbredir-%{version}/usbredir-usbredir-.tar.bz2 +URL: https://github.com/freedesktop/spice-usbredir +Source: https://gitlab.freedesktop.org/spice/usbredir.git/usbredir-%{version}/usbredir-%{version}.tar.bz2 License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -38,8 +38,7 @@ This package contains libraries and header files for developing applications tha %debug_package %prep -%setup -q -c -mv usbredir-usbredir-%{version}-*/* . +%setup -q %build %meson @@ -59,9 +58,9 @@ mv usbredir-usbredir-%{version}-*/* . %files %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} %defattr(-,root,root) @@ -82,6 +81,9 @@ mv usbredir-usbredir-%{version}-*/* . %doc TODO %changelog +* Tue Aug 09 2022 Silvan Calarco 0.13.0-1mamba +- update to 0.13.0 + * Mon Jan 10 2022 Silvan Calarco 0.12.0-1mamba - update to 0.12.0