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