2016-06-09 15:49:31 +03:00
%define sname spiceterm
%define pname %sname-pve
Name : pve-%sname
Summary : SPICE Terminal Emulator
2019-08-06 11:49:01 +03:00
Version : 3.1.1
2021-01-18 13:30:50 +03:00
Release : alt4
2016-06-09 15:49:31 +03:00
License : GPLv2
Group : Networking/WWW
Url : https://git.proxmox.com/
Packager : Valery Inozemtsev <shrek@altlinux.ru>
2019-08-06 11:49:01 +03:00
ExclusiveArch : x86_64 aarch64
2016-06-09 15:49:31 +03:00
Source0 : %sname.tar.xz
2021-01-18 13:30:50 +03:00
Patch0 : spiceterm-keymaps.patch
2016-06-09 15:49:31 +03:00
2019-08-28 12:52:20 +03:00
BuildRequires : glib2-devel libspice-server-devel perl-podlators
2016-06-09 15:49:31 +03:00
%description
With spiceterm you can start commands and export its standard input and
output to any SPICE client (simulating a xterm Terminal).
%prep
2019-08-28 12:52:20 +03:00
%setup -q -n %sname
2021-01-18 13:30:50 +03:00
%patch0 -p1 -b .kvm
2016-06-09 15:49:31 +03:00
2020-03-22 14:31:38 +03:00
sed -i 's|\ -Werror||' src/Makefile
2016-06-09 15:49:31 +03:00
%build
2019-08-06 11:49:01 +03:00
%make -C src
2016-06-09 15:49:31 +03:00
%install
2019-08-06 11:49:01 +03:00
%make -C src VERSION=%version DESTDIR=%buildroot install
2016-06-09 15:49:31 +03:00
%files
%_bindir /%sname
%_man1dir/%sname.1*
%changelog
2021-01-18 13:30:50 +03:00
* Mon Jan 18 2021 Valery Inozemtsev <shrek@altlinux.ru> 3.1.1-alt4
- fixed keymaps path (closes: #39553)
2020-03-22 14:31:38 +03:00
* Sun Mar 22 2020 Valery Inozemtsev <shrek@altlinux.ru> 3.1.1-alt3
- fixed build
2019-08-28 12:52:20 +03:00
* Wed Aug 28 2019 Valery Inozemtsev <shrek@altlinux.ru> 3.1.1-alt2
- rebuild with system library
2019-08-06 11:49:01 +03:00
* Mon Aug 05 2019 Valery Inozemtsev <shrek@altlinux.ru> 3.1.1-alt1
- 3.1-1
2018-11-30 12:05:28 +03:00
* Wed Nov 28 2018 Valery Inozemtsev <shrek@altlinux.ru> 3.0.5-alt1
- 3.0-5
2018-11-27 10:58:49 +03:00
* Tue Nov 27 2018 Valery Inozemtsev <shrek@altlinux.ru> 3.0.4-alt1.2
- rebuild
2018-08-29 18:38:23 +03:00
* Wed Aug 29 2018 Grigory Ustinov <grenka@altlinux.org> 3.0.4-alt1.1
- NMU: Rebuild with new openssl 1.1.0.
2017-07-19 12:15:26 +03:00
* Wed Jul 19 2017 Valery Inozemtsev <shrek@altlinux.ru> 3.0.4-alt1
- 3.0-4
2016-06-28 11:01:07 +03:00
* Tue Jun 28 2016 Valery Inozemtsev <shrek@altlinux.ru> 2.0-alt2
- fixed keymaps path
2016-06-09 15:49:31 +03:00
* Mon Mar 21 2016 Valery Inozemtsev <shrek@altlinux.ru> 2.0-alt1
- initial release