]> git.pld-linux.org Git - packages/conspy.git/blob - conspy.spec
- converted to UTF-8
[packages/conspy.git] / conspy.spec
1 Summary:        Conspy - remote control of Linux virtual consoles
2 Summary(pl.UTF-8):   Conspy - zdalne sterowanie wirtualnymi konsolami Linuksa
3 Name:           conspy
4 Version:        1.4
5 Release:        1
6 License:        GPL v2
7 Group:          Applications
8 Source0:        http://ace-host.stuart.id.au/russell/files/conspy/%{name}-%{version}.tar.bz2
9 # Source0-md5:  73dfe14d5eb8f6351f115efbbbc4ed06
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.UTF-8
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.032422 seconds and 4 git commands to generate.