pve-spiceterm/pve-spiceterm.spec

71 lines
1.6 KiB
RPMSpec
Raw Permalink Normal View History

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
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
Patch0: spiceterm-keymaps.patch
2016-06-09 15:49:31 +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
%setup -q -n %sname
%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
* 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
* 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
* 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