fix license, symlink sr-cy layout to sr-latin
This commit is contained in:
parent
29206c5af2
commit
70c4b9654b
15
kbd.spec
15
kbd.spec
@ -1,8 +1,9 @@
|
|||||||
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: 23%{?dist}
|
Release: 24%{?dist}
|
||||||
License: GPL
|
# Except possibly for the restrictions mentioned in the directory consolefonts
|
||||||
|
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
|
||||||
Source1: ftp://ftp.kernel.org/pub/linux/utils/kbd/kbd-%{version}.tar.bz2.sign
|
Source1: ftp://ftp.kernel.org/pub/linux/utils/kbd/kbd-%{version}.tar.bz2.sign
|
||||||
@ -88,6 +89,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
# Basic install.
|
# Basic install.
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
# Create additional name for Serbian latin keyboard
|
||||||
|
ln -s sr-cy.map.gz $RPM_BUILD_ROOT/lib/kbd/keymaps/i386/qwerty/sr-latin.map.gz
|
||||||
|
|
||||||
# The rhpl keyboard layout table is indexed by kbd layout names, so we need a
|
# The rhpl keyboard layout table is indexed by kbd layout names, so we need a
|
||||||
# Korean keyboard
|
# Korean keyboard
|
||||||
ln -s us.map.gz $RPM_BUILD_ROOT/lib/kbd/keymaps/i386/qwerty/ko.map.gz
|
ln -s us.map.gz $RPM_BUILD_ROOT/lib/kbd/keymaps/i386/qwerty/ko.map.gz
|
||||||
@ -136,8 +140,13 @@ ln -s openvt $RPM_BUILD_ROOT%{_bindir}/open
|
|||||||
%config %{_sysconfdir}/pam.d/*
|
%config %{_sysconfdir}/pam.d/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 27 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.12-24
|
||||||
|
- Fix license
|
||||||
|
- Symlink sr-cy layout to sr-latin
|
||||||
|
Resolves: #253957
|
||||||
|
|
||||||
* Tue Jul 3 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.12-23
|
* Tue Jul 3 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.12-23
|
||||||
- Rebuilt
|
- Rebuild
|
||||||
|
|
||||||
* Tue Jul 3 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.12-22
|
* Tue Jul 3 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.12-22
|
||||||
- Fix sun12x22 font missing unicode mapping table
|
- Fix sun12x22 font missing unicode mapping table
|
||||||
|
Loading…
Reference in New Issue
Block a user