]> git.pld-linux.org Git - packages/getty_ps.git/blob - getty_ps.spec
- removed spaces from %attr macros parameters.
[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:     5
9 Group:       Utilities/System
10 Copyright:   Distributable - Copyright 1989,1990 by Paul Sutcliffe Jr.
11 Source:      ftp://tsx-11.mit.edu/pub/linux/sources/sbin/%{name}-%{version}.tar.gz
12 Patch0:      getty_ps-make.patch
13 Patch1:      getty_ps-jpm.patch
14 Patch2:      getty_ps-pipe.patch
15 Patch3:      getty_ps-glibc.patch
16 Patch4:      getty_ps-signal.patch
17 Patch5:      getty_ps-ncurses.patch
18 Buildroot:   /tmp/%{name}-%{version}-%{release}-root
19
20 %description
21 getty and uugetty are used to accept logins on the console or
22 a terminal.  They can handle answer a modem for dialup connections
23 (although mgetty is recommended for that purpose).
24
25 %description -l de
26 getty und uugetty werden zum Akzeptieren von Logins auf der Konsole
27 oder einem Terminal verwendet und können ein Modem für Anwähl-
28 Verbindungen verwenden (wir empfehlen dafür allerdings mgetty).
29
30 %description -l fr
31 Getty et uugetty sont utilisés pour accepter les connexions sur la
32 console ou sur un terminal. Ils peuvent aussi prendre en charge un
33 modem pour une connexion par téléphone (bien que mgetty soit
34 recommandé pour cet usage.
35
36 %description -l pl
37 Programy getty i uugetty s± u¿ywane do kontroli logowania na terminalu lub
38 konsoli. Mog± odpowiedzieæ na ¿±danie modemu podczas po³±czenia dialup.
39 (W tym wypadku jednak mgetty jest polecane w miejsce getty_ps)
40
41 %description -l tr
42 getty ve uugetty konsol veya terminalerde sisteme giriþ sürecini baþlatmakta
43 kullanýlýr. Ayný zamanda çevirmeli að tipi baðlantýlar için modeme yanýt
44 verme özelliklerine de sahiptirler (ama bunun için mgetty daha kullanýþlýdýr).
45
46 %prep
47 %setup -q
48 %patch0 -p1 -b .make
49 %patch1 -p1 -b .jpm
50 %patch2 -p1 -b .pipe
51 %patch3 -p1 -b .noglibc
52 %patch4 -p1 -b .signal
53 %patch5 -p1 -b .ncurses
54
55 %build
56 make clean
57 make
58
59 %install
60 rm -rf $RPM_BUILD_ROOT
61 install -d $RPM_BUILD_ROOT/{sbin,usr/man/{man1,man5},etc,var/log}
62
63 TOPDIR=$RPM_BUILD_ROOT make install
64
65 echo ".so getty.1" > $RPM_BUILD_ROOT%{_mandir}/man1/uugetty.1
66 install Examples/gettydefs.high-speed $RPM_BUILD_ROOT/etc/gettydefs
67 touch $RPM_BUILD_ROOT/var/log/getty.log
68
69 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man{1,5}/*
70
71 %clean
72 rm -rf $RPM_BUILD_ROOT
73
74 %files
75 %defattr(644,root,root,755)
76 %doc Examples ANNOUNCE README.linux README.2.0.7j README.hi-speed
77 %config(missingok) %verify(not mtime size md5) /etc/gettydefs
78 %attr(755,root,root) /sbin/*
79 %{_mandir}/man[15]/*
80 %attr(600,root,  man) %ghost /var/log/getty.log
81
82 %changelog
83 * Sat Dec 19 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
84   [2.0.7j-5]
85 - changed permission on /var/log/getty.log to 600,
86 - added gzipping man pages,
87 - added using LDFLAGS="-s" to ./configure enviroment,
88 - added getty_ps-ncurses.patch for compiling getty_ps against ncurses,
89 - added using $RPM_OPT_FLAGS during compile.
90
91 * Tue Oct 06 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
92 - adde pl translation,
93 - major modifications of the spec file. 
94
95 * Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com>
96 - rebuilt to include doco.
97
98 * Thu May 07 1998 Prospector System <bugs@redhat.com>
99 - translations modified for de, fr, tr
100
101 * Wed Mar 26 1997 Erik Troan <ewt@redhat.com>
102 - Ported to glibc (I don't know where the last glibc package came from)
103 - Rebuilt because it was last built against some broken SPARC headers. 
This page took 0.068463 seconds and 3 git commands to generate.