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