]> git.pld-linux.org Git - packages/conspy.git/blob - conspy.spec
- updated to 1.3
[packages/conspy.git] / conspy.spec
1 Summary:        Conspy - remote control of Linux virtual consoles
2 Summary(pl):    Conspy - zdalne sterowanie wirtualnymi konsolami Linuksa
3 Name:           conspy
4 Version:        1.3
5 Release:        0.1
6 License:        GPL
7 Group:          Applications
8 Source0:        http://ace-host.stuart.id.au/russell/files/conspy/%{name}-%{version}.tar.bz2
9 # Source0-md5:  3d018e911452850ceb08899add5adacc
10 URL:            http://ace-host.stuart.id.au/russell/files/conspy/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  ncurses-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Conspy allows a (possibly remote) user to see what is displayed on a
18 Linux virtual console, and send keystrokes to it. It only works with
19 Linux, as far as I know.
20
21 It is rather like VNC, but where VNC takes control of a GUI conspy
22 takes control of a text mode virtual console. Unlike VNC, conspy does
23 not require a server to be installed prior to being used.
24
25 %description -l pl
26 Conspy pozwala (tak¿e zdalnemu) u¿ytkownikowi patrzeæ, co jest
27 wy¶wietlane na wirtualnej konsoli Linuksa i wysy³aæ na ni± wci¶niêcia
28 klawiszy. Jak na razie dzia³a tylko z Linuksem.
29
30 Przypomina nieco VNC, ale o ile VNC przejmuje kontrolê nad
31 ¶rodowiskiem graficznym, conspy przejmuje kontrolê nad wirtualn±
32 konsol± w trybie tekstowym. W przeciwieñstwie do VNC conspy nie wymaga
33 zainstalowania serwera przed u¿ywaniem.
34
35 %prep
36 %setup -q
37
38 %build
39 %{__aclocal}
40 %{__autoconf}
41 %{__automake}
42
43 %configure \
44          CFLAGS="%{rpmcflags} -I/usr/include/ncurses"
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files
57 %defattr(644,root,root,755)
58 %doc AUTHORS ChangeLog NEWS README
59 %attr(755,root,root) %{_bindir}/conspy
60 %{_mandir}/man1/*
This page took 0.063989 seconds and 3 git commands to generate.