]> git.pld-linux.org Git - packages/getty_ps.git/blob - getty_ps.spec
0acd782d62a78bf4353013ca138cf4e1a084a3ac
[packages/getty_ps.git] / getty_ps.spec
1 Summary:        getty and uugetty
2 Summary(de):    getty und uugetty
3 Summary(fr):    getty et uugetty
4 Summary(pl):    getty i uugetty
5 Summary(tr):    getty ve uugetty
6 Name:           getty_ps
7 Version:        2.0.7j
8 Release:        10
9 Group:          Applications/System
10 Group(de):      Applikationen/System
11 Group(pl):      Aplikacje/System
12 Copyright:      Distributable - Copyright 1989,1990 by Paul Sutcliffe Jr.
13 URL:            ftp://tsx-11.mit.edu/pub/linux/sources/sbin
14 Source0:        %{name}-%{version}.tar.gz
15 Patch0:         %{name}-misc.patch
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 getty and uugetty are used to accept logins on the console or a
20 terminal. They can handle answer a modem for dialup connections
21 (although mgetty is recommended for that purpose).
22
23 %description -l de
24 getty und uugetty werden zum Akzeptieren von Logins auf der Konsole
25 oder einem Terminal verwendet und können ein Modem für Anwähl-
26 Verbindungen verwenden (wir empfehlen dafür allerdings mgetty).
27
28 %description -l fr
29 Getty et uugetty sont utilisés pour accepter les connexions sur la
30 console ou sur un terminal. Ils peuvent aussi prendre en charge un
31 modem pour une connexion par téléphone (bien que mgetty soit
32 recommandé pour cet usage.
33
34 %description -l pl
35 Programy getty i uugetty s± u¿ywane do kontroli logowania na terminalu
36 lub konsoli. Mog± odpowiedzieæ na ¿±danie modemu podczas po³±czenia
37 dialup. (W tym wypadku jednak mgetty jest polecane w miejsce getty_ps)
38
39 %description -l tr
40 getty ve uugetty konsol veya terminalerde sisteme giriþ sürecini
41 baþlatmakta kullanýlýr. Ayný zamanda çevirmeli að tipi baðlantýlar
42 için modeme yanýt verme özelliklerine de sahiptirler (ama bunun için
43 mgetty daha kullanýþlýdýr).
44
45 %prep
46 %setup -q
47 %patch -p1 
48
49 %build
50 # clean this ...
51 %{__make} clean
52
53 %{__make} OPT="%{rpmcflags}" LIBS="-lncurses"
54
55 %install
56 rm -rf $RPM_BUILD_ROOT
57 install -d $RPM_BUILD_ROOT/{sbin,usr/share/man/man{1,5},etc}
58
59 TOPDIR=$RPM_BUILD_ROOT make install
60
61 echo ".so getty.1" > $RPM_BUILD_ROOT%{_mandir}/man1/uugetty.1
62
63 install Examples/gettydefs.high-speed $RPM_BUILD_ROOT%{_sysconfdir}/gettydefs
64
65 gzip -9nf Examples/default/* ANNOUNCE README*
66
67 %clean
68 rm -rf $RPM_BUILD_ROOT
69
70 %files
71 %defattr(644,root,root,755)
72 %doc Examples/default/* ANNOUNCE.gz README*
73
74 %config(missingok) %verify(not mtime size md5) %{_sysconfdir}/gettydefs
75
76 %attr(755,root,root) /sbin/*
77 %{_mandir}/man[15]/*
This page took 0.052782 seconds and 2 git commands to generate.