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