[guake] Update to 0.4.4

Pierre-YvesChibon pingou at fedoraproject.org
Fri Jul 27 07:21:21 UTC 2012


commit acd62eca5e8c90b71d1cf67e32f34d391011d297
Author: Pierre-Yves Chibon <pingou at pingoured.fr>
Date:   Fri Jul 27 09:20:56 2012 +0200

    Update to 0.4.4

 .gitignore |    1 +
 guake.spec |   13 +++++++------
 sources    |    2 +-
 3 files changed, 9 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 956d05a..e305a58 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 guake-0.4.1.tar.gz
 guake-0.4.2.tar.gz
 /guake-0.4.3.tar.gz
+/guake-0.4.4.tar.gz
diff --git a/guake.spec b/guake.spec
index 2ee2764..f0793a6 100644
--- a/guake.spec
+++ b/guake.spec
@@ -1,6 +1,6 @@
 Name:           guake
-Version:        0.4.3
-Release:        4%{?dist}
+Version:        0.4.4
+Release:        1%{?dist}
 Summary:        Drop-down terminal for GNOME
 
 Group:          Applications/System
@@ -37,7 +37,6 @@ and press again to hide.
 
 %prep
 %setup -q 
-#-n %{name}
 
 # 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
@@ -51,7 +50,6 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
 make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
 
@@ -88,7 +86,6 @@ fi
 killall -HUP gconfd-2 > /dev/null || :
 
 %files -f %{name}.lang
-%defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING README TODO
 %{_sysconfdir}/gconf/schemas/%{name}.schemas
 %{_bindir}/%{name}
@@ -100,9 +97,13 @@ killall -HUP gconfd-2 > /dev/null || :
 %{_datadir}/%{name}
 %{_datadir}/pixmaps/%{name}
 %{_mandir}/man1/guake.1.gz
-%{_sysconfdir}/xdg/autostart/%{name}.desktop
+%{_datadir}/icons/hicolor/*/apps/%{name}*.png
 
 %changelog
+* Fri Jul 27 2012 Pierre-Yves Chibon <pingou at pingoured.fr> - 0.4.4-1
+- Update to 0.4.4
+- Clean a little bit the spec according to new guidelines
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.3-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 6f591b7..e61cc64 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-951e42f3c6b24912baab2f4f6c84e658  guake-0.4.3.tar.gz
+532adada29b8f0bb79dc15904aa6b70c  guake-0.4.4.tar.gz


More information about the scm-commits mailing list