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