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