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