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