]> git.pld-linux.org Git - packages/xorg-driver-video-s3virge.git/blame - xorg-driver-video-s3virge.spec
- up to 1.10.0
[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
cd2a4db1 4Version: 1.10.0
c6e7643a 5Release: 1
e04d6131
JB
6License: MIT
7Group: X11/Applications
44db14cf 8Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-video-s3virge-%{version}.tar.bz2
cd2a4db1 9# Source0-md5: 5b8381077b9ac6e112c8665e7864001e
e04d6131
JB
10URL: http://xorg.freedesktop.org/
11BuildRequires: autoconf >= 2.57
12BuildRequires: automake
13BuildRequires: libtool
14BuildRequires: pkgconfig >= 1:0.19
3a733422
JB
15BuildRequires: xorg-proto-fontsproto-devel
16BuildRequires: xorg-proto-randrproto-devel
17BuildRequires: xorg-proto-renderproto-devel
e04d6131 18BuildRequires: xorg-proto-videoproto-devel
3a733422 19BuildRequires: xorg-proto-xextproto-devel
11418f52 20BuildRequires: xorg-util-util-macros >= 0.99.2
44db14cf 21BuildRequires: xorg-xserver-server-devel >= 1.0.99.901
04810057
AM
22BuildRequires: rpmbuild(macros) >= 1.389
23%requires_xorg_xserver_videodrv
44db14cf 24Requires: xorg-xserver-server >= 1.0.99.901
671ed299
JB
25Obsoletes: X11-driver-s3virge < 1:7.0.0
26Obsoletes: XFree86-S3V
27Obsoletes: XFree86-driver-s3virge < 1:7.0.0
e04d6131
JB
28BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30%description
31X.org video driver for S3 ViRGE and Trio3D video chips. It supports
32PCI and AGP video cards based on the following chips: ViRGE (86C325),
33ViRGE VX (86C988), ViRGE DX (86C375), ViRGE GX (86C385), ViRGE GX2
34(86C357), ViRGE MX (86C260), ViRGE MX+ (86C280), Trio3D (86C365),
35Trio3D/2X (86C362, 86C368).
36
4a18638a
JR
37%description -l pl.UTF-8
38Sterownik obrazu X.org dla układów graficznych S3 ViRGE i Trio3D.
39Obsługuje karty PCI i AGP oparte na następujących układach: ViRGE
e04d6131
JB
40(86C325), ViRGE VX (86C988), ViRGE DX (86C375), ViRGE GX (86C385),
41ViRGE GX2 (86C357), ViRGE MX (86C260), ViRGE MX+ (86C280), Trio3D
42(86C365), Trio3D/2X (86C362, 86C368).
43
44%prep
45%setup -q -n xf86-video-s3virge-%{version}
46
47%build
48%{__libtoolize}
49%{__aclocal}
50%{__autoconf}
51%{__autoheader}
52%{__automake}
53%configure \
54 --disable-static
55
56%{__make}
57
58%install
59rm -rf $RPM_BUILD_ROOT
60
61%{__make} install \
11418f52 62 DESTDIR=$RPM_BUILD_ROOT
e04d6131
JB
63
64rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
65
66%clean
67rm -rf $RPM_BUILD_ROOT
68
69%files
70%defattr(644,root,root,755)
99fbeab8 71%doc COPYING ChangeLog README TODO_NOTES
e04d6131 72%attr(755,root,root) %{_libdir}/xorg/modules/drivers/s3virge_drv.so
11418f52 73%{_mandir}/man4/s3virge.4*
This page took 0.032378 seconds and 4 git commands to generate.