File conspy.spec of Package conspy
#
# spec file for package conspy
#
# Copyright (c) 2021 Walter Fey DL8FCL
#
# This file is under MIT license
Name: conspy
Version: 1.16
Release: 0
Summary: Remote control for text mode virtual consoles
License: AGPL-3.0+
Group: System/Monitoring
Url: http://sourceforge.net/projects/%{name}/files/%{name}-%{version}/%{name}-%{version}.tar.gz
Source: %{name}-%{version}.tar.gz
BuildRequires: automake
BuildRequires: ncurses-devel
%description
Conspy takes over a text mode Linux virtual console in much
the same manner as VNC allows a remote user to take over a GUI.
%prep
%setup -q
%build
autoreconf --force --install
%configure
%make_build
%install
%make_install
%files
%defattr(-,root,root)
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.gz
%changelog