File nvidia-xconfig.spec of Package nvidia-xconfig
#
# spec file for package nvidia-xconfig
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: nvidia-xconfig
Version: 560.35.03
Release: 0
Summary: NVIDIA X configuration file editor
License: GPL-2.0-or-later
URL: http://www.nvidia.com/object/unix.html
#Git-Clone: https://github.com/NVIDIA/nvidia-xconfig/
ExclusiveArch: x86_64 aarch64
Source0: https://download.nvidia.com/XFree86/%{name}/%{name}-%{version}.tar.bz2
Patch0: reproducible.patch
BuildRequires: gcc
BuildRequires: libpciaccess-devel
BuildRequires: m4
%description
%{name} is a command line tool intended to provide basic control over
configuration options available in the NVIDIA X driver.
%prep
%autosetup -p1
# Remove additional CFLAGS added when enabling DEBUG
sed -i '/+= -O0 -g/d' utils.mk
%build
export CFLAGS="%{optflags}"
export LDFLAGS="%{?__global_ldflags}"
make %{?_smp_mflags} \
DEBUG=1 \
MANPAGE_GZIP=0 \
NV_VERBOSE=1 \
PREFIX=%{_prefix} \
STRIP_CMD=true
%install
%make_install \
MANPAGE_GZIP=0 \
NV_VERBOSE=1 \
PREFIX=%{_prefix} \
STRIP_CMD=true
%files
%license COPYING
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%changelog