SPECS: xorg-driver-video-nouveau.spec - it wasn't initial commit; fixed
arekm
arekm at pld-linux.org
Tue Mar 31 10:33:42 CEST 2009
Author: arekm Date: Tue Mar 31 08:33:42 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- it wasn't initial commit; fixed
---- Files affected:
SPECS:
xorg-driver-video-nouveau.spec (1.7 -> 1.8)
---- Diffs:
================================================================
Index: SPECS/xorg-driver-video-nouveau.spec
diff -u SPECS/xorg-driver-video-nouveau.spec:1.7 SPECS/xorg-driver-video-nouveau.spec:1.8
--- SPECS/xorg-driver-video-nouveau.spec:1.7 Tue Mar 31 10:17:51 2009
+++ SPECS/xorg-driver-video-nouveau.spec Tue Mar 31 10:33:37 2009
@@ -1,32 +1,57 @@
# $Revision$, $Date$
%define snap 20090331
-Summary: X.org video driver for NVIDIA video adapters
-Summary(pl.UTF-8): Sterownik obrazu X.org dla kart graficznych NVIDIA
+Summary: X.org video driver for NVIDIA graphics chipsets
+Summary(pl.UTF-8): Sterownik obrazu X.org dla układów graficznych NVIDIA
Name: xorg-driver-video-nouveau
Version: 0.0.10
-Release: 0.%{snap}.1
+Release: 0.%{snap}.2
License: MIT
Group: X11/Applications
-# git://git.freedesktop.org/git/nouveau/xf86-video-nouveau
+# git clone git://git.freedesktop.org/git/nouveau/xf86-video-nouveau
Source0: xf86-video-nouveau-%{snap}.tar.bz2
# Source0-md5: 165e3ef74dab176145b73bb9c35ec719
-URL: http://nouveau.freedesktop.org
+URL: http://nouveau.freedesktop.org/
+BuildRequires: Mesa-libGL-devel
BuildRequires: autoconf >= 2.57
BuildRequires: automake
BuildRequires: libdrm-devel >= 2.4.5-2
BuildRequires: libtool
BuildRequires: pkgconfig >= 1:0.19
BuildRequires: rpmbuild(macros) >= 1.389
-BuildRequires: xorg-lib-libpciaccess-devel >= 0.8.0
-BuildRequires: xorg-util-util-macros >= 1.1.3
-BuildRequires: xorg-xserver-server-devel >= 1.2
+BuildRequires: xorg-lib-libXvMC-devel
+BuildRequires: xorg-proto-fontsproto-devel
+BuildRequires: xorg-proto-randrproto-devel
+BuildRequires: xorg-proto-renderproto-devel
+BuildRequires: xorg-proto-videoproto-devel
+BuildRequires: xorg-proto-xf86driproto-devel
+BuildRequires: xorg-util-util-macros >= 0.99.2
+BuildRequires: xorg-xserver-server-devel >= 1.3.0.0
%requires_xorg_xserver_videodrv
Requires: libdrm >= 2.4.5-2
-Requires: xorg-xserver-server >= 1.2
+Requires: xorg-xserver-libdri >= 1.3.0.0
+Requires: xorg-xserver-libglx >= 1.3.0.0
+Requires: xorg-xserver-server >= 1.3.0.0
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-X.org video driver for NVIDIA video adapters.
+X.org video driver for NVIDIA video adapters. It supports PCI,
+PCI-Express and AGP video cards based on the following chips: RIVA 128
+(NV3), RIVA TNT (NV4), RIVA TNT2 (NV5), GeForce 256, QUADRO (NV10),
+GeForce2, QUADRO2 (NV11, NV15), GeForce3, QUADRO DCC (NV20), nForce,
+nForce2 (NV1A, NV1F), GeForce4, QUADRO4 (NV17, NV18, NV25, NV28),
+GeForce FX, QUADRO FX (NV30, NV31, NV34, NV35, NV36, NV37, NV38),
+GeForce 6xxx (NV40, NV41, NV43, NV44, NV45, C51), GeForce 7xxx (G70,
+G71, G72, G73).
+
+%description -l pl.UTF-8
+Sterownik obrazu X.org dla kart graficznych NVIDIA. Obsługuje karty
+PCI, PCI-Express i AGP oparte na następujących układach: RIVA 128
+(NV3), RIVA TNT (NV4), RIVA TNT2 (NV5), GeForce 256, QUADRO (NV10),
+GeForce2, QUADRO2 (NV11, NV15), GeForce3, QUADRO DCC (NV20), nForce,
+nForce2 (NV1A, NV1F), GeForce4, QUADRO4 (NV17, NV18, NV25, NV28),
+GeForce FX, QUADRO FX (NV30, NV31, NV34, NV35, NV36, NV37, NV38),
+GeForce 6xxx (NV40, NV41, NV43, NV44, NV45, C51), GeForce 7xxx (G70,
+G71, G72, G73).
%prep
%setup -q -n xf86-video-nouveau
@@ -40,12 +65,12 @@
%configure \
--disable-static
-%{__make} -j1
+%{__make}
%install
rm -rf $RPM_BUILD_ROOT
-%{__make} -j1 install \
+%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
@@ -55,7 +80,8 @@
%files
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/xorg/modules/drivers/nouveau_drv.so
+%doc README.NV1
+%attr(755,root,root) %{_libdir}/xorg/modules/drivers/*.so
%{_mandir}/man4/nouveau.4*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -64,6 +90,27 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.8 2009/03/31 08:33:37 arekm
+- it wasn't initial commit; fixed
+
Revision 1.7 2009/03/31 08:17:51 arekm
- initial
+Revision 1.6 2008/12/27 09:35:07 qboosh
+- R: xorg libdri,libglx
+
+Revision 1.5 2007/10/06 14:40:26 arekm
+- up
+
+Revision 1.4 2007/09/06 19:45:55 arekm
+- rebuilding for new xserver
+
+Revision 1.3 2007/09/06 16:22:52 arekm
+- track xserver videodrv deps
+
+Revision 1.2 2007/05/10 17:33:24 qboosh
+- hardware info from man page
+- no ldconfig needed
+
+Revision 1.1 2007/05/03 08:11:18 arekm
+- new
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/xorg-driver-video-nouveau.spec?r1=1.7&r2=1.8&f=u
More information about the pld-cvs-commit
mailing list