]> git.pld-linux.org Git - packages/xorg-driver-video-s3virge.git/blob - xorg-driver-video-s3virge.spec
- release 3 (by relup.sh)
[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:        3
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 URL:            http://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:  xorg-lib-libpciaccess-devel >= 0.8.0
17 BuildRequires:  xorg-proto-fontsproto-devel
18 BuildRequires:  xorg-proto-randrproto-devel
19 BuildRequires:  xorg-proto-renderproto-devel
20 BuildRequires:  xorg-proto-videoproto-devel
21 BuildRequires:  xorg-proto-xextproto-devel >= 7.0.99.1
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-s3virge < 1:7.0.0
28 Obsoletes:      XFree86-S3V
29 Obsoletes:      XFree86-driver-s3virge < 1:7.0.0
30 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32 %description
33 X.org video driver for S3 ViRGE and Trio3D video chips. It supports
34 PCI and AGP video cards based on the following chips:
35 - ViRGE (86C325),
36 - ViRGE VX (86C988),
37 - ViRGE DX (86C375),
38 - ViRGE GX (86C385),
39 - ViRGE GX2 (86C357),
40 - ViRGE MX (86C260),
41 - ViRGE MX+ (86C280),
42 - Trio3D (86C365),
43 - Trio3D/2X (86C362, 86C368).
44
45 %description -l pl.UTF-8
46 Sterownik obrazu X.org dla układów graficznych S3 ViRGE i Trio3D.
47 Obsługuje karty PCI i AGP oparte na następujących układach:
48 - ViRGE (86C325),
49 - ViRGE VX (86C988),
50 - ViRGE DX (86C375),
51 - ViRGE GX (86C385),
52 - ViRGE GX2 (86C357),
53 - ViRGE MX (86C260),
54 - ViRGE MX+ (86C280),
55 - Trio3D (86C365),
56 - Trio3D/2X (86C362, 86C368).
57
58 %prep
59 %setup -q -n xf86-video-s3virge-%{version}
60
61 %build
62 %{__libtoolize}
63 %{__aclocal}
64 %{__autoconf}
65 %{__autoheader}
66 %{__automake}
67 %configure
68
69 %{__make}
70
71 %install
72 rm -rf $RPM_BUILD_ROOT
73
74 %{__make} install \
75         DESTDIR=$RPM_BUILD_ROOT
76
77 %{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
78
79 %clean
80 rm -rf $RPM_BUILD_ROOT
81
82 %files
83 %defattr(644,root,root,755)
84 %doc COPYING ChangeLog README TODO
85 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/s3virge_drv.so
86 %{_mandir}/man4/s3virge.4*
This page took 0.056359 seconds and 4 git commands to generate.