Import rpm: c8s
This commit is contained in:
commit
4c39f03dee
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
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
|
||||||
|
/qxl_8k2R2_x64.zip
|
||||||
|
/qxl_msi.zip
|
||||||
|
/qxl_w7_x64.zip
|
||||||
|
/qxl_w7_x86.zip
|
||||||
|
/qxl_xp_x86.zip
|
||||||
|
/spice-qxl-xddm-0.1-24.2-sources.zip
|
||||||
|
/spice-qxl-xddm-0.1-24.2-spec.zip
|
7
sources
Normal file
7
sources
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
SHA512 (qxl_8k2R2_x64.zip) = d6c04542ad1768377696fcdfefcf83d2fc894b2b4da0cc257ffa6ee3ee3c762cb750414f155b4f400df933a7fbf7a666af47a32b05dc80d6c4bc9eb5dbc65266
|
||||||
|
SHA512 (qxl_msi.zip) = 812dfb30c4d9fe34434a46b1bc231ad926b8cf1a74184eb9a047b80526b4a43d16e56c33c6c259856192bd40ae852ef8ad4fc045eeaa1e61d927aa06e5929799
|
||||||
|
SHA512 (qxl_w7_x64.zip) = 5ea744edc9638d5d0d82eb94e53e5d60905a52e4a56f79c0b7cc2fab618e6433a4ef80fa2d7e599337b2c6ea7827707a00387ce10a05c2c3584323772e1a23e6
|
||||||
|
SHA512 (qxl_w7_x86.zip) = cd9ea539afbeb77dd28f14a3544e182012ade35f39879023c657a9eaa67ec3e9d5621f956f7ed3cd05b75d31fcdafee4547fa5472ee0fbedffe4750fe5368f46
|
||||||
|
SHA512 (qxl_xp_x86.zip) = ee5073fd2ee8155983353d967b14a499adbd90a2f80db8a1796fd564b0438eb774b2e49b17b8d896abfa7f7c35ffba8101fa6b211b62426ed520db8ec13199df
|
||||||
|
SHA512 (spice-qxl-xddm-0.1-24.2-sources.zip) = a7820001b1b516b99176c4d90a1e9aa0cec725c121550d58f2cee1822b269a7c5b718238766b1b447fa43120177914ff55bb52108f078d8dfc8edc512d58427c
|
||||||
|
SHA512 (spice-qxl-xddm-0.1-24.2-spec.zip) = 2982b4025aaffb7ae05c7212a0293e0ad01673db4a1d7e5a6626381077477f5a652bdd6c1d40822a9f882aadd038e4d4531fa7b050221bb6bc258470669fc15a
|
49
spice-qxl-xddm.spec
Normal file
49
spice-qxl-xddm.spec
Normal file
@ -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
Block a user