]> git.pld-linux.org Git - packages/xorg-driver-input-keyboard.git/blame - xorg-driver-input-keyboard.spec
- release 3 (by relup.sh)
[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
d3b3aabc 4Version: 1.8.1
240ebda4 5Release: 3
6adf6e0e 6License: MIT
7Group: X11/Applications
8c6e0222 8Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-input-keyboard-%{version}.tar.bz2
d3b3aabc 9# Source0-md5: 96ccc43d389b970afbd3893875dfd678
6adf6e0e 10URL: http://xorg.freedesktop.org/
8afa225c 11BuildRequires: autoconf >= 2.60
6adf6e0e 12BuildRequires: automake
f4fa28ca 13BuildRequires: libtool
b77d1070 14BuildRequires: pkgconfig >= 1:0.19
46beedca
JB
15BuildRequires: xorg-proto-inputproto-devel
16BuildRequires: xorg-proto-kbproto-devel
8afa225c 17BuildRequires: xorg-util-util-macros >= 1.8
8ac8f192 18BuildRequires: xorg-xserver-server-devel >= 1.4
3cad5606 19BuildRequires: rpmbuild(macros) >= 1.389
b03f8f5d 20%{?requires_xorg_xserver_xinput}
8ac8f192 21Requires: xorg-xserver-server >= 1.4
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}
34
35%build
f4fa28ca 36%{__libtoolize}
6adf6e0e 37%{__aclocal}
38%{__autoconf}
39%{__autoheader}
40%{__automake}
8afa225c 41%configure
6adf6e0e 42
43%{__make}
44
45%install
46rm -rf $RPM_BUILD_ROOT
47
48%{__make} install \
f8559751 49 DESTDIR=$RPM_BUILD_ROOT
6adf6e0e 50
8afa225c 51%{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
6adf6e0e 52
53%clean
54rm -rf $RPM_BUILD_ROOT
55
56%files
57%defattr(644,root,root,755)
e67b686f 58%doc COPYING ChangeLog README
5352bcf6 59%attr(755,root,root) %{_libdir}/xorg/modules/input/kbd_drv.so
f8559751 60%{_mandir}/man4/kbd.4*
This page took 0.118639 seconds and 4 git commands to generate.