/[packages]/cauldron/xkbcomp/current/SPECS/xkbcomp.spec
ViewVC logotype

Contents of /cauldron/xkbcomp/current/SPECS/xkbcomp.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7890 - (show annotations) (download)
Thu Jan 13 00:08:00 2011 UTC (13 years, 2 months ago) by dmorgan
File size: 856 byte(s)
imported package xkbcomp
1 Name: xkbcomp
2 Version: 1.2.0
3 Release: %mkrel 1
4 Summary: Compile XKB keyboard description
5 Group: Development/X11
6 Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
7 License: MIT
8 BuildRoot: %{_tmppath}/%{name}-root
9
10 BuildRequires: libx11-devel >= 1.0.0
11 BuildRequires: libxkbfile-devel >= 1.0.1
12 BuildRequires: x11-util-macros >= 1.0.1
13
14 %description
15 The xkbcomp keymap compiler converts a description of an XKB keymap into one of
16 several output formats. The most common use for xkbcomp is to create a compiled
17 keymap file (.xkm extension) which can be read directly by XKB-capable X
18 servers or utilities.
19
20 %prep
21 %setup -q -n %{name}-%{version}
22
23 %build
24 %configure
25 %make
26
27 %install
28 rm -rf %{buildroot}
29 %makeinstall_std
30
31 %clean
32 rm -rf %{buildroot}
33
34 %files
35 %defattr(-,root,root)
36 %{_bindir}/xkbcomp
37 %{_mandir}/man1/xkbcomp.1*
38
39

  ViewVC Help
Powered by ViewVC 1.1.30