]> git.pld-linux.org Git - packages/xkeyboard-config.git/blob - xkeyboard-config.spec
- x32 hack, release 2
[packages/xkeyboard-config.git] / xkeyboard-config.spec
1 Summary:        X Keyboard Configuration Database
2 Summary(pl.UTF-8):      Baza danych konfiguracji klawiatury pod X
3 Name:           xkeyboard-config
4 Version:        2.15
5 Release:        2
6 License:        MIT
7 Group:          X11/Development/Libraries
8 Source0:        http://xorg.freedesktop.org/releases/individual/data/xkeyboard-config/%{name}-%{version}.tar.bz2
9 # Source0-md5:  4af1deeb7c5f4cad62e65957d98d6758
10 URL:            http://www.freedesktop.org/wiki/Software/XKeyboardConfig
11 BuildRequires:  autoconf >= 2.57
12 BuildRequires:  automake
13 BuildRequires:  gettext-tools >= 0.17
14 BuildRequires:  intltool >= 0.30
15 BuildRequires:  rpmbuild(macros) >= 1.446
16 BuildRequires:  xorg-app-xkbcomp
17 BuildRequires:  xorg-util-util-macros >= 1.12
18 # for sinhala layouts
19 Requires:       xorg-lib-libX11 >= 1.4.3
20 Provides:       xorg-data-xkbdata
21 Obsoletes:      xorg-data-xkbdata < 0.9
22 BuildArch:      noarch
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 The non-arch keyboard configuration database for X Window System. The
27 goal is to provide the consistent, well-structured, frequently
28 released open source of X keyboard configuration data for X Window
29 System implementations (free, open source and commercial). The project
30 is targeted to XKB-based systems.
31
32 %description -l pl.UTF-8
33 Niezależna od architektury baza danych konfiguracji klawiatury dla
34 systemu X Window. Celem jest dostarczenie spójnych, dobrze
35 zbudowanych, często wydawanych danych konfiguracji klawiatury pod X z
36 otwartymi źródłami dla implementacji X Window System (wolnodostępnych,
37 mających otwarte źródła i komercyjnych). Projekt jest przeznaczony dla
38 systemów opartych na XKB.
39
40 %prep
41 %setup -q
42
43 %build
44 %{__intltoolize}
45 %{__aclocal}
46 %{__autoconf}
47 %{__automake}
48 %configure \
49 %ifarch x32
50         --host=%{_target_platform} \
51         --build=%{_target_platform} \
52 %else
53         --host=%{_host} \
54         --build=%{_host} \
55 %endif
56         --disable-runtime-deps \
57         --enable-compat-rules \
58         --with-xkb-rules-symlink=xorg \
59         --with-xkb-base=%{_datadir}/X11/xkb
60
61 %{__make}
62
63 %install
64 rm -rf $RPM_BUILD_ROOT
65
66 %{__make} install \
67         DESTDIR=$RPM_BUILD_ROOT
68
69 ln -s /var/lib/xkb $RPM_BUILD_ROOT%{_datadir}/X11/xkb/compiled
70
71 %find_lang %{name}
72
73 %clean
74 rm -rf $RPM_BUILD_ROOT
75
76 %pretrans
77 # it used to be directory in xkbdata
78 if [ -d %{_datadir}/X11/xkb/symbols/pc ]; then
79         mv -b %{_datadir}/X11/xkb/symbols/pc{,.dir}
80 %banner -e %{name} <<EOF
81 Check out %{_datadir}/X11/xkb/symbols/pc.dir
82 for your own files and remove it when done.
83 EOF
84 fi
85 if [ -d %{_datadir}/X11/xkb/compiled ]; then
86         rm -rf %{_datadir}/X11/xkb/compiled
87 fi
88
89 %files -f %{name}.lang
90 %defattr(644,root,root,755)
91 %doc AUTHORS COPYING ChangeLog NEWS README TODO docs/H* docs/R*
92 %{_datadir}/X11/xkb
93 %{_npkgconfigdir}/xkeyboard-config.pc
94 %{_mandir}/man7/xkeyboard-config.7*
This page took 0.064893 seconds and 4 git commands to generate.