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