]> git.pld-linux.org Git - packages/nvidia-settings.git/blobdiff - nvidia-settings.spec
- package libnvidia-wayland-client
[packages/nvidia-settings.git] / nvidia-settings.spec
index 551f421dd6be5e4a1df685636085093286957ac2..0461bdc7e8cd54c496d8eba29e3d78befee269c5 100644 (file)
@@ -9,15 +9,16 @@ Summary:      Tool for configuring the NVIDIA driver
 Summary(pl.UTF-8):     Narzędzie do konfigurowania sterownika NVIDIA
 Name:          nvidia-settings
 # keep the version in sync with xorg-driver-video-nvidia.spec
-Version:       470.57.02
+Version:       515.48.07
 Release:       1
 License:       GPL v2 (with MIT parts)
 Group:         X11/Applications
 Source0:       https://download.nvidia.com/XFree86/nvidia-settings/%{name}-%{version}.tar.bz2
-# Source0-md5: 0e66d51b9a71e3576188f992bd348b42
+# Source0-md5: 33b2e4e2361c067e69a8c211aeff7d7c
 Source1:       %{name}.desktop
 Source2:       %{name}.png
 Source3:       %{name}-autostart.desktop
+Patch0:                wayland.patch
 URL:           ftp://download.nvidia.com/XFree86/nvidia-settings/
 BuildRequires: OpenGL-devel
 BuildRequires: libvdpau-devel >= 1.0
@@ -31,6 +32,7 @@ BuildRequires:        gtk+2-devel >= 2.0
 BuildRequires: jansson-devel >= 2.2
 BuildRequires: m4
 BuildRequires: pkgconfig
+BuildRequires: wayland-devel
 %endif
 Requires:      %{name}-guilib = %{version}-%{release}
 Requires:      libvdpau >= 1.0
@@ -116,6 +118,7 @@ sterowników NVIDIA.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %if %{with libXNVCtrl}
@@ -206,6 +209,9 @@ done
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
+
 %post  gtk2 -p /sbin/ldconfig
 %postun        gtk2 -p /sbin/ldconfig
 
@@ -226,6 +232,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/nv-control-targets
 %attr(755,root,root) %{_bindir}/nv-control-warpblend
 %endif
+%attr(755,root,root) %{_libdir}/libnvidia-wayland-client.so.*
 %{_mandir}/man1/nvidia-settings.1*
 %{_desktopdir}/nvidia-settings.desktop
 %{_pixmapsdir}/nvidia-settings.png
This page took 0.114927 seconds and 4 git commands to generate.