X-Git-Url: https://git.pld-linux.org/?p=packages%2Fxorg-driver-video-nvidia.git;a=blobdiff_plain;f=xorg-driver-video-nvidia.spec;h=473b63156a7bdffda6a2e24900a25cc5ff92a4bf;hp=9b16c999494e248a67c9c8418e095b11d195803c;hb=573913e845354be402cd9b041e17081c3af0c4dd;hpb=75f7b7c1d89743129fd930b12ce975675d37d4d8 diff --git a/xorg-driver-video-nvidia.spec b/xorg-driver-video-nvidia.spec index 9b16c99..473b631 100644 --- a/xorg-driver-video-nvidia.spec +++ b/xorg-driver-video-nvidia.spec @@ -1,3 +1,7 @@ +# TODO +# - solve this (shouldn't there be some obsoletes?): +# error: xorg-driver-video-nvidia-169.12-3.i686 (cnfl Mesa-libGL) conflicts with installed Mesa-libGL-7.0.3-2.i686 +# error: xorg-driver-video-nvidia-169.12-3.i686 (cnfl Mesa-libGL) conflicts with installed Mesa-libGL-7.0.3-2.i686 # # Conditional build: %bcond_without dist_kernel # without distribution kernel @@ -9,21 +13,25 @@ %if "%{_alt_kernel}" != "%{nil}" %undefine with_userspace %endif +%if %{without userspace} +# nothing to be placed to debuginfo package +%define _enable_debug_packages 0 +%endif %define pname xorg-driver-video-nvidia -%define rel 4 +%define rel 7 Summary: Linux Drivers for nVidia GeForce/Quadro Chips Summary(pl.UTF-8): Sterowniki do kart graficznych nVidia GeForce/Quadro Name: %{pname}%{_alt_kernel} -Version: 169.09 +Version: 173.14.09 Release: %{rel}%{?with_multigl:.mgl} License: nVidia Binary Group: X11 -Source0: http://http.download.nvidia.com/XFree86/Linux-x86/%{version}/NVIDIA-Linux-x86-%{version}-pkg1.run -# Source0-md5: 26a7f94908bbe07a1110fd78cfa81320 -Source1: http://http.download.nvidia.com/XFree86/Linux-x86_64/%{version}/NVIDIA-Linux-x86_64-%{version}-pkg2.run -# Source1-md5: 4a259f3a8a29fb8d9462f470ca42ca67 +Source0: http://us.download.nvidia.com/XFree86/Linux-x86/%{version}/NVIDIA-Linux-x86-%{version}-pkg1.run +# Source0-md5: 02bc9536ad2800855c66684f4c981a74 +Source1: http://us.download.nvidia.com/XFree86/Linux-x86_64/%{version}/NVIDIA-Linux-x86_64-%{version}-pkg2.run +# Source1-md5: 5f174d4fa50d774df8667c1c063adfb2 Source2: %{pname}-xinitrc.sh Patch0: X11-driver-nvidia-GL.patch Patch1: X11-driver-nvidia-desktop.patch @@ -40,7 +48,7 @@ Requires: xorg-xserver-server(videodrv-abi) = 2.0 Provides: OpenGL = 2.1 Provides: OpenGL-GLX = 1.4 Provides: xorg-xserver-libglx -%if !%{with multigl} +%if %{without multigl} Obsoletes: Mesa %endif Obsoletes: X11-OpenGL-core < 1:7.0.0 @@ -49,7 +57,7 @@ Obsoletes: XFree86-OpenGL-core < 1:7.0.0 Obsoletes: XFree86-OpenGL-libGL < 1:7.0.0 Obsoletes: XFree86-driver-nvidia Obsoletes: XFree86-nvidia -%if !%{with multigl} +%if %{without multigl} Conflicts: Mesa-libGL %endif Conflicts: XFree86-OpenGL-devel <= 4.2.0-3 @@ -119,6 +127,7 @@ Summary: Tools for advanced control of nVidia graphic cards Summary(pl.UTF-8): Narzędzia do zarządzania kartami graficznymi nVidia Group: Applications/System Requires: %{name} = %{version}-%{release} +Suggests: pkgconfig Obsoletes: XFree86-driver-nvidia-progs %description progs @@ -199,7 +208,7 @@ for f in \ usr/lib/libnvidia-cfg.so.%{version} \ usr/lib/libGL{,core}.so.%{version} \ usr/X11R6/lib/libXvMCNVIDIA.so.%{version} \ -%if !%{with multigl} +%if %{without multigl} usr/X11R6/lib/libXvMCNVIDIA.a \ ; do install $f $RPM_BUILD_ROOT%{_libdir} @@ -251,10 +260,14 @@ rm -rf $RPM_BUILD_ROOT %post /sbin/ldconfig -cat << EOF -NOTE: You must install: -kernel-video-nvidia-%{version} -for this driver to work +cat << 'EOF' +NOTE: You must also install kernel module for this driver to work + kernel-video-nvidia-%{version} + kernel-laptop-video-nvidia-%{version} + kernel-desktop-video-nvidia-%{version} + +Depending on which kernel brand you use. + EOF %if %{with multigl} if [ ! -e %{_libdir}/xorg/modules/extensions/libglx.so ]; then