SPECS: fbterm.spec (NEW) - new - I can only see colorful garbage on the screen

witekfl witekfl at pld-linux.org
Thu Dec 11 22:42:55 CET 2008


Author: witekfl                      Date: Thu Dec 11 21:42:55 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new
- I can only see colorful garbage on the screen

---- Files affected:
SPECS:
   fbterm.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/fbterm.spec
diff -u /dev/null SPECS/fbterm.spec:1.1
--- /dev/null	Thu Dec 11 22:42:55 2008
+++ SPECS/fbterm.spec	Thu Dec 11 22:42:50 2008
@@ -0,0 +1,66 @@
+# $Revision$, $Date$
+Summary:	Terminal emulator for framebuffer
+Summary(pl.UTF-8):	Emulator terminala dla framebuffera
+Name:		fbterm
+Version:	1.2
+Release:	0.1
+License:	GPL v2
+Group:		Applications/Graphics
+Source0:	http://fbterm.googlecode.com/files/%{name}-%{version}.tar.gz
+# Source0-md5:	92cc48ff42f6059722f72c62130ee97b
+URL:		http://code.google.com/p/fbterm/
+Patch0:		%{name}-header.patch
+BuildRequires:	fontconfig-devel
+BuildRequires:	freetype-devel
+BuildRequires:	libstdc++-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+FbTerm is a fast terminal emulator for linux with frame buffer device.
+Features include:
+- mostly as fast as terminal of linux kernel while accelerated
+  scrolling is enabled on framebuffer device
+- select font with fontconfig and draw text with freetype2, same as
+  Qt/Gtk+ based GUI apps
+- dynamicly create/destroy up to 10 windows initially running default
+  shell
+- record scrollback history for every window
+- auto-detect text encoding with current locale, support double width
+  scripts like Chinese, Japanese etc
+- switch between configurable additional text encodings with hot keys
+  on the fly
+- copy/past selected text between windows with mouse when gpm server
+  is running
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README 
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008/12/11 21:42:50  witekfl
+- new
+- I can only see colorful garbage on the screen
+
================================================================


More information about the pld-cvs-commit mailing list