Blame SPECS/qxl-wddm-dod.spec

f29c16
%global spice_data_dir  %{_datadir}/spice
f29c16
f29c16
f29c16
Name: spice-qxl-wddm-dod
f29c16
Version: 0.20
f29c16
Release: 1%{?dist}
f29c16
License: ASL 2.0
f29c16
Summary: A QXL display-only driver for Windows 10 virtual machines.
f29c16
Group: Virtualization/Management
f29c16
URL: http://www.spice-space.org
f29c16
f29c16
Source0: spice-qxl-wddm-dod-8.1-compatible.zip
f29c16
Source1: spice-qxl-wddm-dod.zip
f29c16
Source2: spice-qxl-wddm-dod-0.20-1-spec.zip
f29c16
Source3: spice-qxl-wddm-dod-0.20-1-sources.zip
f29c16
f29c16
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
f29c16
BuildArch: noarch
f29c16
f29c16
%description
f29c16
QXL is a paravirtualized display driver and a part of SPICE project.
f29c16
This package provides QXL display-only driver for Windows 10 virtual machines.
f29c16
f29c16
%prep
f29c16
f29c16
%build
f29c16
f29c16
%install
f29c16
rm -rf %{buildroot}
f29c16
/usr/bin/install -d %{buildroot}%{spice_data_dir}
f29c16
f29c16
/usr/bin/unzip %{SOURCE1}
f29c16
/bin/cp w10/QxlWddmDod_*.msi %{buildroot}%{spice_data_dir}/
f29c16
f29c16
%clean
f29c16
rm -rf %{buildroot}
f29c16
f29c16
%files
f29c16
%defattr(0644,root,root,0755)
f29c16
%{spice_data_dir}/QxlWddmDod_*.msi
f29c16
f29c16
f29c16
%changelog
f29c16
* Wed Jun  3 2020 Uri Lublin <uril@redhat.com> - 0.20-1
f29c16
- Build for 8.3
f29c16
- Resolves: rhbz#1813149
f29c16
f29c16
* Mon Dec 16 2019 Uri Lublin <uril@redhat.com> - 0.19-2
f29c16
- First build for 8.2
f29c16
- Resolves: rhbz#1757772
f29c16