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