]> git.pld-linux.org Git - packages/mingetty.git/blob - mingetty.spec
- added using %%{__make} macro.
[packages/mingetty.git] / mingetty.spec
1 Summary:        a compact, console-only getty
2 Summary(de):    ein kompaktes, auf Konsolen beschränktes GETTY 
3 Summary(fr):    getty compact, uniquement pour la console
4 Summary(pl):    Ma³y getty - tylko na konsolê (minimal getty)
5 Summary(tr):    Ufak bir getty
6 Name:           mingetty
7 Version:        0.9.4
8 Release:        12
9 License:        GPL
10 Group:          Utilities/System
11 Group(pl):      Narzêdzia/System
12 Source0:        ftp://jurix.jura.uni-sb.de/pub/linux/source/system/daemons/%{name}-%{version}.tar.gz
13 Patch0:         mingetty-misc.patch
14 Patch1:         mingetty-current-time.patch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %define         _exec_prefix    /
18
19 %description
20 mingetty, by Florian La Roche, is a lightweight, minimalist getty for
21 use on virtual consoles only. mingetty is not suitable for serial
22 lines (the author recommends using `mgetty' for that purpose).
23
24 %description -l de
25 mingetty von Florian La Roche ist ein kleiner, minimalistischer getty
26 für die Verwendung an virtuellen Konsolen. Er ist nicht für serielle
27 Leitungen geeignet (der Autor empfiehlt für diesen Zweck`mgetty').
28
29 %description -l fr
30 mingetty, de Florian La Roche, est un getty réduit et allégé pour
31 console virtuelle uniquement. mingetty n'est pas adapté pour les
32 lignes série (l'auteur recommande d'utiliser `mgetty' pour cet usage).
33
34 %description -l pl 
35 Mingetty - Floriana La Roche, jest minimalnym getty do u¿ytku na
36 wirtualnej konsoli. Mingetty nie obs³uguje portów szeregowych.
37
38 %description -l tr
39 Bu pakette seri baðlantý üzerinden sisteme giriþe olanak veren, akýllý
40 bir getty sürümü bulunur. Otomatik arama ve faks desteði içerir
41 (saðladýðý fax desteðinin tam olarak kullanýlabilmesi için
42 mgetty-sendfax paketi gerekir).
43
44 %prep
45 %setup -q
46 %patch0 -p1
47 %patch1 -p1
48
49 %build
50 %{__make} OPT="$RPM_OPT_FLAGS"
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54 install -d $RPM_BUILD_ROOT{%{_mandir}/man8,%{_sbindir}}
55 install -s mingetty $RPM_BUILD_ROOT%{_sbindir}
56
57 install *.8 $RPM_BUILD_ROOT%{_mandir}/man8
58
59 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man8/* ANNOUNCE
60
61 %clean
62 rm -rf $RPM_BUILD_ROOT
63
64 %files
65 %defattr(644,root,root,755)
66 %doc ANNOUNCE.gz
67
68 %attr(755,root,root) %{_sbindir}/mingetty
69
70 %{_mandir}/man8/*
This page took 0.099172 seconds and 3 git commands to generate.