commit
76741139cb
@ -0,0 +1,7 @@
|
||||
SOURCES/qxl_8k2R2_x64.zip
|
||||
SOURCES/qxl_msi.zip
|
||||
SOURCES/qxl_w7_x64.zip
|
||||
SOURCES/qxl_w7_x86.zip
|
||||
SOURCES/qxl_xp_x86.zip
|
||||
SOURCES/spice-qxl-xddm-0.1-24.2-sources.zip
|
||||
SOURCES/spice-qxl-xddm-0.1-24.2-spec.zip
|
@ -0,0 +1,7 @@
|
||||
1a34189304065ed3fe66b48689f7921c4fc1ad63 SOURCES/qxl_8k2R2_x64.zip
|
||||
b1a6cded770172f66208815394faa76606764da5 SOURCES/qxl_msi.zip
|
||||
359fd8df83f24113f6df3d5d0fc90a4b75aa71de SOURCES/qxl_w7_x64.zip
|
||||
2b021668b34d8137b1dc2924b0f7818684408fec SOURCES/qxl_w7_x86.zip
|
||||
aac9eb5c89acf63d7636605514bd6c228b1ae6ef SOURCES/qxl_xp_x86.zip
|
||||
fe2021e20d6c94ca15e4466b89d1f48eef0c56dc SOURCES/spice-qxl-xddm-0.1-24.2-sources.zip
|
||||
941e5a079379f3062fef71e050df7fee669e6fed SOURCES/spice-qxl-xddm-0.1-24.2-spec.zip
|
@ -0,0 +1,49 @@
|
||||
%global spice_data_dir %{_datadir}/spice
|
||||
|
||||
Name: spice-qxl-xddm
|
||||
Version: 0.1
|
||||
Release: 24%{?dist}.2
|
||||
License: GPLv2
|
||||
Summary: A QXL driver for Windows 7 virtual machines
|
||||
Group: Virtualization/Management
|
||||
URL: http://www.spice-space.org
|
||||
|
||||
Source0: qxl_w7_x86.zip
|
||||
Source1: qxl_xp_x86.zip
|
||||
Source2: qxl_w7_x64.zip
|
||||
Source3: spice-qxl-xddm-0.1-24.2-sources.zip
|
||||
Source4: qxl_msi.zip
|
||||
Source5: spice-qxl-xddm-0.1-24.2-spec.zip
|
||||
Source6: qxl_8k2R2_x64.zip
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
A QXL driver for Windows 7 virtual machines.
|
||||
QXL is a paravirtualized display driver and a part of SPICE project.
|
||||
|
||||
%prep
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
/usr/bin/install -d %{buildroot}%{spice_data_dir}
|
||||
|
||||
/usr/bin/unzip %{SOURCE4}
|
||||
/bin/cp *.msi %{buildroot}%{spice_data_dir}/
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(0644,root,root,0755)
|
||||
%{spice_data_dir}/*.msi
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Mar 11 2020 Uri Lublin <uril@redhat.com> - 0.1-24.2
|
||||
- Build for 8.2
|
||||
- Resolves: rhbz#1757771
|
||||
|
Loading…
Reference in new issue