rpms/libgnomekbd/devel libgnomekbd.spec,1.12,1.13

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Dec 8 04:45:51 UTC 2006


Author: mclasen

Update of /cvs/dist/rpms/libgnomekbd/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv2048

Modified Files:
	libgnomekbd.spec 
Log Message:
Add docs



Index: libgnomekbd.spec
===================================================================
RCS file: /cvs/dist/rpms/libgnomekbd/devel/libgnomekbd.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- libgnomekbd.spec	8 Nov 2006 05:27:36 -0000	1.12
+++ libgnomekbd.spec	8 Dec 2006 04:45:49 -0000	1.13
@@ -81,20 +81,20 @@
 %post 
 /sbin/ldconfig
 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
-gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/desktop_gnome_peripherals_keyboard_xkb.schemas > /dev/null || :
+gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/desktop_gnome_peripherals_keyboard_xkb.schemas >& /dev/null || :
 
 
 %pre
 if [ "$1" -gt 1 ]; then
   export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
-  gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/desktop_gnome_peripherals_keyboard_xkb.schemas > /dev/null || :
+  gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/desktop_gnome_peripherals_keyboard_xkb.schemas >& /dev/null || :
 fi
 
 
 %preun
 if [ "$1" -eq 0 ]; then
   export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
-  gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/desktop_gnome_peripherals_keyboard_xkb.schemas > /dev/null || :
+  gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/desktop_gnome_peripherals_keyboard_xkb.schemas >& /dev/null || :
 fi
 
 
@@ -104,6 +104,7 @@
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
+%doc AUTHORS COPYING.LIB
 %{_libdir}/*.so.*
 %{_sysconfdir}/gconf/schemas/*
 %{_bindir}/gkbd-indicator-plugins-capplet




More information about the fedora-cvs-commits mailing list