]> git.pld-linux.org Git - packages/fbgetty.git/blob - fbgetty.spec
- fixes to build with texinfo 7; release 6
[packages/fbgetty.git] / fbgetty.spec
1 Summary:        getty program for Linux framebuffer console
2 Summary(pl.UTF-8):      Program getty dla linuksowej konsoli z framebufferem
3 Name:           fbgetty
4 Version:        0.1.698
5 Release:        6
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 Patch0:         %{name}-info.patch
11 URL:            http://projects.meuh.org/fbgetty/
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.UTF-8
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 %patch0 -p1
44
45 %build
46 cp -f /usr/share/automake/config.* config
47 export CPPFLAGS="%{rpmcppflags} -Doffsetof=__builtin_offsetof"
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   -p /sbin/postshell
61 -/usr/sbin/fix-info-dir -c %{_infodir}
62
63 %postun -p /sbin/postshell
64 -/usr/sbin/fix-info-dir -c %{_infodir}
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}/fbgetty
70 %{_mandir}/man8/fbgetty.8*
71 %{_infodir}/fbgetty.info*
This page took 0.048376 seconds and 4 git commands to generate.