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