rpms/kbd/devel kbd.spec,1.42,1.43

Vitezslav Crhonek (vcrhonek) fedora-extras-commits at redhat.com
Mon Aug 27 12:43:45 UTC 2007


Author: vcrhonek

Update of /cvs/extras/rpms/kbd/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24253

Modified Files:
	kbd.spec 
Log Message:
fix license, symlink sr-cy layout to sr-latin


Index: kbd.spec
===================================================================
RCS file: /cvs/extras/rpms/kbd/devel/kbd.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- kbd.spec	3 Jul 2007 10:16:52 -0000	1.42
+++ kbd.spec	27 Aug 2007 12:43:13 -0000	1.43
@@ -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 @@
 # 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 @@
 %config %{_sysconfdir}/pam.d/*
 
 %changelog
+* Mon Aug 27 2007 Vitezslav Crhonek <vcrhonek at redhat.com> - 1.12-24
+- Fix license
+- Symlink sr-cy layout to sr-latin
+  Resolves: #253957
+
 * Tue Jul  3 2007 Vitezslav Crhonek <vcrhonek at redhat.com> - 1.12-23
-- Rebuilt
+- Rebuild
 
 * Tue Jul  3 2007 Vitezslav Crhonek <vcrhonek at redhat.com> - 1.12-22
 - Fix sun12x22 font missing unicode mapping table




More information about the fedora-extras-commits mailing list