]> git.pld-linux.org Git - packages/fbterm.git/blame - fbterm.spec
- rebuild for x32
[packages/fbterm.git] / fbterm.spec
CommitLineData
b5582605 1Summary: Terminal emulator for framebuffer
2Summary(pl.UTF-8): Emulator terminala dla framebuffera
3Name: fbterm
32510c69 4Version: 1.7
65e921ef 5Release: 3
b5582605 6License: GPL v2
7Group: Applications/Graphics
8Source0: http://fbterm.googlecode.com/files/%{name}-%{version}.tar.gz
32510c69 9# Source0-md5: e882c4cb38e7e46ce4378203509c552f
10Patch0: %{name}-font-lang.patch
619c17f4 11Patch1: 0001-Fix-build-with-gcc-6.patch
b5582605 12URL: http://code.google.com/p/fbterm/
a93ab4ab 13BuildRequires: autoconf
14BuildRequires: automake
b5582605 15BuildRequires: fontconfig-devel
16BuildRequires: freetype-devel
0545bee2 17BuildRequires: gpm-devel
b5582605 18BuildRequires: libstdc++-devel
a93ab4ab 19BuildRequires: libtool
ea5e7ac4 20BuildRequires: ncurses
6da30563 21BuildRequires: pkgconfig
b5582605 22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
25FbTerm is a fast terminal emulator for linux with frame buffer device.
26Features include:
27- mostly as fast as terminal of linux kernel while accelerated
28 scrolling is enabled on framebuffer device
29- select font with fontconfig and draw text with freetype2, same as
30 Qt/Gtk+ based GUI apps
31- dynamicly create/destroy up to 10 windows initially running default
32 shell
33- record scrollback history for every window
34- auto-detect text encoding with current locale, support double width
35 scripts like Chinese, Japanese etc
36- switch between configurable additional text encodings with hot keys
37 on the fly
38- copy/past selected text between windows with mouse when gpm server
39 is running
40
de95c17e 41%description -l pl.UTF-8
42FbTerm jest szybkim emulatorem terminala działającym na linuksowym
43framebufferze. Jego cechy to:
44- prawie tak szybki jak terminal kernelowy, gdy akcelerowane
45 przewijanie jest włączone
46- wybór czcionki przez fontconfig i jej wyświetlanie przy użyciu
47 freetype2, tak jak w aplikacjach Qt/Gtk+
48- dynamiczne tworzenie/kasowanie do 10 okien z domyślną powłoką
49- zapamiętywanie historii przewijania dla każdego okna
50- autodetekcja kodowania tekstu, wsparcie dla znaków podwójnej
51 szerokości jak chińskie czy japońskie, itd.
52- przełączanie pomiędzy konfigurowalnymi dodatkowymi kodowaniami
53 tekstu w locie przy użyciu klawiszy skrótu
54- kopiowanie/wstawianie zaznaczonego tekstu pomiędzy oknami przy
55 użyciu myszy, gdy serwer gpm jest uruchomiony
56
b5582605 57%prep
58%setup -q
a93ab4ab 59%patch0 -p1
619c17f4 60%patch1 -p1
b5582605 61
62%build
a93ab4ab 63%{__libtoolize}
64%{__aclocal}
65%{__autoconf}
66%{__autoheader}
67%{__automake}
b5582605 68%configure
69%{__make}
70
71%install
72rm -rf $RPM_BUILD_ROOT
73%{__make} install \
74 DESTDIR=$RPM_BUILD_ROOT
75
76%clean
77rm -rf $RPM_BUILD_ROOT
78
6c5efb91 79%post -p /sbin/postshell
6da30563 80-/sbin/setcap 'cap_sys_tty_config+ep' %{_bindir}/fbterm
6c5efb91 81
b5582605 82%files
83%defattr(644,root,root,755)
6da30563 84%doc AUTHORS ChangeLog NEWS README
b5582605 85%attr(755,root,root) %{_bindir}/*
86%{_mandir}/man1/*
This page took 0.071966 seconds and 4 git commands to generate.