Split setxkbmap out from xorg-x11-xkb-utils into its own package (#1895795)
This commit is contained in:
parent
7f7744c7d6
commit
1e105d3f74
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/setxkbmap-*.tar.bz2
|
40
setxkbmap.spec
Normal file
40
setxkbmap.spec
Normal file
@ -0,0 +1,40 @@
|
||||
Name: setxkbmap
|
||||
Version: 1.3.2
|
||||
Release: 2%{?dist}
|
||||
Summary: X11 keymap client
|
||||
|
||||
License: MIT
|
||||
URL: https://www.x.org
|
||||
Source0: https://www.x.org/pub/individual/app/setxkbmap-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: make gcc
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xkbfile)
|
||||
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
||||
|
||||
Obsoletes: xorg-x11-xkb-utils < 7.8
|
||||
|
||||
%description
|
||||
setxkbmap is an X11 client to change the keymaps in the X server for a
|
||||
specified keyboard to use the layout determined by the options listed
|
||||
on the command line.
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%configure --disable-silent-rules
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%{_bindir}/setxkbmap
|
||||
%{_mandir}/man1/setxkbmap.1*
|
||||
|
||||
%changelog
|
||||
* Thu Nov 05 2020 Peter Hutterer <peter.hutterer@redhat.com> 1.3.2-2
|
||||
- Split setxkbmap out from xorg-x11-xkb-utils into its own package
|
||||
(#1895795)
|
Loading…
Reference in New Issue
Block a user