[guake] Update to 0.4.3

Pierre-YvesChibon pingou at fedoraproject.org
Fri Jun 8 20:24:55 UTC 2012


commit 79210d9bdee8a8dae1ff4700863471014765d24e
Author: Pierre-Yves Chibon <pingou at pingoured.fr>
Date:   Fri Jun 8 22:21:26 2012 +0200

    Update to 0.4.3

 .gitignore |    1 +
 guake.spec |   25 +++++++++++++------------
 sources    |    2 +-
 3 files changed, 15 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3d0df37..956d05a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 guake-0.4.1.tar.gz
 guake-0.4.2.tar.gz
+/guake-0.4.3.tar.gz
diff --git a/guake.spec b/guake.spec
index 6df764a..e0f9ec6 100644
--- a/guake.spec
+++ b/guake.spec
@@ -1,14 +1,12 @@
 Name:           guake
-Version:        0.4.2
-Release:        7%{?dist}
+Version:        0.4.3
+Release:        1%{?dist}
 Summary:        Drop-down terminal for GNOME
 
 Group:          Applications/System
 License:        GPLv2+
 URL:            http://www.guake.org/
 Source0:        http://guake.org/files/%{name}-%{version}.tar.gz
-Patch0:         0001-Retrieve-port-as-int.patch
-Patch1:         guake.fix.notification.patch
 
 # Not used here -- official release --
 #Source0:        %{name}-%{version}.20090321git.tar.gz
@@ -25,6 +23,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  python-devel gtk2-devel gettext desktop-file-utils perl(XML::Parser) GConf2-devel
 BuildRequires:  pygtk2-devel >= 2.10 intltool vte
 Requires:       pygtk2 >= 2.10 vte notify-python pygtk2-libglade gnome-python2-gconf dbus-python
+Requires:       notification-daemon
 
 Requires(pre):   GConf2
 Requires(post):  GConf2
@@ -41,10 +40,6 @@ and press again to hide.
 
 # Enables to pass the configure without problem concerning python vte library
 sed -i -e 's|if test -z "$ac_pvte_result"; then|if test -z "" ; then|g' configure
-
-%patch0 -p1 -b .
-%patch1 -p1 -b .
-
 sed -i -e "s|include <glib/gtypes.h>|include <glib.h>|" src/globalhotkeys/keybinder.h
 
 %build
@@ -70,10 +65,10 @@ desktop-file-install --vendor=""                           \
 
 
 %find_lang %{name}
-rm -f %{buildroot}%{_libdir}/%{name}/globalhotkeys.la
+rm -f %{buildroot}%{python_sitearch}/%{name}/globalhotkeys.la
+
+echo %{python_sitelib}
  
-%clean
-rm -rf $RPM_BUILD_ROOT
 
 %pre
 %gconf_schema_prepare %{name}
@@ -93,7 +88,8 @@ killall -HUP gconfd-2 > /dev/null || :
 %{_sysconfdir}/gconf/schemas/%{name}.schemas
 %{_bindir}/%{name}
 %{_bindir}/%{name}-prefs
-%{_libdir}/%{name}
+%{python_sitearch}/%{name}
+%{python_sitelib}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/applications/%{name}-prefs.desktop
 %{_datadir}/dbus-1/services/org.guake.Guake.service
@@ -103,6 +99,11 @@ killall -HUP gconfd-2 > /dev/null || :
 %{_sysconfdir}/xdg/autostart/%{name}.desktop
 
 %changelog
+* Fri Jun 08 2012 Pierre-Yves Chibon <pingou at pingoured.fr> - 0.4.3-1
+- Update to 0.4.3
+- Add Requires: notification-daemon
+- Drops patches
+
 * Mon Feb 27 2012 Pierre-Yves Chibon <pingou at pingoured.fr> - 0.4.2-7
 - Fix notifications for non-GNOME DE not having the right library RHBZ#710586
 
diff --git a/sources b/sources
index acdef24..6f591b7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1f0feff3bfc15c998147dbf07d9d8a8e  guake-0.4.2.tar.gz
+951e42f3c6b24912baab2f4f6c84e658  guake-0.4.3.tar.gz


More information about the scm-commits mailing list