]> git.pld-linux.org Git - packages/getty_ps.git/blob - getty_ps.spec
misc changes
[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:        6
9 Group:          Utilities/System
10 Group(pl):      Narzêdzia/System
11 Copyright:      Distributable - Copyright 1989,1990 by Paul Sutcliffe Jr.
12 URL:            ftp://tsx-11.mit.edu/pub/linux/sources/sbin
13 Source:         %{name}-%{version}.tar.gz
14 Patch0:         getty_ps-misc.patch
15 BuildRoot:      /tmp/%{name}-%{version}-root
16
17 %description
18 getty and uugetty are used to accept logins on the console or
19 a terminal.  They can handle answer a modem for dialup connections
20 (although mgetty is recommended for that purpose).
21
22 %description -l de
23 getty und uugetty werden zum Akzeptieren von Logins auf der Konsole
24 oder einem Terminal verwendet und können ein Modem für Anwähl-
25 Verbindungen verwenden (wir empfehlen dafür allerdings mgetty).
26
27 %description -l fr
28 Getty et uugetty sont utilisés pour accepter les connexions sur la
29 console ou sur un terminal. Ils peuvent aussi prendre en charge un
30 modem pour une connexion par téléphone (bien que mgetty soit
31 recommandé pour cet usage.
32
33 %description -l pl
34 Programy getty i uugetty s± u¿ywane do kontroli logowania na terminalu lub
35 konsoli. Mog± odpowiedzieæ na ¿±danie modemu podczas po³±czenia dialup.
36 (W tym wypadku jednak mgetty jest polecane w miejsce getty_ps)
37
38 %description -l tr
39 getty ve uugetty konsol veya terminalerde sisteme giriþ sürecini baþlatmakta
40 kullanýlýr. Ayný zamanda çevirmeli að tipi baðlantýlar için modeme yanýt
41 verme özelliklerine de sahiptirler (ama bunun için mgetty daha kullanýþlýdýr).
42
43 %prep
44 %setup -q
45 %patch -p1 
46
47 %build
48 # clean this ...
49 make clean
50
51 make OPT="$RPM_OPT_FLAGS"
52
53 %install
54 rm -rf $RPM_BUILD_ROOT
55 install -d $RPM_BUILD_ROOT/{sbin,usr/share/man/man{1,5},etc}
56
57 TOPDIR=$RPM_BUILD_ROOT make install
58
59 echo ".so getty.1" > $RPM_BUILD_ROOT%{_mandir}/man1/uugetty.1
60
61 install Examples/gettydefs.high-speed $RPM_BUILD_ROOT/etc/gettydefs
62
63 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man{1,5}/* Examples/default/* \
64             ANNOUNCE README*
65
66 %clean
67 rm -rf $RPM_BUILD_ROOT
68
69 %files
70 %defattr(644,root,root,755)
71 %doc Examples/default/* ANNOUNCE.gz README*
72
73 %config(missingok) %verify(not mtime size md5) /etc/gettydefs
74
75 %attr(755,root,root) /sbin/*
76 %{_mandir}/man[15]/*
77
78 %changelog
79 * Sat Dec 19 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
80   [2.0.7j-5]
81 - changed permission on /var/log/getty.log to 600,
82 - added gzipping man pages,
83 - added using LDFLAGS="-s" to ./configure enviroment,
84 - added getty_ps-ncurses.patch for compiling getty_ps against ncurses,
85 - added using $RPM_OPT_FLAGS during compile.
86
87 * Tue Oct 06 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
88 - adde pl translation,
89 - major modifications of the spec file. 
This page took 0.055741 seconds and 4 git commands to generate.