]> git.pld-linux.org Git - packages/xkeyboard-config.git/blame - xkeyboard-config.spec
- xorg rules symlink
[packages/xkeyboard-config.git] / xkeyboard-config.spec
CommitLineData
ad5d2494
AM
1Summary: X Keyboard Configuration Database
2Name: xkeyboard-config
3Version: 0.9
98aad1e4 4Release: 0.3
ad5d2494
AM
5License: BSD
6Group: X11/Development/Libraries
7Source0: http://xlibs.freedesktop.org/xkbdesc/%{name}-%{version}.tar.bz2
8# Source0-md5: 52afe60101ace8532881e70f6c2dc020
9URL: http://www.freedesktop.org/wiki/Software_2fXKeyboardConfig
10BuildRequires: autoconf >= 2.57
11BuildRequires: automake
df1f23f2 12BuildRequires: xorg-app-xkbcomp
ad5d2494
AM
13BuildArch: noarch
14Obsoletes: xorg-data-xkbdata
15Provides: xorg-data-xkbdata
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19The non-arch keyboard configuration database for X Window. The goal is
20to provide the consistent, well-structured, frequently released open
21source of X keyboard configuration data for X Window System
22implementations (free, open source and commercial). The project is
23targetted to XKB-based systems.
24
25%prep
26%setup -q
27
28%build
29%configure \
30 --enable-xkbcomp-symlink \
31 --enable-compat-rules \
98aad1e4 32 --with-xkb-rules-symlink=xorg \
ad5d2494
AM
33 --with-xkb-base=%{_datadir}/X11/xkb
34
35%{__make}
36
37%install
38rm -rf $RPM_BUILD_ROOT
39
40%{__make} install \
41 DESTDIR=$RPM_BUILD_ROOT
42
43%clean
44rm -rf $RPM_BUILD_ROOT
45
46%files
47%defattr(644,root,root,755)
48%doc AUTHORS CREDITS ChangeLog NEWS README TODO docs/H* docs/R*
49%{_datadir}/X11/xkb
79d2029d 50%exclude %{_datadir}/X11/xkb/compiled
This page took 0.090791 seconds and 4 git commands to generate.