]> git.pld-linux.org Git - packages/xorg-app-xkbcomp.git/blob - xorg-app-xkbcomp.spec
- updated to 1.3.0
[packages/xorg-app-xkbcomp.git] / xorg-app-xkbcomp.spec
1 Summary:        xkbcomp application - compiling XKB keyboard description
2 Summary(pl.UTF-8):      Aplikacja xkbcomp do kompilacji opisów klawiatury XKB
3 Name:           xorg-app-xkbcomp
4 Version:        1.3.0
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/app/xkbcomp-%{version}.tar.bz2
9 # Source0-md5:  0012a8e3092cddf7f87b250f96bb38c5
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-proto-xproto-devel >= 7.0.17
17 BuildRequires:  xorg-util-util-macros >= 1.8
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 The xkbcomp keymap compiler converts a description of an XKB keymap
22 into one of several output formats. The most common use for xkbcomp is
23 to create a compiled keymap file (.xkm extension) which can be read
24 directly by XKB-capable X servers or utilities. The keymap compiler
25 can also produce C header files or XKB source files. The C header
26 files produced by xkbcomp can be included by X servers or utilities
27 that need a built-in default keymap.
28
29 %description -l pl.UTF-8
30 xkbcomp jest kompilatorem map klawiatury przekształcającym opisy map
31 klawiatury na jeden z kilku formatów wyjściowych. Najbardziej
32 powszechnym zastosowaniem xkbcomp jest tworzenie plików skompilowanych
33 map klawiatury (z rozszerzeniem .xkm), które można mogą być czytane
34 bezpośrednio przez serwery X lub narzędzia obsługujące rozszerzenie
35 XKB. Kompilator może także utworzyć pliki nagłówkowe C lub pliki
36 źródłowe XKB. Pliki nagłówkowe C mogą być włączane przez serwery X lub
37 narzędzia wymagające wbudowanej domyślnej mapy klawiatury.
38
39 %prep
40 %setup -q -n xkbcomp-%{version}
41
42 %build
43 %{__aclocal}
44 %{__autoconf}
45 %{__autoheader}
46 %{__automake}
47 %configure
48
49 %{__make}
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53
54 %{__make} install \
55         DESTDIR=$RPM_BUILD_ROOT
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %files
61 %defattr(644,root,root,755)
62 %doc COPYING ChangeLog README*
63 %attr(755,root,root) %{_bindir}/xkbcomp
64 %{_mandir}/man1/xkbcomp.1*
65 %{_pkgconfigdir}/xkbcomp.pc
This page took 0.097175 seconds and 3 git commands to generate.