Update to 0.10.0
Now uses meson!
This commit is contained in:
parent
1f0412b3f8
commit
894ea9dbb5
2
.gitignore
vendored
2
.gitignore
vendored
@ -16,3 +16,5 @@
|
||||
/usbredir-0.9.0.tar.xz
|
||||
/usbredir-0.9.0.tar.xz.sig
|
||||
/victortoso-E37A484F.keyring
|
||||
/usbredir-0.10.0.tar.xz
|
||||
/usbredir-0.10.0.tar.xz.sig
|
||||
|
||||
4
sources
4
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (usbredir-0.9.0.tar.xz) = ce17fe3572144a5733d5cdae09ce82f6a0af1c33cb905a9c20a434992d9a0218f44e02deb48594c391773466de0a50ddede05649afecfb0b2d83c24cf90fcdf6
|
||||
SHA512 (usbredir-0.9.0.tar.xz.sig) = bfb3ae609ebdc35b9ba62d24401154172b6df9a758b326865df13ab387c00890ec9a848ab05de877982c6a826c5488b0d73279f99d64b47ce1deb6ecad147898
|
||||
SHA512 (usbredir-0.10.0.tar.xz) = 0532d5f62cee6498fe992327df157ef241e44e9cb3fb2305ddfd2aaeddd7e22451323630e39c66b10b87ee32c7fb62a0935c8692969bc8b79940493bcbf6ebcc
|
||||
SHA512 (usbredir-0.10.0.tar.xz.sig) = 8b1b806afb777c99cdf93c315471795782c42926e3488ce295aac7bd3ce23d5c03ba7e29bc9cc3661563600012e2ee6a583f5fcc19e7629ec2e8644970e567b2
|
||||
SHA512 (victortoso-E37A484F.keyring) = 091755da8a358c8c8ebd3b5443b4b5eb3c260afed943454c085d48c973de6a42763547c321c64e4da5c1b2983ad0c5146aaeddeb1d54ef414f7e6a530a3bf14a
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: usbredir
|
||||
Version: 0.9.0
|
||||
Version: 0.10.0
|
||||
Release: 1%{?dist}
|
||||
Summary: USB network redirection protocol libraries
|
||||
License: LGPLv2+
|
||||
@ -7,11 +7,12 @@ URL: https://www.spice-space.org/usbredir.html
|
||||
Source0: http://spice-space.org/download/%{name}/%{name}-%{version}.tar.xz
|
||||
Source1: http://spice-space.org/download/%{name}/%{name}-%{version}.tar.xz.sig
|
||||
Source2: victortoso-E37A484F.keyring
|
||||
BuildRequires: automake autoconf libtool
|
||||
BuildRequires: gnupg2
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc g++
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: libusb1-devel >= 1.0.9
|
||||
BuildRequires: git-core
|
||||
BuildRequires: meson
|
||||
|
||||
%description
|
||||
The usbredir libraries allow USB devices to be used on remote and/or virtual
|
||||
@ -48,18 +49,20 @@ A simple USB host TCP server, using libusbredirhost.
|
||||
|
||||
%prep
|
||||
gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
|
||||
%autosetup -p1 -n usbredir-%{version}
|
||||
autoreconf -fi
|
||||
%autosetup -S git_am
|
||||
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
make %{?_smp_mflags} V=1
|
||||
%meson \
|
||||
-Dgit_werror=disabled \
|
||||
-Dtools=enabled \
|
||||
-Dfuzzing=disabled
|
||||
|
||||
%meson_build
|
||||
|
||||
|
||||
%install
|
||||
%make_install
|
||||
rm $RPM_BUILD_ROOT%{_libdir}/libusbredir*.la
|
||||
%meson_install
|
||||
|
||||
|
||||
%ldconfig_scriptlets
|
||||
@ -86,6 +89,10 @@ rm $RPM_BUILD_ROOT%{_libdir}/libusbredir*.la
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu May 27 2021 Victor Toso <victortoso@redhat.com> - 0.10.0-1
|
||||
- Update to 0.10.0
|
||||
- Now uses meson to build
|
||||
|
||||
* Fri Apr 02 2021 Victor Toso <victortoso@redhat.com> - 0.9.0-1
|
||||
- Update to 0.9.0
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user