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=8f5575a3af872d950729209c2bb412081b5c1c36;hp=082d5a1f5f38b3f113daa45fb0dcc018f30faf65;hb=b25e7843db9970fac25af7f354bb347cfb429b16;hpb=8b4e462ec0e4fc7dd46009e36af31dc0b813db8a diff --git a/xorg-driver-video-nvidia.spec b/xorg-driver-video-nvidia.spec index 082d5a1..8f5575a 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 3 +%define rel 9 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 @@ -131,12 +140,12 @@ Narzędzia do zarządzania kartami graficznymi nVidia. Summary: nVidia kernel module for nVidia Architecture support Summary(de.UTF-8): Das nVidia-Kern-Modul für die nVidia-Architektur-Unterstützung Summary(pl.UTF-8): Moduł jądra dla obsługi kart graficznych nVidia -Version: %{version} Release: %{rel}@%{_kernel_ver_str} Group: Base/Kernel Requires(post,postun): /sbin/depmod Requires: dev >= 2.7.7-10 %{?with_dist_kernel:%requires_releq_kernel} +Requires: %{name} = %{version}-%{release} Provides: X11-driver-nvidia(kernel) Obsoletes: XFree86-nvidia-kernel @@ -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,15 @@ 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-desktop-video-nvidia-%{version} + kernel-laptop-video-nvidia-%{version} + kernel-vanilla-video-nvidia-%{version} + +Depending on which kernel brand you use. + EOF %if %{with multigl} if [ ! -e %{_libdir}/xorg/modules/extensions/libglx.so ]; then