pve-vncterm/pve-vncterm.spec
kozorizki 77475f8810 1.8.0-alt1
- 1.8.0
2024-12-19 14:10:43 +03:00

73 lines
1.6 KiB
RPMSpec

%define sname vncterm
Name: pve-%sname
Summary: VNC Terminal Emulator
Version: 1.8.0
Release: alt1
License: GPLv2
Group: Networking/WWW
Url: https://git.proxmox.com/
Packager: Valery Inozemtsev <shrek@altlinux.ru>
Source0: %sname.tar.xz
Source1: wchardata.c
Source2: unifont.hex
Patch0: %sname-alt.patch
ExclusiveArch: x86_64 aarch64 loongarch64
BuildRequires: cmake libgnutls-devel libjpeg-devel perl-Pod-Usage zlib-devel libpng-devel
%description
With vncterm you can start commands and export its standard input and
output to any VNC client (simulating a xterm Terminal).
%prep
%setup -q -n %sname
%patch0 -p1
install -m0644 %SOURCE1 .
install -m0644 %SOURCE2 .
%build
%make
%install
%make DESTDIR=%buildroot install
%files
%_bindir/%sname
%_datadir/%sname
%_man1dir/%sname.1*
%changelog
* Thu Dec 19 2024 Konstantin Kozoriz <kozorizki@altlinux.org> 1.8.0-alt1
- 1.8.0
* Tue Oct 31 2023 Alexey Sheplyakov <asheplyakov@altlinux.org> 1.7.1-alt2
- Build on LoongArch
* Wed Sep 29 2021 Valery Inozemtsev <shrek@altlinux.ru> 1.7.1-alt1
- 1.7-1
* Fri Sep 04 2020 Valery Inozemtsev <shrek@altlinux.ru> 1.6.2-alt1
- 1.6-2
* Wed Aug 28 2019 Valery Inozemtsev <shrek@altlinux.ru> 1.5.2-alt3
- added build for aarch64
* Wed Oct 03 2018 Valery Inozemtsev <shrek@altlinux.ru> 1.5.2-alt2
- updated build dependencies
* Mon Sep 25 2017 Valery Inozemtsev <shrek@altlinux.ru> 1.5.2-alt0.M80C.1
- backport to c8 branch
* Thu Jul 20 2017 Valery Inozemtsev <shrek@altlinux.ru> 1.5.2-alt0.M80P.1
- backport to p8 branch
* Tue Jul 18 2017 Valery Inozemtsev <shrek@altlinux.ru> 1.5.2-alt1
- 1.5-2
* Mon Mar 21 2016 Valery Inozemtsev <shrek@altlinux.ru> 1.2-alt1
- initial release