diff --git a/kbd.spec b/kbd.spec index 86e1ed1..6d6b5d2 100644 --- a/kbd.spec +++ b/kbd.spec @@ -3,7 +3,6 @@ Version: 2.0.4 Release: 6%{?dist} Summary: Tools for configuring the console (keyboard, virtual terminals, etc.) -Group: System Environment/Base License: GPLv2+ URL: http://www.kbd-project.org/ Source0: ftp://ftp.altlinux.org/pub/people/legion/kbd/kbd-%{version}.tar.xz @@ -116,7 +115,7 @@ ln -s sr-cy.map.gz $RPM_BUILD_ROOT/lib/kbd/keymaps/i386/qwerty/sr-latin.map.gz # Korean keyboard ln -s us.map.gz $RPM_BUILD_ROOT/lib/kbd/keymaps/i386/qwerty/ko.map.gz -# Move binaries which we use before /usr is mounted from %{_bindir} to /bin. +# Move binaries which we use before /usr is mounted from %%{_bindir} to /bin. mkdir -p $RPM_BUILD_ROOT/bin for binary in setfont dumpkeys kbd_mode unicode_start unicode_stop loadkeys ; do mv $RPM_BUILD_ROOT%{_bindir}/$binary $RPM_BUILD_ROOT/bin/ @@ -193,6 +192,7 @@ gzip $RPM_BUILD_ROOT/lib/kbd/keymaps/xkb/cz.map %changelog * Wed Feb 21 2018 Vitezslav Crhonek - 2.0.4-6 - Add BuildRequires gcc +- Escape macro in comment, remove Group tag * Wed Feb 07 2018 Fedora Release Engineering - 2.0.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild