]> git.pld-linux.org Git - packages/xorg-driver-video-s3virge.git/blob - xorg-driver-video-s3virge.spec
- 1.8.6.5 (X11R7.0 release)
[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):    Sterownik obrazu X.org dla uk³adów graficznych S3 ViRGE i Trio3D
3 Name:           xorg-driver-video-s3virge
4 Version:        1.8.6.5
5 Release:        0.1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/X11R7.0/src/driver/xf86-video-s3virge-%{version}.tar.bz2
9 # Source0-md5:  5ac819a238e90e3f07d77928d8a600cc
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 >= 0.99.3
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 X.org video driver for S3 ViRGE and Trio3D video chips. It supports
26 PCI and AGP video cards based on the following chips: ViRGE (86C325),
27 ViRGE VX (86C988), ViRGE DX (86C375), ViRGE GX (86C385), ViRGE GX2
28 (86C357), ViRGE MX (86C260), ViRGE MX+ (86C280), Trio3D (86C365),
29 Trio3D/2X (86C362, 86C368).
30
31 %description -l pl
32 Sterownik obrazu X.org dla uk³adów graficznych S3 ViRGE i Trio3D.
33 Obs³uguje karty PCI i AGP oparte na nastêpuj±cych uk³adach: ViRGE
34 (86C325), ViRGE VX (86C988), ViRGE DX (86C375), ViRGE GX (86C385),
35 ViRGE GX2 (86C357), ViRGE MX (86C260), ViRGE MX+ (86C280), Trio3D
36 (86C365), Trio3D/2X (86C362, 86C368).
37
38 %prep
39 %setup -q -n xf86-video-s3virge-%{version}
40
41 %build
42 %{__libtoolize}
43 %{__aclocal}
44 %{__autoconf}
45 %{__autoheader}
46 %{__automake}
47 %configure \
48         --disable-static
49
50 %{__make}
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54
55 %{__make} install \
56         DESTDIR=$RPM_BUILD_ROOT
57
58 rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
59
60 %clean
61 rm -rf $RPM_BUILD_ROOT
62
63 %files
64 %defattr(644,root,root,755)
65 %doc COPYING ChangeLog README TODO_NOTES
66 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/s3virge_drv.so
67 %{_mandir}/man4/s3virge.4*
This page took 0.080971 seconds and 4 git commands to generate.