fbterm-vl.spec 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. Summary: A fast FrameBuffer based TERMinal emulator for linux
  2. Summary(ja): 高速なフレームバッファベースのターミナルエミュレータ
  3. Name: fbterm
  4. Version: 1.4
  5. Release: 1%{?_dist_release}
  6. License: GPLv2+
  7. Group: Applications/System
  8. Source0: http://fbterm.googlecode.com/files/%name-%version.tar.gz
  9. Patch1: fbterm-1.4-antialias.patch
  10. URL: http://code.google.com/p/fbterm/
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  12. BuildRequires: freetype2-devel
  13. BuildRequires: fontconfig-devel
  14. %description
  15. FbTerm is a fast terminal emulator for linux with frame buffer. Features
  16. include:
  17. * mostly as fast as terminal of linux kernel while accelerated scrolling
  18. is enabled on framebuffer device
  19. * select font with fontconfig and draw text with freetype2, same as
  20. Qt/Gtk+ based GUI apps
  21. * dynamicly create/destroy up to 10 windows initially running default
  22. shell
  23. * record scrollback history for every window
  24. * auto-detect text encoding with current locale, support double width
  25. scripts like Chinese, Japanese etc
  26. * switch between configurable additional text encodings with hot keys on
  27. the fly
  28. * copy/past selected text between windows with mouse when gpm server is
  29. running
  30. %prep
  31. %setup -q
  32. %patch1 -p1
  33. %build
  34. %configure
  35. %__make %{?_smp_mflags}
  36. %install
  37. rm -rf $RPM_BUILD_ROOT
  38. %__make install DESTDIR=$RPM_BUILD_ROOT
  39. %clean
  40. rm -rf $RPM_BUILD_ROOT
  41. %files
  42. %defattr(-, root, root)
  43. %doc AUTHORS ChangeLog README
  44. %{_bindir}/*
  45. %{_mandir}/man1/*
  46. %changelog
  47. * Sat Apr 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4-1
  48. - new upstream release
  49. - add patch1 to use antialiased font.
  50. * Tue Jan 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3-1
  51. - new upstream release
  52. * Fri Sep 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1-1
  53. - initial build for Vine Linux
  54. * Sat Aug 23 2008 Funda Wang <fundawang@mandriva.org> 1.1-1mdv2009.0
  55. + Revision: 275412
  56. - import fbterm