]> git.pld-linux.org Git - packages/xorg-driver-video-s3virge.git/blame - xorg-driver-video-s3virge.spec
- updated to 1.11.1
[packages/xorg-driver-video-s3virge.git] / xorg-driver-video-s3virge.spec
CommitLineData
e04d6131 1Summary: X.org video driver for S3 ViRGE and Trio3D video chips
32e6d6dd 2Summary(pl.UTF-8): Sterownik obrazu X.org dla układów graficznych S3 ViRGE i Trio3D
e04d6131 3Name: xorg-driver-video-s3virge
e53f38d8
JB
4Version: 1.11.1
5Release: 1
e04d6131
JB
6License: MIT
7Group: X11/Applications
e53f38d8
JB
8Source0: https://xorg.freedesktop.org/releases/individual/driver/xf86-video-s3virge-%{version}.tar.xz
9# Source0-md5: e74bb0147656fb0cc149732d76d3743a
2e2036cf 10URL: https://xorg.freedesktop.org/
fab18537 11BuildRequires: autoconf >= 2.60
e04d6131
JB
12BuildRequires: automake
13BuildRequires: libtool
14BuildRequires: pkgconfig >= 1:0.19
33550069 15BuildRequires: rpmbuild(macros) >= 1.389
e53f38d8 16BuildRequires: tar >= 1:1.22
036bf6f4 17BuildRequires: xorg-lib-libpciaccess-devel >= 0.8.0
3a733422
JB
18BuildRequires: xorg-proto-fontsproto-devel
19BuildRequires: xorg-proto-randrproto-devel
20BuildRequires: xorg-proto-renderproto-devel
e04d6131 21BuildRequires: xorg-proto-videoproto-devel
33550069 22BuildRequires: xorg-proto-xextproto-devel >= 7.0.99.1
2e2036cf 23BuildRequires: xorg-proto-xproto-devel
fab18537 24BuildRequires: xorg-util-util-macros >= 1.8
44db14cf 25BuildRequires: xorg-xserver-server-devel >= 1.0.99.901
e53f38d8 26BuildRequires: xz
33550069 27%{?requires_xorg_xserver_videodrv}
44db14cf 28Requires: xorg-xserver-server >= 1.0.99.901
1e9517fc 29Provides: xorg-driver-video
671ed299 30Obsoletes: X11-driver-s3virge < 1:7.0.0
e53f38d8 31Obsoletes: XFree86-S3V < 4
671ed299 32Obsoletes: XFree86-driver-s3virge < 1:7.0.0
e04d6131
JB
33BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
34
35%description
36X.org video driver for S3 ViRGE and Trio3D video chips. It supports
33550069
JB
37PCI 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).
e04d6131 47
4a18638a
JR
48%description -l pl.UTF-8
49Sterownik obrazu X.org dla układów graficznych S3 ViRGE i Trio3D.
33550069
JB
50Obsł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).
e04d6131
JB
60
61%prep
62%setup -q -n xf86-video-s3virge-%{version}
63
64%build
65%{__libtoolize}
66%{__aclocal}
67%{__autoconf}
68%{__autoheader}
69%{__automake}
33550069 70%configure
e04d6131
JB
71
72%{__make}
73
74%install
75rm -rf $RPM_BUILD_ROOT
76
77%{__make} install \
11418f52 78 DESTDIR=$RPM_BUILD_ROOT
e04d6131 79
fab18537 80%{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
e04d6131
JB
81
82%clean
83rm -rf $RPM_BUILD_ROOT
84
85%files
86%defattr(644,root,root,755)
fab18537 87%doc COPYING ChangeLog README TODO
e04d6131 88%attr(755,root,root) %{_libdir}/xorg/modules/drivers/s3virge_drv.so
11418f52 89%{_mandir}/man4/s3virge.4*
This page took 0.165208 seconds and 4 git commands to generate.