]> git.pld-linux.org Git - packages/xorg-driver-video-nv.git/blob - xorg-driver-video-nv.spec
- more verbose descs
[packages/xorg-driver-video-nv.git] / xorg-driver-video-nv.spec
1 Summary:        X.org video driver for NVIDIA video adapters
2 Summary(pl):    Sterownik obrazu X.org dla kart graficznych NVIDIA
3 Name:           xorg-driver-video-nv
4 Version:        1.0.1.1
5 Release:        0.1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/X11R7.0-RC1/driver/xf86-video-nv-%{version}.tar.bz2
9 # Source0-md5:  696d16ea4390be27cb2654377347dfb7
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-proto-videoproto-devel
16 BuildRequires:  xorg-util-util-macros >= 0.99.1
17 BuildRequires:  xorg-xserver-server-devel
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 X.org video driver for NVIDIA video adapters. It supports PCI and AGP
22 video cards based on the following chips: RIVA 128 (NV3), RIVA TNT
23 (NV4), GeForce 256, QUADRO (NV10), GeForce2, QUADRO2 (NV11, NV15),
24 GeForce3, QUADRO DCC (NV20), nForce, nForce2 (NV1A, NV1F), GeForce4,
25 QUADRO4 (NV17, NV18, NV25, NV28), GeForce FX, QUADRO FX (NV30, NV31,
26 NV34, NV35, NV36, NV37, NV38), GeForce 6xxx (NV40, NV41, NV43, NV44,
27 NV45), GeForce 7xxx (G70).
28
29 %description -l pl
30 Sterownik obrazu X.org dla kart graficznych NVIDIA. Obs³uguje karty
31 PCI i AGP oparte na nastêpuj±cych uk³adach: RIVA 128 (NV3), RIVA TNT
32 (NV4), GeForce 256, QUADRO (NV10), GeForce2, QUADRO2 (NV11, NV15),
33 GeForce3, QUADRO DCC (NV20), nForce, nForce2 (NV1A, NV1F), GeForce4,
34 QUADRO4 (NV17, NV18, NV25, NV28), GeForce FX, QUADRO FX (NV30, NV31,
35 NV34, NV35, NV36, NV37, NV38), GeForce 6xxx (NV40, NV41, NV43, NV44,
36 NV45), GeForce 7xxx (G70).
37
38 %prep
39 %setup -q -n xf86-video-nv-%{version}
40
41 %build
42 %{__libtoolize}
43 %{__aclocal}
44 %{__autoconf}
45 %{__autoheader}
46 %{__automake}
47 %configure \
48         --disable-static
49
50 %{__make}
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54
55 %{__make} install \
56         DESTDIR=$RPM_BUILD_ROOT \
57         drivermandir=%{_mandir}/man4
58
59 rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
60
61 %clean
62 rm -rf $RPM_BUILD_ROOT
63
64 %files
65 %defattr(644,root,root,755)
66 %doc README.NV1
67 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/nv_drv.so
68 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/riva128.so
69 %{_mandir}/man4/nv.4x*
This page took 0.030995 seconds and 4 git commands to generate.