Hello community,

here is the log from the commit of package terminator for openSUSE:Factory 
checked in at 2012-03-29 07:48:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/terminator (Old)
 and      /work/SRC/openSUSE:Factory/.terminator.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "terminator", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/terminator/terminator.changes    2012-03-22 
12:41:48.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.terminator.new/terminator.changes       
2012-03-29 07:48:41.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Mar 15 13:33:29 UTC 2012 - sasc...@suse.de
+
+- Some more spec cleanup
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ terminator.spec ++++++
--- /var/tmp/diff_new_pack.X6QanY/_old  2012-03-29 07:48:42.000000000 +0200
+++ /var/tmp/diff_new_pack.X6QanY/_new  2012-03-29 07:48:42.000000000 +0200
@@ -18,32 +18,33 @@
 
 Name:           terminator
 Version:        0.96
-Release:        1.<RELEASE0>
-Summary:        Store and run multiple GNOME terminals in one window
+Release:        0
 License:        GPL-2.0
-Group:          System/X11/Terminals
+Summary:        Store and run multiple GNOME terminals in one window
 Url:            http://www.tenshu.net/terminator
+Group:          System/X11/Terminals
 Source0:        terminator-%{version}.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildArch:      noarch
+Patch0:         terminator-desktop.patch
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
 BuildRequires:  gettext
+BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool
 BuildRequires:  python-devel
 BuildRequires:  update-desktop-files
-
 Requires:       python-gnome
 %if 0%{?suse_version} > 1130 
 Requires:       python-vte
-%elseif
 Requires:       vte
 %endif
-Patch0:         terminator-desktop.patch
 Recommends:     %{name}-lang
 Recommends:     python-keybinder
-
-%define python_sitelib %(%{__python} -c "from distutils.sysconfig import 
get_python_lib; print get_python_lib()")
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+%define python_sitelib %(python -c "from distutils.sysconfig import 
get_python_lib; print get_python_lib()")
+%else
+BuildArch:      noarch
+%endif
 
 %description
 Multiple GNOME terminals in one window.  This is a project to produce
@@ -54,31 +55,25 @@
 
 %lang_package
 %prep
-%setup 
+%setup -q
 %patch0
 #translation-update-upstream
 
 %build
-%{__python} setup.py build 
+python setup.py build
 #remove unsupported translations
 for trans in ms jv af ur ka oc si fy tyv; do
        rm -R ./build/mo/${trans}
 done
 
 %install
-%{__python} setup.py install -O1 --skip-build --root=$RPM_BUILD_ROOT 
--record-rpm=INSTALLED_FILES --prefix=%{_prefix}
+python setup.py install --root=%{buildroot} --prefix=%{_prefix}
 rm -f %{buildroot}/%{_datadir}/icons/hicolor/icon-theme.cache
 rm -f %{buildroot}/%{_datadir}/applications/%{name}.desktop
-desktop-file-install --vendor="" 
--dir=${RPM_BUILD_ROOT}%{_datadir}/applications data/%{name}.desktop 
+desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications 
data/%{name}.desktop
 %suse_update_desktop_file %{name}
-%fdupes ${RPM_BUILD_ROOT}
+%fdupes %{buildroot}
 %find_lang %{name}
-sed -i -e '/\/man\//d' INSTALLED_FILES
-sed -i -e '/LC_MESSAGES/d' INSTALLED_FILES
-cat INSTALLED_FILES
-
-%clean
-rm -rf %{buildroot}
 
 %post
 gtk-update-icon-cache -qf %{_datadir}/icons/hicolor &>/dev/null || :
@@ -86,12 +81,17 @@
 %postun
 gtk-update-icon-cache -qf %{_datadir}/icons/hicolor &>/dev/null || :
 
-%files -f INSTALLED_FILES
+%files
 %defattr(-,root,root)
 %doc ChangeLog COPYING README
 %{_datadir}/applications/%{name}.desktop
 %{_mandir}/man1/%{name}.1*
 %{_mandir}/man5/%{name}_config.5*
+%{_bindir}/terminator
+
+%{_datadir}/icons/hicolor/*/*/termina*
+%{_datadir}/pixmaps/terminator.png
+%{python_sitelib}/*
 
 %files lang -f %{name}.lang
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to