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