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