]> git.pld-linux.org Git - packages/xorg-driver-input-mouse.git/blob - xorg-driver-input-mouse.spec
- --disable-static instead of creating and removing *.a
[packages/xorg-driver-input-mouse.git] / xorg-driver-input-mouse.spec
1 Summary:        X.org mouse driver
2 Summary(pl):    Sterownik myszy dla X.org
3 Name:           xorg-driver-input-mouse
4 Version:        1.0.0.1
5 Release:        0.1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/X11R7.0-RC1/driver/xf86-input-mouse-%{version}.tar.bz2
9 # Source0-md5:  fb2a899ea620b992918981e50e7ac2f8
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.57
12 BuildRequires:  automake
13 BuildRequires:  libtool
14 BuildRequires:  pkgconfig >= 1:0.19
15 BuildRequires:  xorg-proto-xproto-devel
16 BuildRequires:  xorg-util-util-macros >= 0.99.1
17 BuildRequires:  xorg-xserver-server-devel
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 X.org mouse driver.
22
23 %description -l pl
24 Sterownik myszy dla X.org.
25
26 %prep
27 %setup -q -n xf86-input-mouse-%{version}
28
29 %build
30 %{__libtoolize}
31 %{__aclocal}
32 %{__autoconf}
33 %{__autoheader}
34 %{__automake}
35 %configure \
36         --disable-static
37
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT \
45         drivermandir=%{_mandir}/man4
46
47 rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc README
55 %attr(755,root,root) %{_libdir}/xorg/modules/input/*.so
56 %{_mandir}/man4/*.4x*
This page took 0.0346880000000001 seconds and 4 git commands to generate.