pve-spiceterm/pve-spiceterm.spec

77 lines
1.6 KiB
RPMSpec
Raw Permalink Normal View History

2016-06-09 12:49:31 +00:00
%define sname spiceterm
%define pname %sname-pve
Name: pve-%sname
Summary: SPICE Terminal Emulator
2018-11-30 09:05:28 +00:00
Version: 3.0.5
Release: alt1
2016-06-09 12:49:31 +00:00
License: GPLv2
Group: Networking/WWW
Url: https://git.proxmox.com/
Packager: Valery Inozemtsev <shrek@altlinux.ru>
ExclusiveArch: x86_64
Source0: %sname.tar.xz
2018-11-30 09:05:28 +00:00
Source1: spice-0.14.1.tar.bz2
Patch0: allow-to-set-sasl-callbacks.patch
2016-06-09 12:49:31 +00:00
2017-07-19 09:15:26 +00:00
Patch10: spiceterm-alt.patch
BuildRequires: libgio-devel libjpeg-devel liblz4-devel libogg-devel libopus-devel libpixman-devel
2018-11-30 09:05:28 +00:00
BuildRequires: libsasl2-devel libssl-devel perl-Pod-Usage spice-protocol zlib-devel libgdk-pixbuf-devel
2016-06-09 12:49:31 +00:00
%description
With spiceterm you can start commands and export its standard input and
output to any SPICE client (simulating a xterm Terminal).
%prep
2018-11-30 09:05:28 +00:00
%setup -q -n %sname -a1
2017-07-19 09:15:26 +00:00
ln -s spice-* spice
2016-06-09 12:49:31 +00:00
2017-07-19 09:15:26 +00:00
pushd spice
%patch0 -p1
popd
%patch10 -p1
2016-06-09 12:49:31 +00:00
%build
2017-07-19 09:15:26 +00:00
pushd spice
2016-06-09 12:49:31 +00:00
%autoreconf
%configure \
2017-07-19 09:15:26 +00:00
--disable-smartcard \
2018-11-30 09:05:28 +00:00
--disable-celt051 \
--enable-lz4 \
--enable-static \
2017-07-19 09:15:26 +00:00
--with-sasl
2016-06-09 12:49:31 +00:00
%make_build
popd
2017-07-19 09:15:26 +00:00
%make
2016-06-09 12:49:31 +00:00
%install
2017-07-19 09:15:26 +00:00
%make DESTDIR=%buildroot install
2016-06-09 12:49:31 +00:00
%files
%_bindir/%sname
%_man1dir/%sname.1*
%changelog
2018-11-30 09:05:28 +00:00
* Wed Nov 28 2018 Valery Inozemtsev <shrek@altlinux.ru> 3.0.5-alt1
- 3.0-5
2018-11-27 07:58:49 +00: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 09:15:26 +00:00
* Wed Jul 19 2017 Valery Inozemtsev <shrek@altlinux.ru> 3.0.4-alt1
- 3.0-4
2016-06-28 08:01:07 +00:00
* Tue Jun 28 2016 Valery Inozemtsev <shrek@altlinux.ru> 2.0-alt2
- fixed keymaps path
2016-06-09 12:49:31 +00:00
* Mon Mar 21 2016 Valery Inozemtsev <shrek@altlinux.ru> 2.0-alt1
- initial release