]> git.pld-linux.org Git - packages/termit.git/blame - termit.spec
- icon for termit taken from wikipedia and adjusted
[packages/termit.git] / termit.spec
CommitLineData
952562f0 1Summary: TermIt - terminal emulator based on the vte library
2Summary(pl.UTF-8): TermIt - emulator terminala oparty na bibliotece vte
3Name: termit
4Version: 1.0.1
5Release: 0.1
6License: GPL v2
7Group: X11/Applications
8Source0: http://termit.googlecode.com/files/%{name}-%{version}.tar.gz
9# Source0-md5: 975fc6cbfbe59e81813a98ae03cf7108
10URL: http://code.google.com/p/termit/wiki/TermIt
11BuildRequires: autoconf
12BuildRequires: automake
13BuildRequires: gettext-devel
14BuildRequires: vte-devel
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18TermIt - simple terminal emulator based on vte library. Features:
19 - tabs
20 - bookmarks
21 - changing tab name
22 - changing font for tabs
23 - encodings (all available from GTK2)
24
25Configuration can be changed via $HOME/.termit file (example is
26provided).
27
28%description -l pl.UTF-8
29TermIt - prosty emulator terminala oparty na bibliotece vte. Zawiera:
30 - karty
31 - zakładki
32 - możliwość zmiany nazw kart
33 - możliwość zmiany fontów kart
34 - obsługa wszystki kodowań znaków z GTK2
35
36konfiguracja może być zmieniana przez plik $HOME/.termit (przykład
37znajduje się w dokumentacji).
38
39%prep
40%setup -q
41
42%build
43%{__gettextize}
44%{__aclocal}
45%{__autoconf}
46%{__autoheader}
47%{__automake}
48%configure
49%{__make}
50
51%install
52rm -rf $RPM_BUILD_ROOT
53
54%{__make} install \
55 DESTDIR=$RPM_BUILD_ROOT
56
57%find_lang %{name} --with-gnome
58
59%clean
60rm -rf $RPM_BUILD_ROOT
61
62%files -f %{name}.lang
63%defattr(644,root,root,755)
64%doc AUTHORS ChangeLog NEWS README doc/termit.example
65%attr(755,root,root) %{_bindir}/*
This page took 0.06055 seconds and 4 git commands to generate.