]> git.pld-linux.org Git - packages/xorg-driver-video-nv.git/blob - xorg-driver-video-nv.spec
- desc cosmetics
[packages/xorg-driver-video-nv.git] / xorg-driver-video-nv.spec
1 Summary:        X.org video driver for NVIDIA video adapters
2 Summary(pl.UTF-8):      Sterownik obrazu X.org dla kart graficznych NVIDIA
3 Name:           xorg-driver-video-nv
4 Version:        2.1.9
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/driver/xf86-video-nv-%{version}.tar.bz2
9 # Source0-md5:  c6b7e52fa18455c22eb040b8d2575ce5
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.57
12 BuildRequires:  automake
13 BuildRequires:  libtool
14 BuildRequires:  pkgconfig >= 1:0.19
15 BuildRequires:  xorg-lib-libpciaccess-devel >= 0.8.0
16 BuildRequires:  xorg-proto-fontsproto-devel
17 BuildRequires:  xorg-proto-randrproto-devel
18 BuildRequires:  xorg-proto-renderproto-devel
19 BuildRequires:  xorg-proto-videoproto-devel
20 BuildRequires:  xorg-proto-xextproto-devel
21 BuildRequires:  xorg-proto-xproto-devel
22 BuildRequires:  xorg-util-util-macros >= 1.1.3
23 BuildRequires:  xorg-xserver-server-devel >= 1.2
24 BuildRequires:  rpmbuild(macros) >= 1.389
25 %requires_xorg_xserver_videodrv
26 Requires:       xorg-xserver-server >= 1.2
27 Obsoletes:      X11-driver-nv < 1:7.0.0
28 Obsoletes:      XFree86-NVidia
29 Obsoletes:      XFree86-driver-nv < 1:7.0.0
30 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32 %description
33 X.org video driver for NVIDIA video adapters. It supports PCI and AGP
34 video cards based on the following chips:
35 - RIVA 128 (NV3),
36 - RIVA TNT (NV4),
37 - RIVA TNT2 (NV5),
38 - GeForce 256, QUADRO (NV10),
39 - GeForce2, QUADRO2 (NV11, NV15),
40 - GeForce3, QUADRO DCC (NV20),
41 - nForce, nForce2 (NV1A, NV1F),
42 - GeForce4, QUADRO4 (NV17, NV18, NV25, NV28),
43 - GeForce FX, QUADRO FX (NV30, NV31, NV34, NV35, NV36, NV37, NV38),
44 - GeForce 6xxx (NV40, NV41, NV43, NV44, NV45, C51),
45 - GeForce 7xxx (G70, G71, G72, G73),
46 - GeForce 8xxx (G80, G84, G86, G92).
47
48 %description -l pl.UTF-8
49 Sterownik obrazu X.org dla kart graficznych NVIDIA. Obsługuje karty
50 PCI i AGP oparte na następujących układach:
51 - RIVA 128 (NV3),
52 - RIVA TNT (NV4),
53 - RIVA TNT2 (NV5),
54 - GeForce 256, QUADRO (NV10),
55 - GeForce2, QUADRO2 (NV11, NV15),
56 - GeForce3, QUADRO DCC (NV20),
57 - nForce, nForce2 (NV1A, NV1F),
58 - GeForce4, QUADRO4 (NV17, NV18, NV25, NV28),
59 - GeForce FX, QUADRO FX (NV30, NV31, NV34, NV35, NV36, NV37, NV38),
60 - GeForce 6xxx (NV40, NV41, NV43, NV44, NV45, C51),
61 - GeForce 7xxx (G70, G71, G72, G73),
62 - GeForce 8xxx (G80, G84, G86, G92).
63
64 %prep
65 %setup -q -n xf86-video-nv-%{version}
66
67 %build
68 %{__libtoolize}
69 %{__aclocal}
70 %{__autoconf}
71 %{__autoheader}
72 %{__automake}
73 %configure \
74         --disable-static
75
76 %{__make} -j1
77
78 %install
79 rm -rf $RPM_BUILD_ROOT
80
81 %{__make} -j1 install \
82         DESTDIR=$RPM_BUILD_ROOT
83
84 rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
85
86 %clean
87 rm -rf $RPM_BUILD_ROOT
88
89 %files
90 %defattr(644,root,root,755)
91 %doc COPYING ChangeLog README.NV1 README.G80
92 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/nv_drv.so
93 %{_mandir}/man4/nv.4*
This page took 0.043434 seconds and 4 git commands to generate.