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