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