diff --git a/kbd.spec b/kbd.spec index 44b2f6e..7259ff9 100644 --- a/kbd.spec +++ b/kbd.spec @@ -1,8 +1,9 @@ Summary: Tools for configuring the console (keyboard, virtual terminals, etc.) Name: kbd Version: 1.12 -Release: 23%{?dist} -License: GPL +Release: 24%{?dist} +# Except possibly for the restrictions mentioned in the directory consolefonts +License: GPL+ Group: System Environment/Base 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 @@ -88,6 +89,9 @@ rm -rf $RPM_BUILD_ROOT # Basic install. 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 # Korean keyboard 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/* %changelog +* Mon Aug 27 2007 Vitezslav Crhonek - 1.12-24 +- Fix license +- Symlink sr-cy layout to sr-latin + Resolves: #253957 + * Tue Jul 3 2007 Vitezslav Crhonek - 1.12-23 -- Rebuilt +- Rebuild * Tue Jul 3 2007 Vitezslav Crhonek - 1.12-22 - Fix sun12x22 font missing unicode mapping table