Source: nsight-compute-2023.2.0-2023.2.0.16-1.x86_64.rpm.tgz
# rpmrebuild autogenerated specfile

%define defaultbuildroot /
AutoProv: no
%undefine __find_provides
AutoReq: no
%undefine __find_requires
# Do not try autogenerate prereq/conflicts/obsoletes and check files
%undefine __check_files
%undefine __find_prereq
%undefine __find_conflicts
%undefine __find_obsoletes
# Be sure buildpolicy set to do nothing
%define __spec_install_post %{nil}
# Something that need for rpm-4.1
%define _missing_doc_files_terminate_build 0
#dummy
#dummy
#BUILDHOST:    cia-tf-rocky9-agent-1.client.nvidia.com
#BUILDTIME:    Thu May 25 08:03:07 2023
#SOURCERPM:    nsight-compute-2023.2.0-2023.2.0.16-1.src.rpm

#RPMVERSION:   4.16.1.3
#COOKIE:       cia-tf-rocky9-agent-1.client.nvidia.com 1684990987


#OS:           linux
#SIZE:           1537029467
#ARCHIVESIZE:           1537218664
#ARCH:         x86_64
#BuildArch:     x86_64
Name:          nsight-compute-2023.2.0
Version:       2023.2.0.16
Release:       2
License:       NVIDIA Proprietary 
Group:         Unspecified
Summary:       Nsight compute package


URL:           http://nvidia.com







Requires:      /bin/sh  
Requires(postun): /bin/sh  
#Requires:      rpmlib(CompressedFileNames) <= 3.0.4-1
#Requires:      rpmlib(FileDigests) <= 4.6.0-1
#Requires:      rpmlib(PayloadFilesHavePrefix) <= 4.0-1





%description
NVIDIA Nsight Compute is an interactive kernel profiler for CUDA
applications on x86_64 platforms. It provides detailed performance
metrics and API debugging via a user interface and command line tool.
%files





%posttrans -p /bin/sh
type gtk-update-icon-cache &>/dev/null && gtk-update-icon-cache ||:
type update-desktop-database &>/dev/null && update-desktop-database -q 2>/dev/null ||:


%postun -p /bin/sh
if [ $1 -eq 0 ]; then
    type update-desktop-database &>/dev/null && update-desktop-database -q 2>/dev/null ||:
fi

%changelog

* Wed Jul 08 2015 Andy Dick
- Initial cuda RPM repackaging


%package static
Summary:       Nsight compute package
%description static

%install
rm -rf %{buildroot}
mkdir -p  %{buildroot}
tar -zxvf %{SOURCE0} -C %{buildroot}