~gnome-terminator/terminator/gtk3

368.1.2 by Emmanuel Bretelle
Adding .spec file
1
Summary: Terminator, The robot future of terminals
2
Name: terminator
406 by Emmanuel Bretelle
porting .spec to 0.9
3
Version: 0.9
368.1.2 by Emmanuel Bretelle
Adding .spec file
4
Release: 1.fc9.rb
5
License: GPLv2+
6
Group: Terminals
7
URL: http://www.tenshu.net/terminator/
8
9
Source: http://code.launchpad.net/terminator/trunk/%{version}/+download/terminator_%{version}.tar.gz
10
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
11
BuildArch: noarch
12
BuildRequires: python-devel
13
Requires: vte, gnome-python2-gconf, GConf2
14
Packager: Emmanuel Bretelle <chantra AatT rpm-based DdOoTt org>
15
16
%description
17
Multiple GNOME terminals in one window
18
This is a project to produce an efficient way of filling a
19
large area of screen space with terminals. This is done by
20
splitting the window into a resizeable grid of terminals. As
21
such, you can  produce a very flexible arrangements of terminals
22
for different tasks.
23
24
%prep
25
%setup -q -n %{name}-%{version}
26
27
%build
28
%__python setup.py build
29
30
%install
31
%__rm -rf %{buildroot}
32
%__python setup.py install --root=%{buildroot} --record=FILELIST.tmp
428 by Emmanuel Bretelle
fixes .spec
33
grep -v man/man FILELIST.tmp > FILELIST
368.1.2 by Emmanuel Bretelle
Adding .spec file
34
35
%clean
36
%__rm -rf %{buildroot}
37
38
%files -f FILELIST
39
%defattr(-,root,root)
40
%doc README COPYING ChangeLog
428 by Emmanuel Bretelle
fixes .spec
41
%doc %{_mandir}/man1/terminator.*
42
%doc %{_mandir}/man5/terminator_config.*
43
44
%post
45
touch --no-create  %{_datadir}/icons/hicolor ||:
46
gtk-update-icon-cache -q %{_datadir}/icons/hicolor &> /dev/null ||:
47
update-desktop-database &> /dev/null ||:
48
49
%postun
50
touch --no-create  %{_datadir}/icons/hicolor ||:
51
gtk-update-icon-cache -q %{_datadir}/icons/hicolor &> /dev/null ||:
52
update-desktop-database &> /dev/null ||:
368.1.2 by Emmanuel Bretelle
Adding .spec file
53
54
%changelog
428 by Emmanuel Bretelle
fixes .spec
55
* Fri Jul 08 2008 - chantra AatT rpm-based DdOoTt org 0.9.fc9.rb
406 by Emmanuel Bretelle
porting .spec to 0.9
56
- New upstream release
368.1.2 by Emmanuel Bretelle
Adding .spec file
57
* Sat May 17 2008 - chantra AatT rpm-based DdOoTt org 0.8.1.fc9.rb
58
- Initial release for Fedora 9.