rpms/kbd/OLPC-2 .cvsignore, 1.6, 1.7 kbd.spec, 1.42, 1.43 sources, 1.8, 1.9

Dennis Gilmore (ausil) fedora-extras-commits at redhat.com
Fri Mar 21 21:10:16 UTC 2008


Author: ausil

Update of /cvs/extras/rpms/kbd/OLPC-2
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5537

Modified Files:
	.cvsignore kbd.spec sources 
Log Message:
add olpc keymap files for console for spanish and portugese
http://dev.laptop.org/ticket/5841



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/kbd/OLPC-2/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	3 Jul 2007 09:14:38 -0000	1.6
+++ .cvsignore	21 Mar 2008 21:09:22 -0000	1.7
@@ -1,3 +1,5 @@
-kbd-1.12.tar.bz2
 kbd-latsun-fonts.tar.bz2
+kbd-1.12.tar.bz2
 kbd-sun12x22-fixed.tar.bz2
+es.map.gz
+pt.map.gz


Index: kbd.spec
===================================================================
RCS file: /cvs/extras/rpms/kbd/OLPC-2/kbd.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- kbd.spec	3 Jul 2007 09:17:27 -0000	1.42
+++ kbd.spec	21 Mar 2008 21:09:22 -0000	1.43
@@ -1,7 +1,7 @@
 Summary: Tools for configuring the console (keyboard, virtual terminals, etc.)
 Name: kbd
 Version: 1.12
-Release: 22%{?dist}
+Release: 23%{?dist}
 License: GPL
 Group: System Environment/Base
 Source0: ftp://ftp.kernel.org/pub/linux/utils/kbd/kbd-%{version}.tar.bz2
@@ -10,6 +10,8 @@
 Source3: kbdrate.pam
 Source4: kbd-latsun-fonts.tar.bz2
 Source5: kbd-sun12x22-fixed.tar.bz2
+Source6: http://dev.laptop.org/attachment/ticket/5841/pt.map.gz
+Source7: http://dev.laptop.org/attachment/ticket/5841/es.map.gz
 Requires: pam >= 0.66-4, /etc/pam.d/system-auth, usermode
 BuildRequires: bison, flex, gettext
 BuildRoot: %{_tmppath}/%{name}-root
@@ -112,6 +114,10 @@
 	$RPM_BUILD_ROOT%{_sysconfdir}/security/console.apps/kbdrate
 install -c -m644 %{SOURCE3} \
 	$RPM_BUILD_ROOT%{_sysconfdir}/pam.d/kbdrate
+install -p -m644 %{SOURCE6} \
+        $RPM_BUILD_ROOT/lib/kbd/keymaps/i386/qwerty/pt.map.gz
+install -p -m644 %{SOURCE7} \
+        $RPM_BUILD_ROOT/lib/kbd/keymaps/i386/qwerty/es.map.gz
 
 # Link open to openvt
 ln -s openvt $RPM_BUILD_ROOT%{_bindir}/open
@@ -136,6 +142,11 @@
 %config %{_sysconfdir}/pam.d/*
 
 %changelog
+* Fri Mar 21 2008 Dennis Gilmore <dennis at laptop.org> - 1.12-23
+- install olpc keymays for portugese and spanish  in place
+- http://dev.laptop.org/ticket/5841
+- this needs to be fixed correctly upstream
+
 * Tue Jul  3 2007 Vitezslav Crhonek <vcrhonek at redhat.com> - 1.12-22
 - Fix sun12x22 font missing unicode mapping table
   Resolves: #244628


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/kbd/OLPC-2/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	3 Jul 2007 09:14:38 -0000	1.8
+++ sources	21 Mar 2008 21:09:22 -0000	1.9
@@ -1,3 +1,5 @@
-069d1175b4891343b107a8ac2b4a39f6  kbd-1.12.tar.bz2
 050e1e454e9c01e22f198303d649efb8  kbd-latsun-fonts.tar.bz2
+069d1175b4891343b107a8ac2b4a39f6  kbd-1.12.tar.bz2
 e56c7766760c16d4c7cbc16fc722c7f9  kbd-sun12x22-fixed.tar.bz2
+c12935bf516866bd2a281f06e3acd9e5  es.map.gz
+8a8b4a8d18fddaae6c156890caa256d4  pt.map.gz




More information about the fedora-extras-commits mailing list