]> git.pld-linux.org Git - packages/xorg-driver-video-s3virge.git/blame - xorg-driver-video-s3virge.spec
- fix building for xserver 1.20
[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
4a7a72e4 4Version: 1.10.7
7b4344ac 5Release: 4
e04d6131
JB
6License: MIT
7Group: X11/Applications
44db14cf 8Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-video-s3virge-%{version}.tar.bz2
4a7a72e4 9# Source0-md5: 9d4dd8060544d95a1ce7d0ce0853cbe6
7b4344ac 10Patch0: xorg-abi24.patch
e04d6131 11URL: http://xorg.freedesktop.org/
fab18537 12BuildRequires: autoconf >= 2.60
e04d6131
JB
13BuildRequires: automake
14BuildRequires: libtool
15BuildRequires: pkgconfig >= 1:0.19
33550069 16BuildRequires: rpmbuild(macros) >= 1.389
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
fab18537 23BuildRequires: xorg-util-util-macros >= 1.8
44db14cf 24BuildRequires: xorg-xserver-server-devel >= 1.0.99.901
33550069 25%{?requires_xorg_xserver_videodrv}
44db14cf 26Requires: xorg-xserver-server >= 1.0.99.901
1e9517fc 27Provides: xorg-driver-video
671ed299
JB
28Obsoletes: X11-driver-s3virge < 1:7.0.0
29Obsoletes: XFree86-S3V
30Obsoletes: XFree86-driver-s3virge < 1:7.0.0
e04d6131
JB
31BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33%description
34X.org video driver for S3 ViRGE and Trio3D video chips. It supports
33550069
JB
35PCI 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).
e04d6131 45
4a18638a
JR
46%description -l pl.UTF-8
47Sterownik obrazu X.org dla układów graficznych S3 ViRGE i Trio3D.
33550069
JB
48Obsł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).
e04d6131
JB
58
59%prep
60%setup -q -n xf86-video-s3virge-%{version}
7b4344ac 61%patch0 -p1
e04d6131
JB
62
63%build
64%{__libtoolize}
65%{__aclocal}
66%{__autoconf}
67%{__autoheader}
68%{__automake}
33550069 69%configure
e04d6131
JB
70
71%{__make}
72
73%install
74rm -rf $RPM_BUILD_ROOT
75
76%{__make} install \
11418f52 77 DESTDIR=$RPM_BUILD_ROOT
e04d6131 78
fab18537 79%{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
e04d6131
JB
80
81%clean
82rm -rf $RPM_BUILD_ROOT
83
84%files
85%defattr(644,root,root,755)
fab18537 86%doc COPYING ChangeLog README TODO
e04d6131 87%attr(755,root,root) %{_libdir}/xorg/modules/drivers/s3virge_drv.so
11418f52 88%{_mandir}/man4/s3virge.4*
This page took 0.108942 seconds and 4 git commands to generate.