]> git.pld-linux.org Git - packages/xorg-driver-video-s3virge.git/blame - xorg-driver-video-s3virge.spec
- release 2 (by relup.sh)
[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
6bca7509 5Release: 2
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
e04d6131 10URL: http://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
036bf6f4 16BuildRequires: xorg-lib-libpciaccess-devel >= 0.8.0
3a733422
JB
17BuildRequires: xorg-proto-fontsproto-devel
18BuildRequires: xorg-proto-randrproto-devel
19BuildRequires: xorg-proto-renderproto-devel
e04d6131 20BuildRequires: xorg-proto-videoproto-devel
33550069 21BuildRequires: xorg-proto-xextproto-devel >= 7.0.99.1
fab18537 22BuildRequires: xorg-util-util-macros >= 1.8
44db14cf 23BuildRequires: xorg-xserver-server-devel >= 1.0.99.901
33550069 24%{?requires_xorg_xserver_videodrv}
44db14cf 25Requires: xorg-xserver-server >= 1.0.99.901
1e9517fc 26Provides: xorg-driver-video
671ed299
JB
27Obsoletes: X11-driver-s3virge < 1:7.0.0
28Obsoletes: XFree86-S3V
29Obsoletes: XFree86-driver-s3virge < 1:7.0.0
e04d6131
JB
30BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32%description
33X.org video driver for S3 ViRGE and Trio3D video chips. It supports
33550069
JB
34PCI 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).
e04d6131 44
4a18638a
JR
45%description -l pl.UTF-8
46Sterownik obrazu X.org dla układów graficznych S3 ViRGE i Trio3D.
33550069
JB
47Obsł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).
e04d6131
JB
57
58%prep
59%setup -q -n xf86-video-s3virge-%{version}
60
61%build
62%{__libtoolize}
63%{__aclocal}
64%{__autoconf}
65%{__autoheader}
66%{__automake}
33550069 67%configure
e04d6131
JB
68
69%{__make}
70
71%install
72rm -rf $RPM_BUILD_ROOT
73
74%{__make} install \
11418f52 75 DESTDIR=$RPM_BUILD_ROOT
e04d6131 76
fab18537 77%{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
e04d6131
JB
78
79%clean
80rm -rf $RPM_BUILD_ROOT
81
82%files
83%defattr(644,root,root,755)
fab18537 84%doc COPYING ChangeLog README TODO
e04d6131 85%attr(755,root,root) %{_libdir}/xorg/modules/drivers/s3virge_drv.so
11418f52 86%{_mandir}/man4/s3virge.4*
This page took 0.121327 seconds and 4 git commands to generate.