]> git.pld-linux.org Git - packages/xorg-driver-video-tdfx.git/blob - xorg-driver-video-tdfx.spec
- R: xorg libdri,libglx
[packages/xorg-driver-video-tdfx.git] / xorg-driver-video-tdfx.spec
1 Summary:        X.org video driver for 3Dfx video adapters
2 Summary(pl.UTF-8):      Sterownik obrazu X.org dla kart graficznych 3Dfx
3 Name:           xorg-driver-video-tdfx
4 Version:        1.4.0
5 Release:        4
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/driver/xf86-video-tdfx-%{version}.tar.bz2
9 # Source0-md5:  b13132f24683ef759bfb0c1db5096496
10 Patch0:         %{name}-chiptype.patch
11 URL:            http://xorg.freedesktop.org/
12 BuildRequires:  Mesa-libGL-devel
13 BuildRequires:  autoconf >= 2.57
14 BuildRequires:  automake
15 BuildRequires:  libdrm-devel >= 2.0
16 BuildRequires:  libtool
17 BuildRequires:  pkgconfig >= 1:0.19
18 BuildRequires:  xorg-lib-libpciaccess-devel >= 0.8.0
19 BuildRequires:  xorg-proto-fontsproto-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
24 BuildRequires:  xorg-proto-xf86dgaproto-devel
25 BuildRequires:  xorg-proto-xf86driproto-devel
26 BuildRequires:  xorg-util-util-macros >= 0.99.2
27 BuildRequires:  xorg-xserver-server-devel >= 1.0.99.901
28 BuildRequires:  rpmbuild(macros) >= 1.389
29 %requires_xorg_xserver_videodrv
30 Requires:       xorg-xserver-libdri >= 1.0.99.901
31 Requires:       xorg-xserver-libglx >= 1.0.99.901
32 Requires:       xorg-xserver-server >= 1.0.99.901
33 Obsoletes:      X11-driver-tdfx < 1:7.0.0
34 Obsoletes:      XFree86-3dfx
35 Obsoletes:      XFree86-driver-tdfx < 1:7.0.0
36 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
37
38 %description
39 X.org video driver for 3Dfx video adapters. It supports Voodoo
40 Banshee, Voodoo3, Voodoo4 and Voodoo5 cards.
41
42 %description -l pl.UTF-8
43 Sterownik obrazu X.org dla kart graficznych 3Dfx. ObsĹ‚uguje karty
44 Voodoo Banshee, Voodoo3, Voodoo4 i Voodoo5.
45
46 %prep
47 %setup -q -n xf86-video-tdfx-%{version}
48 %patch0 -p1
49
50 %build
51 %{__libtoolize}
52 %{__aclocal}
53 %{__autoconf}
54 %{__autoheader}
55 %{__automake}
56 %configure \
57         --disable-static
58
59 %{__make}
60
61 %install
62 rm -rf $RPM_BUILD_ROOT
63
64 %{__make} install \
65         DESTDIR=$RPM_BUILD_ROOT
66
67 rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
68
69 %clean
70 rm -rf $RPM_BUILD_ROOT
71
72 %files
73 %defattr(644,root,root,755)
74 %doc COPYING ChangeLog
75 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/tdfx_drv.so
76 %{_mandir}/man4/tdfx.4*
This page took 0.058952 seconds and 4 git commands to generate.