]> git.pld-linux.org Git - packages/mingetty.git/blob - mingetty.spec
3a021903b3f29e6d66395ddbd2efec1ec4684ae0
[packages/mingetty.git] / mingetty.spec
1 Summary:        a compact, console-only getty
2 Summary(de):    ein kompaktes, auf Konsolen beschränktes GETTY
3 Summary(es):    Un getty compacto, que sólo funciona en la consola
4 Summary(fr):    getty compact, uniquement pour la console
5 Summary(pl):    Ma³y getty - tylko na konsolê (minimal getty)
6 Summary(pt_BR): Um getty compacto, que só funciona na console
7 Summary(tr):    Ufak bir getty
8 Name:           mingetty
9 Version:        0.9.4
10 License:        GPL
11 Release:        19
12 Group:          Applications/System
13 Source0:        ftp://jurix.jura.uni-sb.de/pub/linux/source/system/daemons/%{name}-%{version}.tar.gz
14 Patch0:         %{name}-misc.patch
15 Patch1:         %{name}-current-time.patch
16 Patch2:         %{name}-mono-console.patch
17 Patch3:         %{name}-remote.patch
18 Patch4:         %{name}-fgetc.patch
19 Patch5:         %{name}-autologin.patch
20 Patch6:         %{name}-autologin-remove-restrictions.patch
21 Patch7:         %{name}-syslog.patch
22 Patch8:         %{name}-manpage.patch
23 Patch9:         %{name}-s390.patch
24 Requires:       login
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %define         _exec_prefix    /
28
29 %description
30 mingetty, by Florian La Roche, is a lightweight, minimalist getty for
31 use on virtual consoles only. mingetty is not suitable for serial
32 lines (the author recommends using `mgetty' for that purpose).
33
34 %description -l de
35 mingetty von Florian La Roche ist ein kleiner, minimalistischer getty
36 für die Verwendung an virtuellen Konsolen. Er ist nicht für serielle
37 Leitungen geeignet (der Autor empfiehlt für diesen Zweck`mgetty').
38
39 %description -l es
40 mingetty, de Florian La Roche, es un ligero y pequeño getty para usar
41 solamente en pantallas virtuales. Mingetty no es apropiado para líneas
42 seriales (el autor recomienda el uso de "mgetty" para este propósito.
43
44 %description -l fr
45 mingetty, de Florian La Roche, est un getty réduit et allégé pour
46 console virtuelle uniquement. mingetty n'est pas adapté pour les
47 lignes série (l'auteur recommande d'utiliser `mgetty' pour cet usage).
48
49 %description -l pl
50 Mingetty - Floriana La Roche, jest minimalnym getty do u¿ytku na
51 wirtualnej konsoli. Mingetty nie obs³uguje portów szeregowych.
52
53 %description -l pt_BR
54 mingetty, de Florian La Roche, é um leve e pequeno getty para usar
55 somente em consoles virtuais. Mingetty não é apropriado para linhas
56 seriais (o autor recomenda o uso de "mgetty" para este propósito.
57
58 %description -l tr
59 Bu pakette seri baðlantý üzerinden sisteme giriþe olanak veren, akýllý
60 bir getty sürümü bulunur. Otomatik arama ve faks desteði içerir
61 (saðladýðý fax desteðinin tam olarak kullanýlabilmesi için
62 mgetty-sendfax paketi gerekir).
63
64 %prep
65 %setup -q
66 %patch0 -p1
67 %patch1 -p1
68 %patch2 -p1
69 %patch3 -p1
70 %patch4 -p1
71 %patch5 -p1
72 %patch6 -p1
73 %patch7 -p1
74 %patch8 -p1
75 %patch9 -p1
76
77 %build
78 %{__make} OPT="%{rpmcflags}" CC=%{__cc}
79
80 %install
81 rm -rf $RPM_BUILD_ROOT
82 install -d $RPM_BUILD_ROOT{%{_mandir}/man8,%{_sbindir}}
83
84 install mingetty $RPM_BUILD_ROOT%{_sbindir}
85
86 install *.8 $RPM_BUILD_ROOT%{_mandir}/man8
87
88 %clean
89 rm -rf $RPM_BUILD_ROOT
90
91 %files
92 %defattr(644,root,root,755)
93 %doc ANNOUNCE
94 %attr(755,root,root) %{_sbindir}/mingetty
95 %{_mandir}/man8/*
This page took 0.065973 seconds and 2 git commands to generate.