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