]> git.pld-linux.org Git - packages/xorg-driver-video-siliconmotion.git/blob - xorg-driver-video-siliconmotion.spec
- fix building with xserver 1.19
[packages/xorg-driver-video-siliconmotion.git] / xorg-driver-video-siliconmotion.spec
1 Summary:        X.org video driver for Silicon Motion video chips
2 Summary(pl.UTF-8):      Sterownik obrazu X.org dla układów graficznych Silicon Motion
3 Name:           xorg-driver-video-siliconmotion
4 Version:        1.7.8
5 Release:        4
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/driver/xf86-video-siliconmotion-%{version}.tar.bz2
9 # Source0-md5:  46846be22f9e68db941abca7cd9334d9
10 Patch0:         xserver-1.19.patch
11 URL:            http://xorg.freedesktop.org/
12 BuildRequires:  autoconf >= 2.60
13 BuildRequires:  automake
14 BuildRequires:  libtool
15 BuildRequires:  pkgconfig >= 1:0.19
16 BuildRequires:  rpmbuild(macros) >= 1.389
17 BuildRequires:  xorg-lib-libpciaccess-devel >= 0.8.0
18 BuildRequires:  xorg-proto-fontsproto-devel
19 BuildRequires:  xorg-proto-videoproto-devel
20 BuildRequires:  xorg-proto-xextproto-devel >= 7.0.99.1
21 BuildRequires:  xorg-proto-xproto-devel
22 BuildRequires:  xorg-util-util-macros >= 1.8
23 BuildRequires:  xorg-xserver-server-devel >= 1.0.99.901
24 %{?requires_xorg_xserver_videodrv}
25 Requires:       xorg-xserver-server >= 1.0.99.901
26 Provides:       xorg-driver-video
27 Obsoletes:      X11-driver-siliconmotion < 1:7.0.0
28 Obsoletes:      XFree86-driver-siliconmotion < 1:7.0.0
29 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31 %description
32 X.org video driver for Silicon Motion video chips. It supports PCI and
33 AGP video cards based on the following chips:
34 - Lynx (SM910),
35 - LynxE (SM810),
36 - Lynx3D (SM820),
37 - LynxEM (SM710),
38 - LynxEM+ (SM712),
39 - Lynx3DM (SM720),
40 - Cougar3DR (SM730),
41 - MSOC (SM501, SM502).
42
43 %description -l pl.UTF-8
44 Sterownik obrazu X.org dla układów graficznych Silicon Motion.
45 Obsługuje karty PCI i AGP oparte na następujących układach:
46 - Lynx (SM910),
47 - LynxE (SM810),
48 - Lynx3D (SM820),
49 - LynxEM (SM710),
50 - LynxEM+ (SM712),
51 - Lynx3DM (SM720),
52 - Cougar3DR (SM730),
53 - MSOC (SM501, SM502).
54
55 %prep
56 %setup -q -n xf86-video-siliconmotion-%{version}
57 %patch0 -p1
58
59 %build
60 %{__libtoolize}
61 %{__aclocal}
62 %{__autoconf}
63 %{__autoheader}
64 %{__automake}
65 %configure
66
67 %{__make}
68
69 %install
70 rm -rf $RPM_BUILD_ROOT
71
72 %{__make} install \
73         DESTDIR=$RPM_BUILD_ROOT
74
75 %{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
76
77 %clean
78 rm -rf $RPM_BUILD_ROOT
79
80 %files
81 %defattr(644,root,root,755)
82 %doc COPYING ChangeLog README Release.txt
83 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/siliconmotion_drv.so
84 %{_mandir}/man4/siliconmotion.4*
This page took 0.069784 seconds and 3 git commands to generate.