[guake] Update to 0.5.0

Pierre-YvesChibon pingou at fedoraproject.org
Fri Jul 11 10:21:43 UTC 2014


commit 6474e4fce1473091287c37694a7b9b1934547c66
Author: Pierre-Yves Chibon <pingou at pingoured.fr>
Date:   Fri Jul 11 12:09:14 2014 +0200

    Update to 0.5.0

 guake.spec |   35 +++++++++++++++++++----------------
 1 files changed, 19 insertions(+), 16 deletions(-)
---
diff --git a/guake.spec b/guake.spec
index 028d961..9a4c61f 100644
--- a/guake.spec
+++ b/guake.spec
@@ -1,17 +1,13 @@
 Name:           guake
-Version:        0.4.4
-Release:        12%{?dist}
+Version:        0.5.0
+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
-Patch1:         0001-Fix-notification.patch
-Patch2:         0001-Let-allow-the-signal.SIGTERM-to-fail.patch
-Patch3:         0001-Fix-regex-to-include-the-port-number-when-there-is-o.patch
-# Upstream patch at https://github.com/Guake/guake/pull/75
-Patch4:         0001-Include-bpython-and-ipython-as-interpreters.patch
+Source0:        https://github.com/Guake/guake/releases/download/%{version}/%{name}-%{version}.tar.gz
+Patch5:         0001-Remove-vte-check-in-the-configure.ac.patch
 
 # Not used here -- official release --
 #Source0:        %{name}-%{version}.20090321git.tar.gz
@@ -27,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
+BuildRequires:  gnome-common
 Requires:       pygtk2 >= 2.10 vte notify-python pygtk2-libglade gnome-python2-gconf dbus-python
 Requires:       desktop-notification-daemon pyxdg
 
@@ -40,17 +37,20 @@ so you just need to press a key to invoke him,
 and press again to hide.
 
 %prep
-%setup -q 
+%setup -q -n guake
+
+sed -i -e '/^#!\//, 1d' src/notifier.py
+
+%patch5 -p1 -b .
+
+./autogen.sh
+
+cat configure
 
 # 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
 sed -i -e "s|include <glib/gtypes.h>|include <glib.h>|" src/globalhotkeys/keybinder.h
 
-%patch1 -p1 -b .
-%patch2 -p1 -b .
-%patch3 -p1 -b .
-%patch4 -p1 -b .
-
 %build
 %configure --disable-schemas-install --disable-static
 make %{?_smp_mflags}
@@ -93,7 +93,7 @@ fi
 killall gconfd-2 > /dev/null || :
 
 %files -f %{name}.lang
-%doc AUTHORS ChangeLog COPYING README TODO
+%doc AUTHORS ChangeLog COPYING README.rst
 %{_sysconfdir}/gconf/schemas/%{name}.schemas
 %{_bindir}/%{name}
 %{_bindir}/%{name}-prefs
@@ -107,6 +107,9 @@ killall gconfd-2 > /dev/null || :
 %{_datadir}/icons/hicolor/*/apps/%{name}*.png
 
 %changelog
+* Fri Jul 11 2014 Pierre-Yves Chibon <pingou at pingoured.fr> - 0.5.0-1
+- Update to 0.5.0
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.4-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
@@ -236,7 +239,7 @@ killall gconfd-2 > /dev/null || :
 
 * Thu Jul 10 2008  <lokthare at gmail.com> - 0.2.2-5
 - Remove NEWS from the doc
-- Add dbus-python in Requires 
+- Add dbus-python in Requires
 
 * Tue Jul  1 2008  <lokthare at gmail.com> - 0.2.2-4
 - Add BR for GConf


More information about the scm-commits mailing list