]> git.pld-linux.org Git - packages/fbgetty.git/blame - fbgetty.spec
- fixes to build with texinfo 7; release 6
[packages/fbgetty.git] / fbgetty.spec
CommitLineData
ce553b0b 1Summary: getty program for Linux framebuffer console
a8c70679 2Summary(pl.UTF-8): Program getty dla linuksowej konsoli z framebufferem
ce553b0b
JB
3Name: fbgetty
4Version: 0.1.698
59c56b47 5Release: 6
ce553b0b
JB
6License: GPL v2+
7Group: Applications/System
3fb27234 8Source0: http://projects.meuh.org/fbgetty/downloads/%{name}-%{version}.tar.gz
88f3b8e2 9# Source0-md5: 1705bc0f8f1e03fe50d324ba84ac4e56
ce553b0b 10Patch0: %{name}-info.patch
3fb27234 11URL: http://projects.meuh.org/fbgetty/
2e21c828 12BuildRequires: automake
ce553b0b
JB
13BuildRequires: texinfo
14Requires: login
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18fbgetty is a new getty program that supports fully capabilities of the
19Linux console. For the moment it run only under Linux.
20
21Features:
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
34b0dace
JR
29%description -l pl.UTF-8
30fbgetty to nowy program getty w pełni obsługujący możliwości
31linuksowej konsoli. Aktualnie działa tylko pod Linuksem.
ce553b0b 32
34b0dace
JR
33Moż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.
ce553b0b
JB
40
41%prep
42%setup -q
78da59d4 43%patch0 -p1
ce553b0b
JB
44
45%build
2e21c828 46cp -f /usr/share/automake/config.* config
59c56b47 47export CPPFLAGS="%{rpmcppflags} -Doffsetof=__builtin_offsetof"
ce553b0b 48%configure
ce553b0b
JB
49%{__make}
50
51%install
52rm -rf $RPM_BUILD_ROOT
53
06949251
PG
54%{__make} install \
55 DESTDIR=$RPM_BUILD_ROOT
ce553b0b
JB
56
57%clean
58rm -rf $RPM_BUILD_ROOT
59
59c56b47 60%post -p /sbin/postshell
cc4f3b27 61-/usr/sbin/fix-info-dir -c %{_infodir}
ce553b0b 62
59c56b47 63%postun -p /sbin/postshell
cc4f3b27 64-/usr/sbin/fix-info-dir -c %{_infodir}
ce553b0b
JB
65
66%files
67%defattr(644,root,root,755)
68%doc AUTHORS BUGS ChangeLog NEWS README THANKS TODO docs/*.txt
59c56b47
JB
69%attr(755,root,root) %{_sbindir}/fbgetty
70%{_mandir}/man8/fbgetty.8*
71%{_infodir}/fbgetty.info*
This page took 0.084409 seconds and 4 git commands to generate.