~ubuntu-branches/ubuntu/precise/terminator/precise

« back to all changes in this revision

Viewing changes to terminator.spec

  • Committer: Bazaar Package Importer
  • Author(s): Nicolas Valcárcel
  • Date: 2008-07-08 07:24:49 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080708072449-n7ey6xc46bo9lo2x
Tags: 0.9-1
New upstream release. (Closes: #489858)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Summary: Terminator, The robot future of terminals
 
2
Name: terminator
 
3
Version: 0.9
 
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
 
33
grep -v man/man1 FILELIST.tmp > FILELIST
 
34
 
 
35
%clean
 
36
%__rm -rf %{buildroot}
 
37
 
 
38
%files -f FILELIST
 
39
%defattr(-,root,root)
 
40
%doc README COPYING ChangeLog
 
41
%{_mandir}/man1/terminator.*
 
42
 
 
43
%changelog
 
44
* Fri Jul 04 2008 - chantra AatT rpm-based DdOoTt org 0.9.fc9.rb
 
45
- New upstream release
 
46
* Sat May 17 2008 - chantra AatT rpm-based DdOoTt org 0.8.1.fc9.rb
 
47
- Initial release for Fedora 9.