]> git.pld-linux.org Git - packages/xorg-driver-input-keyboard.git/blame - xorg-driver-input-keyboard.spec
- updated URLs, cleanup; don't upgrade to 2.0.0 on Linux
[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
1196299c 4# NOTE: keep 1.9.x here; 2.0.0 doesn't support Linux
e03c6221
AM
5Version: 1.9.0
6Release: 1
6adf6e0e 7License: MIT
8Group: X11/Applications
1196299c 9Source0: https://xorg.freedesktop.org/releases/individual/driver/xf86-input-keyboard-%{version}.tar.bz2
e03c6221 10# Source0-md5: a3a3f0dd32361dcdbd406e894dafe090
1196299c 11URL: https://xorg.freedesktop.org/
8afa225c 12BuildRequires: autoconf >= 2.60
6adf6e0e 13BuildRequires: automake
f4fa28ca 14BuildRequires: libtool
b77d1070 15BuildRequires: pkgconfig >= 1:0.19
1196299c 16BuildRequires: rpmbuild(macros) >= 1.389
46beedca 17BuildRequires: xorg-proto-inputproto-devel
f7461875 18BuildRequires: xorg-proto-xproto-devel
8afa225c 19BuildRequires: xorg-util-util-macros >= 1.8
f7461875 20BuildRequires: xorg-xserver-server-devel >= 1.10
b03f8f5d 21%{?requires_xorg_xserver_xinput}
f7461875 22Requires: xorg-xserver-server >= 1.10
6adf6e0e 23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
5352bcf6
JB
26X.org keyboard input drivers. They support the standard OS-provided
27keyboard interface.
6adf6e0e 28
3f20a11a
JR
29%description -l pl.UTF-8
30Sterowniki wejściowe klawiatury dla X.org. Obsługują standardowy
31interfejs klawiatury udostępniany przez system operacyjny.
6adf6e0e 32
33%prep
34%setup -q -n xf86-input-keyboard-%{version}
35
36%build
f4fa28ca 37%{__libtoolize}
6adf6e0e 38%{__aclocal}
39%{__autoconf}
40%{__autoheader}
41%{__automake}
8afa225c 42%configure
6adf6e0e 43
44%{__make}
45
46%install
47rm -rf $RPM_BUILD_ROOT
48
49%{__make} install \
f8559751 50 DESTDIR=$RPM_BUILD_ROOT
6adf6e0e 51
8afa225c 52%{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
6adf6e0e 53
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57%files
58%defattr(644,root,root,755)
e67b686f 59%doc COPYING ChangeLog README
5352bcf6 60%attr(755,root,root) %{_libdir}/xorg/modules/input/kbd_drv.so
f8559751 61%{_mandir}/man4/kbd.4*
This page took 0.110614 seconds and 4 git commands to generate.