Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > e87699ac5efc5f20a678634a2cd82b63 > files > 2

terminator-0.96-4.mga3.src.rpm

%define name	terminator
%define version 0.96
%define release %mkrel 4

Summary:	A simple way to run multiple terminals in a single window
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	http://launchpad.net/terminator/trunk/%{version}/+download/%{name}_%{version}.tar.gz
Patch0:		desktop-unity-0.96.patch
License:	GPLv2
Group:		Terminals
Url:		http://www.tenshu.net/p/terminator/
BuildArch:	noarch
Requires:	python-vte, pygtk2.0, gnome-python-gnomevfs
Suggests:	python-keybinder, python-notify
BuildRequires:	intltool

%description 
Terminator is an attempt to maximise useful space on a given desktop
for terminals. It is a simple Python script that places multiple vte
widgets (the same used by gnome-terminal) in a window. That's the same
widget used by gnome-terminal.

%prep
%setup -q -n %{name}-%{version}
%patch0 -p1

%install
%__rm -rf %{buildroot}
PYTHONDONTWRITEBYTECODE= %__python setup.py --without-icon-cache install --root=%{buildroot}

%find_lang %name

%clean
%__rm -rf %{buildroot}

%files -f %name.lang
%defattr(-,root,root)
%doc README COPYING ChangeLog
%{_mandir}/man1/%{name}.*
%{_mandir}/man5/%{name}_config.*
%{_bindir}/%{name}
%{python_sitelib}/Terminator*.egg-info
%{python_sitelib}/terminatorlib
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/*/*.png
%{_iconsdir}/hicolor/*/*/%{name}*.svg
%{_datadir}/pixmaps/%{name}.png


%changelog

* Mon Jan 14 2013 umeabot <umeabot> 0.96-4.mga3
+ Revision: 384377
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Fri Feb 03 2012 lebedov <lebedov> 0.96-3.mga2
+ Revision: 204275
- Suggest python-keybinder and python-notify (#4395).
  Correct webpage URI.

* Sun Jan 22 2012 lebedov <lebedov> 0.96-2.mga2
+ Revision: 199407
- Require pygtk2.0 on installation (#3612).

* Tue Oct 04 2011 lebedov <lebedov> 0.96-1.mga2
+ Revision: 151431
- Update to 0.96.

* Thu Mar 03 2011 saispo <saispo> 0.95-1.mga1
+ Revision: 63349
- imported package terminator