Fix sun12x22 font missing unicode mapping table
This commit is contained in:
parent
3ecb6f8d82
commit
49c37184f1
@ -1,2 +1,4 @@
|
|||||||
kbd-1.12.tar.bz2
|
kbd-1.12.tar.bz2
|
||||||
kbd-latsun-fonts.tar.bz2
|
kbd-latsun-fonts.tar.bz2
|
||||||
|
sun12x22-fixed.psfu
|
||||||
|
kbd-sun12x22-fixed.tar.bz2
|
||||||
|
9
kbd.spec
9
kbd.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: Tools for configuring the console (keyboard, virtual terminals, etc.)
|
Summary: Tools for configuring the console (keyboard, virtual terminals, etc.)
|
||||||
Name: kbd
|
Name: kbd
|
||||||
Version: 1.12
|
Version: 1.12
|
||||||
Release: 21
|
Release: 22
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source0: ftp://ftp.kernel.org/pub/linux/utils/kbd/kbd-%{version}.tar.bz2
|
Source0: ftp://ftp.kernel.org/pub/linux/utils/kbd/kbd-%{version}.tar.bz2
|
||||||
@ -9,6 +9,7 @@ Source1: ftp://ftp.kernel.org/pub/linux/utils/kbd/kbd-%{version}.tar.bz2.sign
|
|||||||
Source2: kbdrate.apps
|
Source2: kbdrate.apps
|
||||||
Source3: kbdrate.pam
|
Source3: kbdrate.pam
|
||||||
Source4: kbd-latsun-fonts.tar.bz2
|
Source4: kbd-latsun-fonts.tar.bz2
|
||||||
|
Source5: kbd-sun12x22-fixed.tar.bz2
|
||||||
Requires: pam >= 0.66-4, /etc/pam.d/system-auth, usermode
|
Requires: pam >= 0.66-4, /etc/pam.d/system-auth, usermode
|
||||||
BuildRequires: bison, flex, gettext
|
BuildRequires: bison, flex, gettext
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
@ -38,7 +39,7 @@ fonts, the virtual terminals and font files.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
|
||||||
%setup -q -a 4
|
%setup -q -a 4 -a 5
|
||||||
%patch0 -p1 -b .sparc
|
%patch0 -p1 -b .sparc
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1 -b .terminal
|
%patch2 -p1 -b .terminal
|
||||||
@ -135,6 +136,10 @@ ln -s openvt $RPM_BUILD_ROOT%{_bindir}/open
|
|||||||
%config %{_sysconfdir}/pam.d/*
|
%config %{_sysconfdir}/pam.d/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 3 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.12-22
|
||||||
|
- Fix sun12x22 font missing unicode mapping table
|
||||||
|
Resolves: #244628
|
||||||
|
|
||||||
* Tue Jan 9 2007 Miloslav Trmac <mitr@redhat.com> - 1.12-21
|
* Tue Jan 9 2007 Miloslav Trmac <mitr@redhat.com> - 1.12-21
|
||||||
- Add a "ko" (Korean) keyboard layout, equivalent to the "us" layout
|
- Add a "ko" (Korean) keyboard layout, equivalent to the "us" layout
|
||||||
Resolves: #220151
|
Resolves: #220151
|
||||||
|
1
sources
1
sources
@ -1,2 +1,3 @@
|
|||||||
069d1175b4891343b107a8ac2b4a39f6 kbd-1.12.tar.bz2
|
069d1175b4891343b107a8ac2b4a39f6 kbd-1.12.tar.bz2
|
||||||
050e1e454e9c01e22f198303d649efb8 kbd-latsun-fonts.tar.bz2
|
050e1e454e9c01e22f198303d649efb8 kbd-latsun-fonts.tar.bz2
|
||||||
|
e56c7766760c16d4c7cbc16fc722c7f9 kbd-sun12x22-fixed.tar.bz2
|
||||||
|
Loading…
Reference in New Issue
Block a user