1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
Summary: Remote control for text mode virtual consoles
Name: conspy
Version: 1.8
Release: 1ras
Distribution: RedHat 7.2 Contrib
Group: Applications/System
License: EPL
Packager: Russell Stuart <russell-rpm@stuart.id.au>
Vendor: Russell Stuart <russell-conspy@stuart.id.au>
Url: http://www.stuart.id.au/russell/files/%{name}/%{name}-%{version}.tar.gz
Source: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-root
%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
%build
aclocal-1.10
automake-1.10 --foreign --add-missing --copy
autoconf
%configure
make
%install
rm -rf %{buildroot}
%makeinstall
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
%{_bindir}/conspy
%doc %{_mandir}/man1/*
%changelog
* Sun Jan 19 2006 Russell Stuart <russell-rpm@stuart.id.au>
- New upstream release.
* Sun Jan 9 2006 Russell Stuart <russell-rpm@stuart.id.au>
- New upstream release.
* Sun Jan 1 2006 Russell Stuart <russell-rpm@stuart.id.au>
- New upstream release.
* Wed May 21 2003 Russell Stuart <russell-rpm@stuart.id.au>
- Initial RPM
|