2009-01-15 00:13:43 +00:00
|
|
|
Name: terminator
|
2016-11-03 03:03:51 +00:00
|
|
|
Version: 1.90
|
2011-08-22 20:21:21 +00:00
|
|
|
Release: 1%{?dist}
|
2009-01-15 00:13:43 +00:00
|
|
|
Summary: Store and run multiple GNOME terminals in one window
|
|
|
|
|
|
|
|
Group: User Interface/Desktops
|
|
|
|
License: GPLv2
|
2016-11-25 01:46:59 +00:00
|
|
|
URL: https://gnometerminator.blogspot.com/p/introduction.html
|
2016-11-25 01:45:50 +00:00
|
|
|
Source: http://code.launchpad.net/terminator/gtk3/1.9/+download/terminator-%{version}.tar.gz
|
2009-01-15 00:13:43 +00:00
|
|
|
|
|
|
|
BuildArch: noarch
|
2011-08-22 20:21:21 +00:00
|
|
|
BuildRequires: python-devel gettext desktop-file-utils intltool
|
2016-11-29 16:53:50 +00:00
|
|
|
Requires: vte291 python-psutil python-gobject keybinder3 desktop-file-utils
|
2008-06-20 17:01:17 +00:00
|
|
|
|
|
|
|
%description
|
2009-01-15 00:13:43 +00:00
|
|
|
Multiple GNOME terminals in one window. This is a project to produce
|
|
|
|
an efficient way of filling a large area of screen space with
|
|
|
|
terminals. This is done by splitting the window into a resizeable
|
|
|
|
grid of terminals. As such, you can produce a very flexible
|
|
|
|
arrangements of terminals for different tasks.
|
|
|
|
|
2008-06-20 17:01:17 +00:00
|
|
|
|
|
|
|
%prep
|
2009-01-15 00:13:43 +00:00
|
|
|
%setup -q
|
|
|
|
sed -i '/#! \?\/usr.*/d' terminatorlib/*.py
|
2016-11-25 01:45:50 +00:00
|
|
|
%patch -p1
|
2009-01-15 00:13:43 +00:00
|
|
|
|
2008-06-20 17:01:17 +00:00
|
|
|
|
|
|
|
%build
|
2009-01-15 00:13:43 +00:00
|
|
|
%{__python} setup.py build
|
|
|
|
|
2008-06-20 17:01:17 +00:00
|
|
|
|
|
|
|
%install
|
2009-01-15 00:13:43 +00:00
|
|
|
rm -rf %{buildroot}
|
|
|
|
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
|
|
|
|
%find_lang %{name}
|
|
|
|
rm -f %{buildroot}/%{_datadir}/icons/hicolor/icon-theme.cache
|
|
|
|
rm -f %{buildroot}/%{_datadir}/applications/%{name}.desktop
|
2011-08-22 20:21:21 +00:00
|
|
|
desktop-file-install --dir=${RPM_BUILD_ROOT}%{_datadir}/applications data/%{name}.desktop
|
2009-01-15 00:13:43 +00:00
|
|
|
|
2008-06-20 17:01:17 +00:00
|
|
|
|
|
|
|
%clean
|
2009-01-15 00:13:43 +00:00
|
|
|
rm -rf %{buildroot}
|
2008-06-20 17:01:17 +00:00
|
|
|
|
2009-01-15 00:13:43 +00:00
|
|
|
|
|
|
|
%files -f %{name}.lang
|
2008-06-20 17:01:17 +00:00
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc README COPYING ChangeLog
|
2009-01-15 00:13:43 +00:00
|
|
|
%{_mandir}/man1/%{name}.*
|
|
|
|
%{_mandir}/man5/%{name}_config.*
|
|
|
|
%{_bindir}/%{name}
|
2011-09-28 08:25:13 +00:00
|
|
|
%{_bindir}/remotinator
|
2016-11-25 01:45:50 +00:00
|
|
|
%{_bindir}/terminator.wrapper
|
2009-01-15 00:13:43 +00:00
|
|
|
%{python_sitelib}/*
|
|
|
|
%{_datadir}/applications/%{name}.desktop
|
|
|
|
%{_datadir}/icons/hicolor/*/*/%{name}*.png
|
|
|
|
%{_datadir}/icons/hicolor/*/*/%{name}*.svg
|
2011-08-22 20:21:21 +00:00
|
|
|
%{_datadir}/icons/hicolor/16x16/status/terminal-bell.png
|
2009-01-15 00:13:43 +00:00
|
|
|
%{_datadir}/pixmaps/%{name}.png
|
2016-11-25 01:45:50 +00:00
|
|
|
%{_datadir}/icons/HighContrast/*/*/%{name}*.png
|
|
|
|
%{_datadir}/icons/HighContrast/*/*/%{name}*.svg
|
|
|
|
%{_datadir}/icons/HighContrast/16x16/status/terminal-bell.png
|
|
|
|
%{_datadir}/appdata/terminator.appdata.xml
|
2008-07-08 18:55:31 +00:00
|
|
|
|
|
|
|
%post
|
2009-01-15 00:13:43 +00:00
|
|
|
gtk-update-icon-cache -qf %{_datadir}/icons/hicolor &>/dev/null || :
|
2016-11-25 01:45:50 +00:00
|
|
|
gtk-update-icon-cache -qf %{_datadir}/icons/HighContrast &>/dev/null || :
|
2009-01-15 00:13:43 +00:00
|
|
|
|
2008-07-08 18:55:31 +00:00
|
|
|
|
|
|
|
%postun
|
2009-01-15 00:13:43 +00:00
|
|
|
gtk-update-icon-cache -qf %{_datadir}/icons/hicolor &>/dev/null || :
|
2016-11-25 01:45:50 +00:00
|
|
|
gtk-update-icon-cache -qf %{_datadir}/icons/HighContrast &>/dev/null || :
|
2008-06-20 17:01:17 +00:00
|
|
|
|
|
|
|
%changelog
|
2016-11-25 01:45:50 +00:00
|
|
|
* Thu Nov 24 2016 Steve Boddy <stephen.j.boddy@gmail.com> 1.90-1
|
|
|
|
- Update for gtk3 release using the specfile provided
|
|
|
|
by Matt Rose.
|
|
|
|
Note that this specfile is untested.
|
|
|
|
|
2011-08-22 20:21:21 +00:00
|
|
|
* Mon Aug 22 2011 Chris Jones <cmsj@tenshu.net> 0.96-1
|
|
|
|
- Update for modern release to fix various build issues
|
|
|
|
by borrowing the specfile that Fedora uses
|
|
|
|
Note that this specfile is untested.
|
|
|
|
|
2010-03-31 09:57:39 +00:00
|
|
|
* Wed Mar 31 2010 Chris Jones <cmsj@tenshu.net> 0.91-1
|
|
|
|
- Update to fix some stupid release bugs in 0.90.
|
|
|
|
Note that this specfile is untested.
|
|
|
|
|
2010-01-05 10:07:35 +00:00
|
|
|
* Tue Jan 05 2010 Chris Jones <cmsj@tenshu.net> 0.90-1
|
|
|
|
- Attempt to update for 0.90 pre-release.
|
|
|
|
Note that this specfile is untested.
|
|
|
|
|
2009-01-15 00:13:43 +00:00
|
|
|
* Thu Jan 15 2009 Chris Jones <cmsj@tenshu.net> 0.12-1
|
|
|
|
- Remove patch application since this isn't a fedora build.
|
|
|
|
Note that this specfile is untested.
|
|
|
|
|
|
|
|
* Mon Dec 08 2008 Ian Weller <ianweller@gmail.com> 0.11-3
|
|
|
|
- Patch version in terminatorlib/verison.py to the one we think it is
|
|
|
|
- Fix License tag
|
|
|
|
- Update post and postun scripts with one line
|
|
|
|
|
|
|
|
* Mon Dec 01 2008 Ian Weller <ianweller@gmail.com> 0.11-2
|
|
|
|
- Add BuildRequires: gettext
|
|
|
|
- Fix installation of .desktop file
|
|
|
|
- terminator-0.11-desktop.patch:
|
|
|
|
Remove useless things
|
|
|
|
Move to same category as gnome-terminal
|
|
|
|
- Uses spaces instead of tabs in the specfile because I can't stand tabs
|
|
|
|
|
|
|
|
* Mon Dec 01 2008 Ian Weller <ianweller@gmail.com> 0.11-1
|
|
|
|
- Update upstream
|
|
|
|
- Fix description to something useful
|
|
|
|
- Fix group
|
|
|
|
- Fix some specfile oddities
|
|
|
|
- Complete/restandardize file list
|
|
|
|
- Get rid of she-bangs in python_sitelib
|
|
|
|
|
|
|
|
* Sat Sep 13 2008 - Max Spevack <mspevack AT redhat DOT com> 0.10
|
|
|
|
- New upstream release.
|
|
|
|
- Tried to make sure the spec file matches guidelines on Fedora wiki.
|
|
|
|
|
2008-07-08 18:55:31 +00:00
|
|
|
* Fri Jul 08 2008 - chantra AatT rpm-based DdOoTt org 0.9.fc9.rb
|
2008-07-04 11:45:36 +00:00
|
|
|
- New upstream release
|
2009-01-15 00:13:43 +00:00
|
|
|
|
2008-06-20 17:01:17 +00:00
|
|
|
* Sat May 17 2008 - chantra AatT rpm-based DdOoTt org 0.8.1.fc9.rb
|
|
|
|
- Initial release for Fedora 9.
|