console-setup/console-setup.spec

57 lines
2.2 KiB
RPMSpec
Raw Normal View History

Name: console-setup
Version: 1.200
Release: 1mamba
Summary: Provides the console with the same keyboard configuration scheme that X Window System has
Group: System/Internationalization
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://anonscm.debian.org/cgit/d-i/console-setup.git
## GITSOURCE https://anonscm.debian.org/git/d-i/console-setup.git 1.174
Source: https://anonscm.debian.org/git/d-i/console-setup.git/%{version}/console-setup-%{version}.tar.bz2
License: GPL
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
This package provides the console with the same keyboard configuration scheme that X Window System has.
In result, there is no need to duplicate or change the console keyboard files just to make simple customizations such as the use of dead keys, the key functioning as AltGr or Compose key, the key(s) to switch between Latin and non-Latin layouts, etc.
Besides the keyboard, the package configures also the font on the console.
It includes a rich collection of fonts and supports several languages that would be otherwise unsupported on the console (such as Armenian, Georgian, Lao and Thai).
%package -n ckbcomp
Group: System/Tools
Summary: Compile a XKB keyboard description to a keymap suitable for loadkeys or kbdcontrol
Obsoletes: keyboardctl
%description -n ckbcomp
Compile a XKB keyboard description to a keymap suitable for loadkeys or kbdcontrol.
%prep
%setup -q
%build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
install -D -m755 Keyboard/ckbcomp %{buildroot}%{_bindir}/ckbcomp
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -n ckbcomp
%defattr(-,root,root)
%{_bindir}/ckbcomp
%doc COPYRIGHT
%changelog
* Thu Feb 04 2021 Automatic Build System <autodist@mambasoft.it> 1.200-1mamba
- automatic version update by autodist
* Tue Jan 02 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.174-2mamba
- obsolete keyboardctl
* Sun Dec 31 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 1.174-1mamba
- package created using the webbuild interface