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