[x-tile] Update to 1.8.6

Mohamed ElMorabity melmorabity at fedoraproject.org
Thu Mar 17 00:30:13 UTC 2011


commit a4171126cca426d1306a0883005d153ca870a05b
Author: Mohamed El Morabity <melmorabity at fedoraproject.org>
Date:   Thu Mar 17 01:30:39 2011 +0100

    Update to 1.8.6

 .gitignore  |    1 +
 sources     |    2 +-
 x-tile.spec |   12 ++++++------
 3 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c9c0589..69aeffa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ x-tile-1.5.2.tar.gz
 /x-tile-1.8.3.tar.gz
 /x-tile-1.8.4.tar.gz
 /x-tile-1.8.5.tar.gz
+/x-tile-1.8.6.tar.gz
diff --git a/sources b/sources
index 8d2237e..82038a8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d64da12bdf35fb59a1dd32f2edee4db2  x-tile-1.8.5.tar.gz
+5176ceda20028e42b6aa6e40de7415cc  x-tile-1.8.6.tar.gz
diff --git a/x-tile.spec b/x-tile.spec
index 2cfaf00..b45663a 100644
--- a/x-tile.spec
+++ b/x-tile.spec
@@ -1,5 +1,5 @@
 Name:           x-tile
-Version:        1.8.5
+Version:        1.8.6
 Release:        1%{?dist}
 Summary:        A GNOME panel applet to tile windows in different ways
 
@@ -57,7 +57,7 @@ require the GNOME panel and works only without the applet
 
 
 %prep
-%setup -q
+%setup -q -n %{name}_%{version}
 
 # Remove import of cons module in setup.py, only needed to get the current
 # version of x-tile and supported languages. The cons module calls the gtk one,
@@ -68,7 +68,7 @@ sed -i "s|cons.AVAILABLE_LANGS|$LANGUAGES|" setup.py
 
 
 %build
-%{__python} -c 'import setuptools; execfile("setup.py")' build
+%{__python} setup.py build
 
 
 %install
@@ -80,9 +80,6 @@ sed -i "s|cons.AVAILABLE_LANGS|$LANGUAGES|" setup.py
   --no-compile \
   --root $RPM_BUILD_ROOT
 
-# Remove useless header
-rm $RPM_BUILD_ROOT%{_datadir}/%{name}/glade/x-tile.glade.h
-
 desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
 desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}-ng.desktop
 
@@ -111,6 +108,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}-ng.desktop
 
 
 %changelog
+* Thu Mar 17 2011 Mohamed El Morabity <melmorabity at fedoraproject.org> - 1.8.6-1
+- Update to 1.8.6
+
 * Thu Mar 10 2011 Mohamed El Morabity <melmorabity at fedoraproject.org> - 1.8.5-1
 - Update to 1.8.5
 


More information about the scm-commits mailing list