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