rpms/mousetweaks/devel mousetweaks.spec,1.3,1.4

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Thu May 15 14:50:00 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/mousetweaks/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17051

Modified Files:
	mousetweaks.spec 
Log Message:
Fix a typo



Index: mousetweaks.spec
===================================================================
RCS file: /cvs/extras/rpms/mousetweaks/devel/mousetweaks.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mousetweaks.spec	14 May 2008 17:44:24 -0000	1.3
+++ mousetweaks.spec	15 May 2008 14:49:24 -0000	1.4
@@ -1,6 +1,6 @@
 Name:		mousetweaks
 Version:	2.23.2
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Mouse accessibility support for the GNOME desktop
 Group:		User Interface/Desktops
 License:	GPLv3 and GFDL
@@ -65,7 +65,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
 
@@ -73,7 +73,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
@@ -92,6 +92,9 @@
 %doc %{_mandir}/man1/*
 
 %changelog
+* Thu May 15 2008 Matthias Clasen <mclasen at redhat.com> - 2.23.2-3
+- Fix a typo
+
 * Wed May 14 2008 Matthias Clasen <mclasen at redhat.com> - 2.23.2-2
 - Make the %%pre script handle missing schema files
 




More information about the scm-commits mailing list