]> git.pld-linux.org Git - packages/fbgetty.git/blob - fbgetty.spec
- new
[packages/fbgetty.git] / fbgetty.spec
1 Summary:        getty program for Linux framebuffer console
2 Summary(pl):    Program getty dla linuksowej konsoli z framebufferem
3 Name:           fbgetty
4 Version:        0.1.698
5 Release:        1
6 License:        GPL v2+
7 Group:          Applications/System
8 Source0:        http://fbgetty.meuh.eu.org/downloads/%{name}-%{version}.tar.gz
9 Patch0:         %{name}-info.patch
10 URL:            http://fbgetty.meuh.eu.org/
11 BuildRequires:  texinfo
12 Requires:       login
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 fbgetty is a new getty program that supports fully capabilities of the
17 Linux console. For the moment it run only under Linux.
18
19 Features:
20 - extended issue display (escape codes, shell variables)
21 - framebuffer support (display logo) [not yet]
22 - refresh issue when VT is activated (time, user, uptime)
23 - display date/time according to locale
24 - display the output of any program
25 - include many files in issue
26
27 %description -l pl
28 fbgetty to nowy program getty w pe³ni obs³uguj±cy mo¿liwo¶ci
29 linuksowej konsoli. Aktualnie dzia³a tylko pod Linuksem.
30
31 Mo¿liwo¶ci:
32 - wy¶wietlanie rozszerzonego issue (kody specjalne, zmienne pow³oki)
33 - obs³uga framebuffera (wy¶wietlanie logo) [jeszcze nie dzia³a]
34 - od¶wie¿anie przy aktywacji VT (czas, liczba u¿ytkowników, uptime)
35 - wy¶wietlanie daty i czasu zgodnie z ustawieniami lokalnymi
36 - wy¶wietlanie wyj¶cia dowolnego programu
37 - do³±czanie wielu plików do issue.
38
39 %prep
40 %setup -q
41 %patch -p1
42
43 %build
44 %configure
45
46 %{__make}
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50
51 %{__make} install DESTDIR=$RPM_BUILD_ROOT
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %post
57 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
58
59 %postun
60 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
61
62 %files
63 %defattr(644,root,root,755)
64 %doc AUTHORS BUGS ChangeLog NEWS README THANKS TODO docs/*.txt
65 %attr(755,root,root) %{_sbindir}/*
66 %{_mandir}/man8/*
67 %{_infodir}/*.info*
This page took 0.059323 seconds and 3 git commands to generate.