]> git.pld-linux.org Git - packages/fbterm.git/blob - fbterm.spec
- updated for 1.3
[packages/fbterm.git] / fbterm.spec
1 Summary:        Terminal emulator for framebuffer
2 Summary(pl.UTF-8):      Emulator terminala dla framebuffera
3 Name:           fbterm
4 Version:        1.3
5 Release:        0.2
6 License:        GPL v2
7 Group:          Applications/Graphics
8 Source0:        http://fbterm.googlecode.com/files/%{name}-%{version}.tar.gz
9 # Source0-md5:  12f52f60390576866ce9f7696779050d
10 URL:            http://code.google.com/p/fbterm/
11 BuildRequires:  fontconfig-devel
12 BuildRequires:  freetype-devel
13 BuildRequires:  libstdc++-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 FbTerm is a fast terminal emulator for linux with frame buffer device.
18 Features include:
19 - mostly as fast as terminal of linux kernel while accelerated
20   scrolling is enabled on framebuffer device
21 - select font with fontconfig and draw text with freetype2, same as
22   Qt/Gtk+ based GUI apps
23 - dynamicly create/destroy up to 10 windows initially running default
24   shell
25 - record scrollback history for every window
26 - auto-detect text encoding with current locale, support double width
27   scripts like Chinese, Japanese etc
28 - switch between configurable additional text encodings with hot keys
29   on the fly
30 - copy/past selected text between windows with mouse when gpm server
31   is running
32
33 %prep
34 %setup -q
35
36 %build
37 %configure
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %post -p /sbin/postshell
49 -/sbin/setcap 'cap_sys_tty_config+ep' /usr/bin/fbterm
50
51 %files
52 %defattr(644,root,root,755)
53 %doc AUTHORS ChangeLog NEWS README 
54 %attr(755,root,root) %{_bindir}/*
55 %{_mandir}/man1/*
This page took 0.130013 seconds and 3 git commands to generate.