Blame SPECS/spice-vdagent-win.spec

7b7bd4
%global spice_data_dir  %{_datadir}/spice
7b7bd4
7b7bd4
7b7bd4
Name: spice-vdagent-win
7b7bd4
Version: 0.10.0
7b7bd4
Release: 5%{?dist}
7b7bd4
License: GPLv2+
7b7bd4
Summary: Spice agent MSI installers for Windows guests
7b7bd4
Group: Virtualization/Management
7b7bd4
URL: http://www.spice-space.org
7b7bd4
7b7bd4
Source0: spice-vdagent-win-0.10.0-5-spec.zip
7b7bd4
Source1: spice_vdagent_x64.zip
7b7bd4
Source2: spice_vdagent_x86.zip
7b7bd4
Source3: spice-vdagent-x86-0.10.0-5.msi
7b7bd4
Source4: spice-vdagent-x64-0.10.0-5.msi
7b7bd4
Source5: spice-vdagent-win-0.10.0-5-sources.zip
7b7bd4
7b7bd4
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
7b7bd4
BuildArch: noarch
7b7bd4
7b7bd4
%description
7b7bd4
Spice agent MSI installers for Windows guests
7b7bd4
7b7bd4
%package x86
7b7bd4
Summary: Spice agent MSI installers for Windows guests (32 bit)
7b7bd4
Group: Virtualization/Management
7b7bd4
7b7bd4
%description x86
7b7bd4
Spice agent MSI installers for Windows guests (32 bit)
7b7bd4
7b7bd4
%package x64
7b7bd4
Summary: Spice agent MSI installers for Windows guests (64 bit)
7b7bd4
Group: Virtualization/Management
7b7bd4
7b7bd4
%description x64
7b7bd4
Spice agent MSI installers for Windows guests (64 bit)
7b7bd4
7b7bd4
%prep
7b7bd4
7b7bd4
%build
7b7bd4
7b7bd4
%install
7b7bd4
rm -rf %{buildroot}
7b7bd4
/usr/bin/install -d %{buildroot}%{spice_data_dir}
7b7bd4
7b7bd4
7b7bd4
/bin/cp %{SOURCE3} %{buildroot}%{spice_data_dir}/
7b7bd4
/bin/cp %{SOURCE4} %{buildroot}%{spice_data_dir}/
7b7bd4
7b7bd4
%clean
7b7bd4
rm -rf %{buildroot}
7b7bd4
7b7bd4
%files x64
7b7bd4
%defattr(0644,root,root,0755)
7b7bd4
%{spice_data_dir}/spice-vdagent-x64*.msi
7b7bd4
7b7bd4
7b7bd4
%files x86
7b7bd4
%defattr(0644,root,root,0755)
7b7bd4
%{spice_data_dir}/spice-vdagent-x86*.msi
7b7bd4
7b7bd4
%changelog
7b7bd4
* Thu Jun 25 2020 Uri Lublin <uril@redhat.com> - 0.10.0-5
7b7bd4
- Rebuilt
7b7bd4
7b7bd4
* Wed Jun  3 2020 Uri Lublin <uril@redhat.com> - 0.10.0-4
7b7bd4
- Reset properly state of pending large messages upon disconnection
7b7bd4
  Resolves rhbz#1548419
7b7bd4
- Return detailed message for file transfer
7b7bd4
  Resolves rhbz#1520393
7b7bd4
7b7bd4
* Mon Dec  9 2019 Uri Lublin <uril@redhat.com> - 0.10.0-2
7b7bd4
- First build for 8.2
7b7bd4
- Resolves: rhbz#1641755
7b7bd4