]> git.pld-linux.org Git - packages/xorg-driver-video-mach64.git/blame - xorg-driver-video-mach64.spec
- release 3
[packages/xorg-driver-video-mach64.git] / xorg-driver-video-mach64.spec
CommitLineData
9b8d0ba0
JB
1Summary: X.org video drivers for ATI VGAWonder/Mach32/Mach64 adapters
2Summary(pl.UTF-8): Sterowniki obrazu X.org do kart graficznych ATI VGAWonder/Mach32/Mach64
05afae07 3Name: xorg-driver-video-mach64
e8a399a1 4Version: 6.8.2
826cb169 5Release: 3
05afae07
AM
6License: MIT
7Group: X11/Applications
8Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-video-mach64-%{version}.tar.bz2
e8a399a1 9# Source0-md5: 6c0522b2b72a0a47c48d718443616651
05afae07
AM
10URL: http://xorg.freedesktop.org/
11BuildRequires: autoconf >= 2.57
12BuildRequires: automake
13BuildRequires: libdrm-devel >= 2.0
14BuildRequires: libtool
15BuildRequires: pkgconfig >= 1:0.19
16BuildRequires: rpmbuild(macros) >= 1.389
17BuildRequires: xorg-proto-fontsproto-devel
18BuildRequires: xorg-proto-xf86driproto-devel
19BuildRequires: xorg-util-util-macros >= 0.99.2
20BuildRequires: xorg-xserver-server-devel >= 1.1.0
205f341b
MP
21# GL/glxint.h
22BuildRequires: xorg-proto-glproto-devel
23# requested by configure script
24BuildRequires: xorg-lib-libpciaccess-devel
25BuildRequires: xorg-proto-xf86miscproto-devel
05afae07 26%requires_xorg_xserver_videodrv
b0b83115
JB
27Requires: xorg-xserver-libdri >= 1.1.0
28Requires: xorg-xserver-libglx >= 1.1.0
05afae07
AM
29Requires: xorg-xserver-server >= 1.1.0
30Obsoletes: XFree86-Mach32
31Obsoletes: XFree86-Mach64
32BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
33
34%description
9b8d0ba0
JB
35X.org video driver for old ATI adapters; supports most of chips from:
36- VGAWonder series: 18800, 18800-1, 28800-2, 28800-4, 28800-5, 28800-6
37- Mach32 series: 68800-3, 68800-6, 68800AX, 68800LX
38- Mach64 series: 88800GX-C, 88800GX-D, 88800GX-E, 88800GX-F, 88800CX,
39 264CT, 264ET, 264VT, 264GT (3D Rage), 264VT-B, 264VT3, 264VT4,
40 264GT-B (3D Rage II), 3D Rage IIc, 3D Rage Pro, 3D Rage LT, 3D Rage
41 LT Pro, 3D Rage XL, 3D Rage XC, 3D Rage Mobility (including the -M
42 and -P variants)
05afae07
AM
43
44%description -l pl.UTF-8
9b8d0ba0
JB
45Sterownik obrazu X.org do starych kart graficznych ATI; obsługuje
46większość kart z serii:
47- VGAWonder: 18800, 18800-1, 28800-2, 28800-4, 28800-5, 28800-6
48- Mach32: 68800-3, 68800-6, 68800AX, 68800LX)
49- Mach64: 88800GX-C, 88800GX-D, 88800GX-E, 88800GX-F, 88800CX, 264CT,
50 264ET, 264VT, 264GT (3D Rage), 264VT-B, 264VT3, 264VT4, 264GT-B (3D
51 Rage II), 3D Rage IIc, 3D Rage Pro, 3D Rage LT, 3D Rage LT Pro, 3D
52 Rage XL, 3D Rage XC, 3D Rage Mobility (włącznie z wariantami -M i
53 -P)
05afae07
AM
54
55%prep
56%setup -q -n xf86-video-mach64-%{version}
57
58%build
59%{__libtoolize}
60%{__aclocal}
61%{__autoconf}
62%{__autoheader}
63%{__automake}
64%configure \
65 --disable-static
66
67%{__make}
68
69%install
70rm -rf $RPM_BUILD_ROOT
71
72%{__make} install \
73 DESTDIR=$RPM_BUILD_ROOT
74
75rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
76
77%clean
78rm -rf $RPM_BUILD_ROOT
79
80%files
81%defattr(644,root,root,755)
82%doc COPYING
83%attr(755,root,root) %{_libdir}/xorg/modules/drivers/mach64_drv.so
This page took 0.07926 seconds and 4 git commands to generate.