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