]> git.pld-linux.org Git - packages/xorg-driver-video-s3virge.git/blob - xorg-driver-video-s3virge.spec
- fix building for xserver 1.20
[packages/xorg-driver-video-s3virge.git] / xorg-driver-video-s3virge.spec
1 Summary:        X.org video driver for S3 ViRGE and Trio3D video chips
2 Summary(pl.UTF-8):      Sterownik obrazu X.org dla układów graficznych S3 ViRGE i Trio3D
3 Name:           xorg-driver-video-s3virge
4 Version:        1.10.7
5 Release:        4
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/driver/xf86-video-s3virge-%{version}.tar.bz2
9 # Source0-md5:  9d4dd8060544d95a1ce7d0ce0853cbe6
10 Patch0:         xorg-abi24.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-randrproto-devel
20 BuildRequires:  xorg-proto-renderproto-devel
21 BuildRequires:  xorg-proto-videoproto-devel
22 BuildRequires:  xorg-proto-xextproto-devel >= 7.0.99.1
23 BuildRequires:  xorg-util-util-macros >= 1.8
24 BuildRequires:  xorg-xserver-server-devel >= 1.0.99.901
25 %{?requires_xorg_xserver_videodrv}
26 Requires:       xorg-xserver-server >= 1.0.99.901
27 Provides:       xorg-driver-video
28 Obsoletes:      X11-driver-s3virge < 1:7.0.0
29 Obsoletes:      XFree86-S3V
30 Obsoletes:      XFree86-driver-s3virge < 1:7.0.0
31 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33 %description
34 X.org video driver for S3 ViRGE and Trio3D video chips. It supports
35 PCI and AGP video cards based on the following chips:
36 - ViRGE (86C325),
37 - ViRGE VX (86C988),
38 - ViRGE DX (86C375),
39 - ViRGE GX (86C385),
40 - ViRGE GX2 (86C357),
41 - ViRGE MX (86C260),
42 - ViRGE MX+ (86C280),
43 - Trio3D (86C365),
44 - Trio3D/2X (86C362, 86C368).
45
46 %description -l pl.UTF-8
47 Sterownik obrazu X.org dla układów graficznych S3 ViRGE i Trio3D.
48 Obsługuje karty PCI i AGP oparte na następujących układach:
49 - ViRGE (86C325),
50 - ViRGE VX (86C988),
51 - ViRGE DX (86C375),
52 - ViRGE GX (86C385),
53 - ViRGE GX2 (86C357),
54 - ViRGE MX (86C260),
55 - ViRGE MX+ (86C280),
56 - Trio3D (86C365),
57 - Trio3D/2X (86C362, 86C368).
58
59 %prep
60 %setup -q -n xf86-video-s3virge-%{version}
61 %patch0 -p1
62
63 %build
64 %{__libtoolize}
65 %{__aclocal}
66 %{__autoconf}
67 %{__autoheader}
68 %{__automake}
69 %configure
70
71 %{__make}
72
73 %install
74 rm -rf $RPM_BUILD_ROOT
75
76 %{__make} install \
77         DESTDIR=$RPM_BUILD_ROOT
78
79 %{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
80
81 %clean
82 rm -rf $RPM_BUILD_ROOT
83
84 %files
85 %defattr(644,root,root,755)
86 %doc COPYING ChangeLog README TODO
87 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/s3virge_drv.so
88 %{_mandir}/man4/s3virge.4*
This page took 0.062587 seconds and 4 git commands to generate.