update to 1.3.3 [release 1.3.3-1mamba;Sat May 07 2022]
This commit is contained in:
parent
55b5b4c2c5
commit
4b9a8e0d7f
@ -1,7 +1,6 @@
|
|||||||
# setxkbmap
|
# setxkbmap
|
||||||
|
|
||||||
The setxkbmap command maps the keyboard to use the layout determined by the options specified on the command line.
|
The setxkbmap command maps the keyboard to use the layout determined by the options specified on the command line.
|
||||||
|
|
||||||
An XKB keymap is constructed from a number of components which are compiled only as needed.
|
An XKB keymap is constructed from a number of components which are compiled only as needed.
|
||||||
The source for all of the components can be found in /usr/share/X11/xkb.
|
The source for all of the components can be found in /usr/share/X11/xkb.
|
||||||
|
|
||||||
|
@ -1,27 +1,28 @@
|
|||||||
Name: setxkbmap
|
Name: setxkbmap
|
||||||
Version: 1.3.2
|
Version: 1.3.3
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: setxkbmap - set the keyboard using the X Keyboard Extension
|
Summary: setxkbmap - set the keyboard using the X Keyboard Extension
|
||||||
Group: Graphical Desktop/Applications/Utilities
|
Group: Graphical Desktop/Applications/Utilities
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Tiziana Ferro <tiziana.ferro@email.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://xorg.freedesktop.org/
|
URL: https://www.x.org/wiki/
|
||||||
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
|
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
|
BuildRequires: libXrandr-devel
|
||||||
BuildRequires: libxkbfile-devel
|
BuildRequires: libxkbfile-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The setxkbmap command maps the keyboard to use the layout determined by the options specified on the command line.
|
The setxkbmap command maps the keyboard to use the layout determined by the options specified on the command line.
|
||||||
|
|
||||||
An XKB keymap is constructed from a number of components which are compiled only as needed.
|
An XKB keymap is constructed from a number of components which are compiled only as needed.
|
||||||
The source for all of the components can be found in /usr/share/X11/xkb.
|
The source for all of the components can be found in /usr/share/X11/xkb.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -36,7 +37,6 @@ The source for all of the components can be found in /usr/share/X11/xkb.
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
@ -44,6 +44,9 @@ The source for all of the components can be found in /usr/share/X11/xkb.
|
|||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 07 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.3-1mamba
|
||||||
|
- update to 1.3.3
|
||||||
|
|
||||||
* Fri Aug 02 2019 Automatic Build System <autodist@mambasoft.it> 1.3.2-1mamba
|
* Fri Aug 02 2019 Automatic Build System <autodist@mambasoft.it> 1.3.2-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user