commit
a1bba4de51
@ -0,0 +1,4 @@
|
||||
SOURCES/spice-qxl-wddm-dod.zip
|
||||
SOURCES/spice-qxl-wddm-dod-8.1-compatible.zip
|
||||
SOURCES/spice-qxl-wddm-dod-0.21-2-spec.zip
|
||||
SOURCES/spice-qxl-wddm-dod-0.21-2-sources.zip
|
@ -0,0 +1,4 @@
|
||||
d1fd93e72befa340d0ba45c184c2cb5a7a39537b SOURCES/spice-qxl-wddm-dod.zip
|
||||
d51615ef35b08195151324745b31643489ae459e SOURCES/spice-qxl-wddm-dod-8.1-compatible.zip
|
||||
478313e7db2dc786b108009bdfad6c301c2734c2 SOURCES/spice-qxl-wddm-dod-0.21-2-spec.zip
|
||||
d11e604b1cca99f631817c7150d3f7e627ee58e7 SOURCES/spice-qxl-wddm-dod-0.21-2-sources.zip
|
@ -0,0 +1,58 @@
|
||||
%global spice_data_dir %{_datadir}/spice
|
||||
|
||||
|
||||
Name: spice-qxl-wddm-dod
|
||||
Version: 0.21
|
||||
Release: 2%{?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.zip
|
||||
Source1: spice-qxl-wddm-dod-8.1-compatible.zip
|
||||
Source2: spice-qxl-wddm-dod-0.21-2-spec.zip
|
||||
Source3: spice-qxl-wddm-dod-0.21-2-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 %{SOURCE0}
|
||||
/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
|
||||
* Fri Aug 23 2024 Dmitriy Samoylik <samoylikdv@msvsphere-os.ru> - 0.21-2
|
||||
- Rebuilt for MSVSphere 9.4
|
||||
|
||||
* Sun Dec 6 2020 Uri Lublin <uril@redhat.com> - 0.21-2
|
||||
- Fix behavior on rev5 qxl device
|
||||
Resolves: rhbz#1851845
|
||||
|
||||
* 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