]> git.pld-linux.org Git - packages/xorg-driver-video-tdfx.git/blob - xorg-driver-video-tdfx.spec
rebuil with xorg-xserver-server 21.1.0
[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.5.0
5 Release:        2
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        https://xorg.freedesktop.org/releases/individual/driver/xf86-video-tdfx-%{version}.tar.bz2
9 # Source0-md5:  4697f0cc69ff1ff90bc770863c158d29
10 URL:            https://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.60
12 BuildRequires:  automake
13 BuildRequires:  libdrm-devel >= 2.0
14 BuildRequires:  libtool
15 BuildRequires:  pkgconfig >= 1:0.19
16 BuildRequires:  rpmbuild(macros) >= 1.389
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-xf86driproto-devel
24 BuildRequires:  xorg-proto-xproto-devel
25 BuildRequires:  xorg-util-util-macros >= 1.8
26 BuildRequires:  xorg-xserver-server-devel >= 1.0.99.901
27 %{?requires_xorg_xserver_videodrv}
28 Requires:       xorg-xserver-libdri >= 1.0.99.901
29 Requires:       xorg-xserver-server >= 1.0.99.901
30 Provides:       xorg-driver-video
31 Obsoletes:      X11-driver-tdfx < 1:7.0.0
32 Obsoletes:      XFree86-3dfx
33 Obsoletes:      XFree86-driver-tdfx < 1:7.0.0
34 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
35
36 %description
37 X.org video driver for 3Dfx video adapters. It supports Voodoo
38 Banshee, Voodoo3, Voodoo4 and Voodoo5 cards.
39
40 %description -l pl.UTF-8
41 Sterownik obrazu X.org dla kart graficznych 3Dfx. ObsĹ‚uguje karty
42 Voodoo 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
59 rm -rf $RPM_BUILD_ROOT
60
61 %{__make} install \
62         DESTDIR=$RPM_BUILD_ROOT
63
64 %{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
65
66 %clean
67 rm -rf $RPM_BUILD_ROOT
68
69 %files
70 %defattr(644,root,root,755)
71 %doc COPYING ChangeLog README.md
72 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/tdfx_drv.so
73 %{_mandir}/man4/tdfx.4*
This page took 0.185545 seconds and 4 git commands to generate.