rpms/terminator/devel import.log, NONE, 1.1 terminator-0.11-desktop.patch, NONE, 1.1 terminator.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ian Weller ianweller at fedoraproject.org
Thu Dec 18 01:41:34 UTC 2008


Author: ianweller

Update of /cvs/pkgs/rpms/terminator/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22097/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log terminator-0.11-desktop.patch terminator.spec 
Log Message:
importing terminator-0.11-3 in devel


--- NEW FILE import.log ---
terminator-0_11-3_fc9:HEAD:terminator-0.11-3.fc9.src.rpm:1229564425

terminator-0.11-desktop.patch:

--- NEW FILE terminator-0.11-desktop.patch ---
diff -up terminator-0.11/data/terminator.desktop.orig terminator-0.11/data/terminator.desktop
--- terminator-0.11/data/terminator.desktop.orig	2008-12-01 16:29:33.000000000 -0600
+++ terminator-0.11/data/terminator.desktop	2008-12-01 16:30:01.000000000 -0600
@@ -10,11 +10,5 @@ TryExec=terminator
 Exec=terminator
 Icon=terminator
 Type=Application
-X-GNOME-DocPath=
-X-GNOME-Bugzilla-Bugzilla=
-X-GNOME-Bugzilla-Product=
-X-GNOME-Bugzilla-Component=
-X-GNOME-Bugzilla-Version=
-Categories=GNOME;GTK;Utility;TerminalEmulator;
+Categories=GNOME;GTK;Utility;TerminalEmulator;System;
 StartupNotify=true
-X-Ubuntu-Gettext-Domain=terminator


--- NEW FILE terminator.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           terminator
Version:        0.11
Release:        3%{?dist}
Summary:        Store and run multiple GNOME terminals in one window

Group:          User Interface/Desktops
License:        GPLv2
URL:            http://www.tenshu.net/terminator
Source0:        http://code.launchpad.net/terminator/trunk/%{version}/+download/terminator_%{version}.tar.gz
Patch0:         terminator-0.11-desktop.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel gettext desktop-file-utils
Requires:       vte gnome-python2-gconf GConf2 gtk2 desktop-file-utils

%description
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.


%prep
%setup -q
%patch0 -p1 -b .desktop
sed -i '/#! \?\/usr.*/d' terminatorlib/*.py
sed -i.versionbump -e "s/0.10/0.11/" terminatorlib/version.py


%build
%{__python} setup.py build


%install
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
desktop-file-install --dir=${RPM_BUILD_ROOT}%{_datadir}/applications data/%{name}.desktop


%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}/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/*/%{name}*.png
%{_datadir}/icons/hicolor/*/*/%{name}*.svg
%{_datadir}/pixmaps/%{name}.png


%post
gtk-update-icon-cache -qf %{_datadir}/icons/hicolor &>/dev/null || :


%postun
gtk-update-icon-cache -qf %{_datadir}/icons/hicolor &>/dev/null || :


%changelog
* Mon Dec 08 2008 Ian Weller <ianweller at 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 at 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 at 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.

* Fri Jul 08 2008 - chantra AatT rpm-based DdOoTt org 0.9.fc9.rb
- New upstream release

* Sat May 17 2008 - chantra AatT rpm-based DdOoTt org 0.8.1.fc9.rb
- Initial release for Fedora 9.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/terminator/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	15 Dec 2008 20:48:33 -0000	1.1
+++ .cvsignore	18 Dec 2008 01:41:03 -0000	1.2
@@ -0,0 +1 @@
+terminator_0.11.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/terminator/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	15 Dec 2008 20:48:33 -0000	1.1
+++ sources	18 Dec 2008 01:41:03 -0000	1.2
@@ -0,0 +1 @@
+cff08bbe8b600b99fa5256083bb7e167  terminator_0.11.tar.gz




More information about the fedora-extras-commits mailing list