]> git.pld-linux.org Git - packages/xorg-driver-input-keyboard.git/blame - xorg-driver-input-keyboard.spec
- converted to UTF-8
[packages/xorg-driver-input-keyboard.git] / xorg-driver-input-keyboard.spec
CommitLineData
5352bcf6 1Summary: X.org keyboard input drivers
3f20a11a 2Summary(pl.UTF-8): Sterowniki wejściowe klawiatury dla X.org
6adf6e0e 3Name: xorg-driver-input-keyboard
c3142eb8 4Version: 1.2.0
73835cd1 5Release: 0.2
6adf6e0e 6License: MIT
7Group: X11/Applications
8c6e0222 8Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-input-keyboard-%{version}.tar.bz2
c3142eb8 9# Source0-md5: 06e14029e00b32ed085769775b398efd
c107b42d 10Source1: xf86OSKbd.h
6adf6e0e 11URL: http://xorg.freedesktop.org/
f4fa28ca 12BuildRequires: autoconf >= 2.57
6adf6e0e 13BuildRequires: automake
f4fa28ca 14BuildRequires: libtool
b77d1070 15BuildRequires: pkgconfig >= 1:0.19
46beedca
JB
16BuildRequires: xorg-proto-inputproto-devel
17BuildRequires: xorg-proto-kbproto-devel
18BuildRequires: xorg-proto-randrproto-devel
f8559751 19BuildRequires: xorg-util-util-macros >= 0.99.2
c3142eb8
JB
20BuildRequires: xorg-xserver-server-devel >= 1.2.99.0
21Requires: xorg-xserver-server >= 1.2.99.0
6adf6e0e 22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
5352bcf6
JB
25X.org keyboard input drivers. They support the standard OS-provided
26keyboard interface.
6adf6e0e 27
3f20a11a
JR
28%description -l pl.UTF-8
29Sterowniki wejściowe klawiatury dla X.org. Obsługują standardowy
30interfejs klawiatury udostępniany przez system operacyjny.
6adf6e0e 31
32%prep
33%setup -q -n xf86-input-keyboard-%{version}
c107b42d 34[ -f src/xf86OSKbd.h ] && exit 1 || install %{SOURCE1} src/
6adf6e0e 35
36%build
f4fa28ca 37%{__libtoolize}
6adf6e0e 38%{__aclocal}
39%{__autoconf}
40%{__autoheader}
41%{__automake}
bafa9c78
JB
42%configure \
43 --disable-static
6adf6e0e 44
45%{__make}
46
47%install
48rm -rf $RPM_BUILD_ROOT
49
50%{__make} install \
f8559751 51 DESTDIR=$RPM_BUILD_ROOT
6adf6e0e 52
bafa9c78 53rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
6adf6e0e 54
55%clean
56rm -rf $RPM_BUILD_ROOT
57
58%files
59%defattr(644,root,root,755)
956a7696 60%doc COPYING ChangeLog
5352bcf6 61%attr(755,root,root) %{_libdir}/xorg/modules/input/kbd_drv.so
f8559751 62%{_mandir}/man4/kbd.4*
This page took 0.067939 seconds and 4 git commands to generate.