!6 kbd: bugfix in build process
Merge pull request !6 from orange-snn/master
This commit is contained in:
commit
b6d5bb643f
10
kbd.spec
10
kbd.spec
@ -1,6 +1,6 @@
|
||||
Name: kbd
|
||||
Version: 2.0.4
|
||||
Release: 10
|
||||
Release: 11
|
||||
Summary: Tools for managing Linux console(keyboard, virtual terminals, etc.)
|
||||
License: GPLv2+
|
||||
URL: https://www.%{name}-project.org/
|
||||
@ -144,8 +144,6 @@ while read line; do
|
||||
ckbcomp "$line" | gzip > %{buildroot}/lib/%{name}/keymaps/xkb/"$line".map.gz
|
||||
done < layouts-list-uniq.lst
|
||||
|
||||
zgrep -L "U+0041" %{buildroot}/lib/%{name}/keymaps/xkb/* | xargs rm -f
|
||||
|
||||
gunzip %{buildroot}/lib/%{name}/keymaps/xkb/fi.map.gz
|
||||
mv %{buildroot}/lib/%{name}/keymaps/xkb/fi.map %{buildroot}/lib/%{name}/keymaps/xkb/fi-kotoistus.map
|
||||
gzip %{buildroot}/lib/%{name}/keymaps/xkb/fi-kotoistus.map
|
||||
@ -181,5 +179,11 @@ gzip %{buildroot}/lib/%{name}/keymaps/xkb/cz.map
|
||||
%{_mandir}/man8/*.8.gz
|
||||
|
||||
%changelog
|
||||
* Wed Jan 22 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.0.4-11
|
||||
- Type:bugfix
|
||||
- Id:NA
|
||||
- SUG:NA
|
||||
- DESC:bugfix in build process
|
||||
|
||||
* Wed Sep 18 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.0.4-10
|
||||
- Package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user