[wallpapoz] - Update to 0.5

Mamoru Tasaka mtasaka at fedoraproject.org
Wed Oct 6 20:52:07 UTC 2010


commit 171a05ff8e220c9c05d008481de3d13c40b6a703
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Thu Oct 7 05:52:13 2010 +0900

    - Update to 0.5

 .gitignore     |    1 +
 sources        |    2 +-
 wallpapoz.spec |   22 ++++++++++++++++++----
 3 files changed, 20 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3522c65..a8de773 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 wallpapoz-0.4.1-svn92_trunk.tar.bz2
+/wallpapoz-0.5.tar.bz2
diff --git a/sources b/sources
index e1f4d70..c10d97b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5a993e9618690681805124f78c141170  wallpapoz-0.4.1-svn92_trunk.tar.bz2
+95231129c118034b0ae49e0960e409d9  wallpapoz-0.5.tar.bz2
diff --git a/wallpapoz.spec b/wallpapoz.spec
index ed548f5..8c4e12f 100644
--- a/wallpapoz.spec
+++ b/wallpapoz.spec
@@ -5,16 +5,16 @@
 %define         srcurl          http://wallpapoz.akbarhome.com/
 %define         icondir         %{_datadir}/icons/hicolor/128x128/apps
 
-%define         mainver         0.4.1
+%define         mainver         0.5
 %undefine         betaver
-%define         svnver          svn92_trunk
-%define         fedorarel       24
+#%%define         svnver          svn92_trunk
+%define         fedorarel      1
 
 %define         rel             %{?betaver:0.}%{fedorarel}%{?svnver:.%svnver}%{?betaver:.%betaver}
 
 Name:           wallpapoz
 Version:        %{mainver}
-Release:        %{rel}%{?dist}.1
+Release:        %{rel}%{?dist}
 Summary:        Gnome Multi Backgrounds and Wallpapers Configuration Tool
 
 Group:          User Interface/Desktops
@@ -97,12 +97,23 @@ wallpapers for different workspaces or virtual desktops.
 %patch9 -p1 -b .deletelastone
 %patch10 -p1 -b .deletefirst
 
+# Umm... permission fix
+find . -type f -print0 | xargs -0 chmod 0644
+grep -rl --null '#!/usr/bin' . | xargs -0 chmod 0755
+
+# For setup
+mkdir TMPBINDIR
+pushd TMPBINDIR
+ln -sf /bin/true xwininfo
+popd
+
 %build
 
 %install
 %{__rm} -rf $RPM_BUILD_ROOT
 %{__mkdir_p} $RPM_BUILD_ROOT%{_prefix}
 
+export PATH=$(pwd)/TMPBINDIR:$PATH
 %{__python} setup.py install --installdir=$RPM_BUILD_ROOT%{_prefix}
 
 %{__sed} -i -e 's|%{name}\.png|%{name}|' \
@@ -150,6 +161,9 @@ popd
 %{_datadir}/applications/fedora-%{name}.desktop
 
 %changelog
+* Thu Oct  7 2010 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.5-1
+- Update to 0.5
+
 * Fri Jul 23 2010 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp>
 - F-14: rebuild against python 2.7
 


More information about the scm-commits mailing list