Compare commits

1 Commits

Author SHA1 Message Date
c5c1952579 Simplify file removal
Signed-off-by: Tom Rix <Tom.Rix@amd.com>
2025-08-25 15:29:53 -07:00

View File

@@ -42,7 +42,7 @@
Name: %{hipsparse_name} Name: %{hipsparse_name}
Version: %{rocm_version} Version: %{rocm_version}
Release: 2%{?dist} Release: 3%{?dist}
Summary: ROCm SPARSE marshalling library Summary: ROCm SPARSE marshalling library
Url: https://github.com/ROCmSoftwarePlatform/%{upstreamname} Url: https://github.com/ROCmSoftwarePlatform/%{upstreamname}
License: MIT License: MIT
@@ -151,9 +151,7 @@ find . -name 'hipsparse-test' -exec {} \;
%install %install
%cmake_install %cmake_install
if [ -f %{buildroot}%{_prefix}/share/doc/hipsparse/LICENSE.md ]; then rm -f %{buildroot}%{_prefix}/share/doc/hipsparse/LICENSE.md
rm %{buildroot}%{_prefix}/share/doc/hipsparse/LICENSE.md
fi
%if %{with test} %if %{with test}
mkdir -p %{buildroot}/%{_datadir}/%{name}/matrices mkdir -p %{buildroot}/%{_datadir}/%{name}/matrices
@@ -181,6 +179,9 @@ install -pm 644 %{_builddir}/%{name}-test-matrices/* %{buildroot}/%{_datadir}/%{
%endif %endif
%changelog %changelog
* Mon Aug 25 2025 Tom Rix <Tom.Rix@amd.com> - 6.4.2-3
- Simplify file removal
* Wed Jul 30 2025 Tom Rix <Tom.Rix@amd.com> - 6.4.2-2 * Wed Jul 30 2025 Tom Rix <Tom.Rix@amd.com> - 6.4.2-2
- Remove -mtls-dialect cflag - Remove -mtls-dialect cflag