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