]> git.pld-linux.org Git - packages/xorg-driver-input-mouse.git/blame - xorg-driver-input-mouse.spec
- updated to 1.3.0
[packages/xorg-driver-input-mouse.git] / xorg-driver-input-mouse.spec
CommitLineData
429837d1 1Summary: X.org mouse input driver
8e82f533 2Summary(pl.UTF-8): Sterownik wejściowy myszy dla X.org
5d9d405f 3Name: xorg-driver-input-mouse
14406bcb 4Version: 1.3.0
82a5dd00 5Release: 1
5d9d405f 6License: MIT
7Group: X11/Applications
3d5ccb69 8Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-input-mouse-%{version}.tar.bz2
14406bcb 9# Source0-md5: 31a51b0e5ddc4fac19754f48a3adf881
5d9d405f 10URL: http://xorg.freedesktop.org/
bd8cba3e 11BuildRequires: autoconf >= 2.57
5d9d405f 12BuildRequires: automake
bd8cba3e 13BuildRequires: libtool
accfd222 14BuildRequires: pkgconfig >= 1:0.19
8d32b022
JB
15BuildRequires: xorg-proto-inputproto-devel
16BuildRequires: xorg-proto-randrproto-devel
f20aaab8 17BuildRequires: xorg-util-util-macros >= 0.99.2
42553899 18BuildRequires: xorg-xserver-server-devel >= 1.0.99.901
92171e75
AM
19BuildRequires: rpmbuild(macros) >= 1.389
20%requires_xorg_xserver_xinput
42553899 21Requires: xorg-xserver-server >= 1.0.99.901
5d9d405f 22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
429837d1
JB
25X.org mouse input driver. It supports most available mouse types and
26interfaces, including USB and PS/2.
5d9d405f 27
5d04cb74
JR
28%description -l pl.UTF-8
29Sterownik wejściowy myszy dla X.org. Obsługuje większość dostępnych
30rodzajów myszy i interfejsów, w tym USB i PS/2.
5d9d405f 31
32%prep
33%setup -q -n xf86-input-mouse-%{version}
34
35%build
bd8cba3e 36%{__libtoolize}
5d9d405f 37%{__aclocal}
38%{__autoconf}
39%{__autoheader}
40%{__automake}
f22dd97d
JB
41%configure \
42 --disable-static
5d9d405f 43
44%{__make}
45
46%install
47rm -rf $RPM_BUILD_ROOT
48
49%{__make} install \
f20aaab8 50 DESTDIR=$RPM_BUILD_ROOT
5d9d405f 51
f22dd97d 52rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
5d9d405f 53
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57%files
58%defattr(644,root,root,755)
80159ac5 59%doc COPYING ChangeLog README
429837d1 60%attr(755,root,root) %{_libdir}/xorg/modules/input/mouse_drv.so
8d6e80e3 61%{_mandir}/man4/mousedrv.4*
This page took 0.098946 seconds and 4 git commands to generate.