rpms/mousetweaks/F-9 mousetweaks.spec,1.1,1.2

Will Woods (wwoods) fedora-extras-commits at redhat.com
Thu May 1 21:52:51 UTC 2008


Author: wwoods

Update of /cvs/pkgs/rpms/mousetweaks/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19491

Modified Files:
	mousetweaks.spec 
Log Message:
fix typo in scriptlets (mouseweaks->mousetweaks)


Index: mousetweaks.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mousetweaks/F-9/mousetweaks.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mousetweaks.spec	29 Apr 2008 23:59:27 -0000	1.1
+++ mousetweaks.spec	1 May 2008 21:52:16 -0000	1.2
@@ -1,6 +1,6 @@
 Name:		mousetweaks
 Version:	2.22.1
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Mouse accessibility support for the GNOME desktop
 Group:		User Interface/Desktops
 License:	GPLv3 and GFDL
@@ -54,7 +54,7 @@
 if [ "$1" -gt 1 ]; then
   export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
   gconftool-2 --makefile-uninstall-rule \
-	%{_sysconfdir}/gconf/schemas/mouseweaks.schemas \
+	%{_sysconfdir}/gconf/schemas/mousetweaks.schemas \
 	%{_sysconfdir}/gconf/schemas/pointer-capture-applet.schemas \
 	>/dev/null
 fi
@@ -62,7 +62,7 @@
 %post
 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
 gconftool-2 --makefile-install-rule \
-	%{_sysconfdir}/gconf/schemas/mouseweaks.schemas \
+	%{_sysconfdir}/gconf/schemas/mousetweaks.schemas \
 	%{_sysconfdir}/gconf/schemas/pointer-capture-applet.schemas \
 	>/dev/null
 
@@ -70,7 +70,7 @@
 if [ "$1" -eq 0 ]; then
   export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
   gconftool-2 --makefile-uninstall-rule \
-	%{_sysconfdir}/gconf/schemas/mouseweaks.schemas \
+	%{_sysconfdir}/gconf/schemas/mousetweaks.schemas \
 	%{_sysconfdir}/gconf/schemas/pointer-capture-applet.schemas \
 	>/dev/null
 fi
@@ -89,5 +89,8 @@
 %doc %{_mandir}/man1/*
 
 %changelog
+* Thu May 1 2008 Will Woods <wwoods at redhat.com> - 2.22.1-2
+- Fix typo in package scriptlets
+
 * Sat Apr 26 2008 Matthias Clasen <mclasen at redhat.com> - 2.22.1-1
 - Initial packaging




More information about the fedora-extras-commits mailing list