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