commit
58f6544edc
@ -0,0 +1,6 @@
|
|||||||
|
SOURCES/spice-vdagent-win-0.10.0-6-sources.zip
|
||||||
|
SOURCES/spice-vdagent-win-0.10.0-6-spec.zip
|
||||||
|
SOURCES/spice-vdagent-x64-0.10.0-6.msi
|
||||||
|
SOURCES/spice-vdagent-x86-0.10.0-6.msi
|
||||||
|
SOURCES/spice_vdagent_x64.zip
|
||||||
|
SOURCES/spice_vdagent_x86.zip
|
@ -0,0 +1,6 @@
|
|||||||
|
93602b2983dd167e72f2683d7099b077c7c68abd SOURCES/spice-vdagent-win-0.10.0-6-sources.zip
|
||||||
|
e25a686d276e164f69b0a10055b24a8bcfa3fac6 SOURCES/spice-vdagent-win-0.10.0-6-spec.zip
|
||||||
|
d34af0753256cbdf8db1fe7b92e411b54e144c54 SOURCES/spice-vdagent-x64-0.10.0-6.msi
|
||||||
|
14ab003118124ae34ae0ef913a9fce8592a80412 SOURCES/spice-vdagent-x86-0.10.0-6.msi
|
||||||
|
bf9c62bb0176b8616beed7c0f1bac83516e8c15b SOURCES/spice_vdagent_x64.zip
|
||||||
|
31680a564d81725aedc3dfd5657ecf509cd2cc3e SOURCES/spice_vdagent_x86.zip
|
@ -0,0 +1,80 @@
|
|||||||
|
%global spice_data_dir %{_datadir}/spice
|
||||||
|
|
||||||
|
|
||||||
|
Name: spice-vdagent-win
|
||||||
|
Version: 0.10.0
|
||||||
|
Release: 6%{?dist}
|
||||||
|
License: GPLv2+
|
||||||
|
Summary: Spice agent MSI installers for Windows guests
|
||||||
|
Group: Virtualization/Management
|
||||||
|
URL: http://www.spice-space.org
|
||||||
|
|
||||||
|
Source0: spice_vdagent_x64.zip
|
||||||
|
Source1: spice_vdagent_x86.zip
|
||||||
|
Source2: spice-vdagent-win-0.10.0-6-spec.zip
|
||||||
|
Source3: spice-vdagent-x64-0.10.0-6.msi
|
||||||
|
Source4: spice-vdagent-x86-0.10.0-6.msi
|
||||||
|
Source5: spice-vdagent-win-0.10.0-6-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
|
||||||
|
* Tue Sep 6 2022 Uri Lublin <uril@redhat.com> - 0.10.0-6
|
||||||
|
- Rebuilt to pick mingw-zlib 1.2.8-10
|
||||||
|
Resolves rhbz#2121122
|
||||||
|
|
||||||
|
* Thu Jun 25 2020 Uri Lublin <uril@redhat.com> - 0.10.0-5
|
||||||
|
- Rebuilt
|
||||||
|
|
||||||
|
* Wed Jun 3 2020 Uri Lublin <uril@redhat.com> - 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 <uril@redhat.com> - 0.10.0-2
|
||||||
|
- First build for 8.2
|
||||||
|
- Resolves: rhbz#1641755
|
||||||
|
|
Loading…
Reference in new issue