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