rpms/guake/F-13 guake.spec,1.16,1.17

Pierre-YvesChibon pingou at fedoraproject.org
Sat May 8 13:38:25 UTC 2010


Author: pingou

Update of /cvs/pkgs/rpms/guake/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv26998/F-13

Modified Files:
	guake.spec 
Log Message:
Correct gconf macro


Index: guake.spec
===================================================================
RCS file: /cvs/pkgs/rpms/guake/F-13/guake.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- guake.spec	7 May 2010 22:29:35 -0000	1.16
+++ guake.spec	8 May 2010 13:38:25 -0000	1.17
@@ -1,6 +1,6 @@
 Name:           guake
 Version:        0.4.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Drop-down terminal for GNOME
 
 Group:          Applications/System
@@ -75,13 +75,13 @@ rm -f %{buildroot}%{_libdir}/%{name}/glo
 rm -rf $RPM_BUILD_ROOT
 
 %pre
-%gconf_schema_prepare %{name}.schemas
+%gconf_schema_prepare %{name}
 
 %post
-%gconf_schema_upgrade %{name}.schemas
+%gconf_schema_upgrade %{name}
 
 %preun
-%gconf_schema_remove %{name}.schemas
+%gconf_schema_remove %{name}
 
 %posttrans
 killall -HUP gconfd-2 > /dev/null || :
@@ -102,6 +102,9 @@ killall -HUP gconfd-2 > /dev/null || :
 %{_sysconfdir}/xdg/autostart/%{name}.desktop
 
 %changelog
+* Sat May 08 2010 pingou <pingou at pingoured.fr> - 0.4.1-4
+- Change the name.schema to name for the gconf macro
+
 * Sat May 08 2010 pingou <pingou at pingoured.fr> - 0.4.1-3
 - Use the gconf_schema macro instead of the former code
 - Add the posttrans part



More information about the scm-commits mailing list