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