]> git.pld-linux.org Git - packages/fbgetty.git/commitdiff
- new
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 1 Nov 2002 17:08:36 +0000 (17:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fbgetty-info.patch -> 1.1
    fbgetty.spec -> 1.1

fbgetty-info.patch [new file with mode: 0644]
fbgetty.spec [new file with mode: 0644]

diff --git a/fbgetty-info.patch b/fbgetty-info.patch
new file mode 100644 (file)
index 0000000..f83bdeb
--- /dev/null
@@ -0,0 +1,14 @@
+--- fbgetty-0.1.698/docs/fbgetty.texi.orig     Sat Jul 21 21:55:23 2001
++++ fbgetty-0.1.698/docs/fbgetty.texi  Fri Nov  1 17:47:41 2002
+@@ -7,9 +7,9 @@
+ @include version.texi
+-@dircategory Console Tools
++@dircategory Miscellaneous:
+ @direntry
+-* fbgetty: (fbgetty).         A linux specific getty program
++* fbgetty: (fbgetty).                 A linux specific getty program
+ @end direntry
+ @ifinfo
diff --git a/fbgetty.spec b/fbgetty.spec
new file mode 100644 (file)
index 0000000..9376345
--- /dev/null
@@ -0,0 +1,67 @@
+Summary:       getty program for Linux framebuffer console
+Summary(pl):   Program getty dla linuksowej konsoli z framebufferem
+Name:          fbgetty
+Version:       0.1.698
+Release:       1
+License:       GPL v2+
+Group:         Applications/System
+Source0:       http://fbgetty.meuh.eu.org/downloads/%{name}-%{version}.tar.gz
+Patch0:                %{name}-info.patch
+URL:           http://fbgetty.meuh.eu.org/
+BuildRequires: texinfo
+Requires:      login
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+fbgetty is a new getty program that supports fully capabilities of the
+Linux console. For the moment it run only under Linux.
+
+Features:
+- extended issue display (escape codes, shell variables)
+- framebuffer support (display logo) [not yet]
+- refresh issue when VT is activated (time, user, uptime)
+- display date/time according to locale
+- display the output of any program
+- include many files in issue
+
+%description -l pl
+fbgetty to nowy program getty w pe³ni obs³uguj±cy mo¿liwo¶ci
+linuksowej konsoli. Aktualnie dzia³a tylko pod Linuksem.
+
+Mo¿liwo¶ci:
+- wy¶wietlanie rozszerzonego issue (kody specjalne, zmienne pow³oki)
+- obs³uga framebuffera (wy¶wietlanie logo) [jeszcze nie dzia³a]
+- od¶wie¿anie przy aktywacji VT (czas, liczba u¿ytkowników, uptime)
+- wy¶wietlanie daty i czasu zgodnie z ustawieniami lokalnymi
+- wy¶wietlanie wyj¶cia dowolnego programu
+- do³±czanie wielu plików do issue.
+
+%prep
+%setup -q
+%patch -p1
+
+%build
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
+
+%postun
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS BUGS ChangeLog NEWS README THANKS TODO docs/*.txt
+%attr(755,root,root) %{_sbindir}/*
+%{_mandir}/man8/*
+%{_infodir}/*.info*
This page took 0.104946 seconds and 4 git commands to generate.