]> git.pld-linux.org Git - packages/xorg-app-setxkbmap.git/blame - xorg-app-setxkbmap.spec
- updated to 1.3.4
[packages/xorg-app-setxkbmap.git] / xorg-app-setxkbmap.spec
CommitLineData
767f7611
JB
1Summary: setxkbmap application - set the keyboard using the X Keyboard Extension
2Summary(pl.UTF-8): Aplikacja setxkbmap - konfiguracja klawiatury przy użyciu rozszerzenia X Keyboard
2085024b 3Name: xorg-app-setxkbmap
98d686dd 4Version: 1.3.4
5f421ba8 5Release: 1
2085024b
AM
6License: MIT
7Group: X11/Applications
33ce5805 8Source0: https://xorg.freedesktop.org/releases/individual/app/setxkbmap-%{version}.tar.xz
98d686dd 9# Source0-md5: 1d61c9f4a3d1486eff575bf233e5776c
7d825367 10URL: https://xorg.freedesktop.org/
288645c2 11BuildRequires: autoconf >= 2.60
2085024b 12BuildRequires: automake
3c471390 13BuildRequires: pkgconfig >= 1:0.19
33ce5805 14BuildRequires: tar >= 1:1.22
a7506fb1 15BuildRequires: xorg-lib-libX11-devel
98d686dd 16BuildRequires: xorg-lib-libXrandr-devel
2085024b 17BuildRequires: xorg-lib-libxkbfile-devel
288645c2 18BuildRequires: xorg-util-util-macros >= 1.8
33ce5805 19BuildRequires: xz
e4d450eb 20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
2085024b
AM
21
22%description
767f7611
JB
23The setxkbmap command maps the keyboard to use the layout determined
24by the options specified on the command line.
25
26An XKB keymap is constructed from a number of components which are
27compiled only as needed.
2085024b 28
59aa14ff 29%description -l pl.UTF-8
767f7611
JB
30Polecenie setxkbmap odwzorowuje klawiaturę zgodnie z układem
31określonym opcjami podanymi z linii poleceń.
32
33Mapa klawiatury XKB jest konstruowana z wielu składników, które są
34kompilowane tylko w razie potrzeby.
2085024b 35
2085024b
AM
36%prep
37%setup -q -n setxkbmap-%{version}
38
2085024b
AM
39%build
40%{__aclocal}
41%{__autoconf}
42%{__autoheader}
43%{__automake}
44%configure
2085024b
AM
45%{__make}
46
2085024b
AM
47%install
48rm -rf $RPM_BUILD_ROOT
2085024b 49%{__make} install \
36e70591 50 DESTDIR=$RPM_BUILD_ROOT
2085024b 51
2085024b
AM
52%clean
53rm -rf $RPM_BUILD_ROOT
54
2085024b
AM
55%files
56%defattr(644,root,root,755)
7d825367 57%doc COPYING ChangeLog README.md
22a3c9e1 58%attr(755,root,root) %{_bindir}/setxkbmap
f99ecd7c 59%{_mandir}/man1/setxkbmap.1*
This page took 0.115674 seconds and 4 git commands to generate.