[guake] Fix the import of the globalhotkeys by moving them to python_sitelib

Pierre-YvesChibon pingou at fedoraproject.org
Tue Jun 12 20:29:49 UTC 2012


commit 640e439ded5df525491c97709a4e1f90bf53f0dc
Author: Pierre-Yves Chibon <pingou at pingoured.fr>
Date:   Tue Jun 12 22:29:47 2012 +0200

    Fix the import of the globalhotkeys by moving them to python_sitelib

 guake.spec |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/guake.spec b/guake.spec
index e0f9ec6..5de9c52 100644
--- a/guake.spec
+++ b/guake.spec
@@ -1,6 +1,6 @@
 Name:           guake
 Version:        0.4.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Drop-down terminal for GNOME
 
 Group:          Applications/System
@@ -67,8 +67,7 @@ desktop-file-install --vendor=""                           \
 %find_lang %{name}
 rm -f %{buildroot}%{python_sitearch}/%{name}/globalhotkeys.la
 
-echo %{python_sitelib}
- 
+mv %{buildroot}%{python_sitearch}/%{name}/* %{buildroot}%{python_sitelib}/%{name}
 
 %pre
 %gconf_schema_prepare %{name}
@@ -88,7 +87,6 @@ killall -HUP gconfd-2 > /dev/null || :
 %{_sysconfdir}/gconf/schemas/%{name}.schemas
 %{_bindir}/%{name}
 %{_bindir}/%{name}-prefs
-%{python_sitearch}/%{name}
 %{python_sitelib}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/applications/%{name}-prefs.desktop
@@ -99,6 +97,9 @@ killall -HUP gconfd-2 > /dev/null || :
 %{_sysconfdir}/xdg/autostart/%{name}.desktop
 
 %changelog
+* Tue Jun 12 2012 Pierre-Yves Chibon <pingou at pingoured.fr> - 0.4.3-2
+- Temporary fix for the globalhotkeys
+
 * Fri Jun 08 2012 Pierre-Yves Chibon <pingou at pingoured.fr> - 0.4.3-1
 - Update to 0.4.3
 - Add Requires: notification-daemon


More information about the scm-commits mailing list