From 2ffda4445c5bba9e1e84b6d475046a058176b203 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jul 28 2020 13:18:14 +0000 Subject: import spice-vdagent-win-0.10.0-5.el8 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7baa8bd --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +SOURCES/spice-vdagent-win-0.10.0-5-sources.zip +SOURCES/spice-vdagent-win-0.10.0-5-spec.zip +SOURCES/spice-vdagent-x64-0.10.0-5.msi +SOURCES/spice-vdagent-x86-0.10.0-5.msi +SOURCES/spice_vdagent_x64.zip +SOURCES/spice_vdagent_x86.zip diff --git a/.spice-vdagent-win.metadata b/.spice-vdagent-win.metadata new file mode 100644 index 0000000..2215f71 --- /dev/null +++ b/.spice-vdagent-win.metadata @@ -0,0 +1,6 @@ +0fb5800ac308dea9e89db4ce3a673e7dc0c096b6 SOURCES/spice-vdagent-win-0.10.0-5-sources.zip +5c6c0e4979db794e3bda536527caee79864434e7 SOURCES/spice-vdagent-win-0.10.0-5-spec.zip +efd6ba01f1b41d95c051394098329bb027d04ccb SOURCES/spice-vdagent-x64-0.10.0-5.msi +1d08e3a42249badbfd94484146551eedf4df909b SOURCES/spice-vdagent-x86-0.10.0-5.msi +b0f650c702372cea84ced7bd155a7d92da21b392 SOURCES/spice_vdagent_x64.zip +6f7f994be301fc17bd41248efcbc3a64481389e2 SOURCES/spice_vdagent_x86.zip diff --git a/SPECS/spice-vdagent-win.spec b/SPECS/spice-vdagent-win.spec new file mode 100644 index 0000000..b02df6e --- /dev/null +++ b/SPECS/spice-vdagent-win.spec @@ -0,0 +1,76 @@ +%global spice_data_dir %{_datadir}/spice + + +Name: spice-vdagent-win +Version: 0.10.0 +Release: 5%{?dist} +License: GPLv2+ +Summary: Spice agent MSI installers for Windows guests +Group: Virtualization/Management +URL: http://www.spice-space.org + +Source0: spice-vdagent-win-0.10.0-5-spec.zip +Source1: spice_vdagent_x64.zip +Source2: spice_vdagent_x86.zip +Source3: spice-vdagent-x86-0.10.0-5.msi +Source4: spice-vdagent-x64-0.10.0-5.msi +Source5: spice-vdagent-win-0.10.0-5-sources.zip + +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildArch: noarch + +%description +Spice agent MSI installers for Windows guests + +%package x86 +Summary: Spice agent MSI installers for Windows guests (32 bit) +Group: Virtualization/Management + +%description x86 +Spice agent MSI installers for Windows guests (32 bit) + +%package x64 +Summary: Spice agent MSI installers for Windows guests (64 bit) +Group: Virtualization/Management + +%description x64 +Spice agent MSI installers for Windows guests (64 bit) + +%prep + +%build + +%install +rm -rf %{buildroot} +/usr/bin/install -d %{buildroot}%{spice_data_dir} + + +/bin/cp %{SOURCE3} %{buildroot}%{spice_data_dir}/ +/bin/cp %{SOURCE4} %{buildroot}%{spice_data_dir}/ + +%clean +rm -rf %{buildroot} + +%files x64 +%defattr(0644,root,root,0755) +%{spice_data_dir}/spice-vdagent-x64*.msi + + +%files x86 +%defattr(0644,root,root,0755) +%{spice_data_dir}/spice-vdagent-x86*.msi + +%changelog +* Thu Jun 25 2020 Uri Lublin - 0.10.0-5 +- Rebuilt + +* Wed Jun 3 2020 Uri Lublin - 0.10.0-4 +- Reset properly state of pending large messages upon disconnection + Resolves rhbz#1548419 +- Return detailed message for file transfer + Resolves rhbz#1520393 + +* Mon Dec 9 2019 Uri Lublin - 0.10.0-2 +- First build for 8.2 +- Resolves: rhbz#1641755 +