rpms/system-setup-keyboard/devel system-setup-keyboard.spec,1.7,1.8

Peter Hutterer whot at fedoraproject.org
Sun Jun 20 23:35:46 UTC 2010


Author: whot

Update of /cvs/pkgs/rpms/system-setup-keyboard/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv25500

Modified Files:
	system-setup-keyboard.spec 
Log Message:
* Mon Jun 21 2010 Peter Hutterer <peter.hutterer at redhat.com> 0.8.5-2
- Update description, we don't use HAL anymore after all.
- %ghost the generated 00-system-setup-keyboard.conf file.



Index: system-setup-keyboard.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-setup-keyboard/devel/system-setup-keyboard.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- system-setup-keyboard.spec	15 Apr 2010 06:57:56 -0000	1.7
+++ system-setup-keyboard.spec	20 Jun 2010 23:35:45 -0000	1.8
@@ -1,6 +1,6 @@
 Name:		system-setup-keyboard
 Version:	0.8.5
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	xorg.conf keyboard layout callout
 
 Group:		Applications/System
@@ -20,8 +20,9 @@ Provides:	fedora-setup-keyboard = %{vers
 Obsoletes:	fedora-setup-keyboard < 0.7
 
 %description
-%{name} gets invoked by hal to apply the keyboard layout
-defined in /etc/sysconfig/keyboard.
+%{name} is a daemon to monitor the keyboard layout configured in 
+/etc/sysconfig/keyboard and transfer this into the matching xorg.conf.d
+snippet.
 
 %prep
 %setup -q
@@ -34,6 +35,8 @@ make CFLAGS="%{optflags}" %{?_smp_mflags
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
+install -d $RPM_BUILD_ROOT/%{_sysconfdir}/X11/xorg.conf.d
+touch $RPM_BUILD_ROOT/%{_sysconfdir}/X11/xorg.conf.d/00-system-setup-keyboard.conf
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -44,10 +47,15 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/%{name}
 %{_sysconfdir}/init/%{name}.conf
 %{_mandir}/man1/system-setup-keyboard.1*
+%ghost %{_sysconfdir}/X11/xorg.conf.d/00-system-setup-keyboard.conf
 
 %doc COPYING
 
 %changelog
+* Mon Jun 21 2010 Peter Hutterer <peter.hutterer at redhat.com> 0.8.5-2
+- Update description, we don't use HAL anymore after all.
+- %ghost the generated 00-system-setup-keyboard.conf file.
+
 * Thu Apr 15 2010 Peter Hutterer <peter.hutterer at redhat.com> 0.8.5-1
 - 0.8.5 release - uses /etc/X11/xorg.conf.d as default directory.
 



More information about the scm-commits mailing list