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