Compare commits
4 Commits
4f8c51f862
...
b413539b62
Author | SHA256 | Date | |
---|---|---|---|
b413539b62 | |||
c02112decf | |||
e9c0c333c8 | |||
b70a0c1921 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -4,3 +4,4 @@ _buildconfig*
|
||||
_buildinfo*
|
||||
debian
|
||||
.osc
|
||||
changelog
|
||||
|
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 25 00:00:00 UTC 2025 - Tom Rix <Tom.Rix@amd.com>
|
||||
|
||||
- Simplify file removal
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 15 00:00:00 UTC 2025 - Tom Rix <Tom.Rix@amd.com>
|
||||
|
||||
|
@@ -107,7 +107,7 @@
|
||||
|
||||
Name: %{rocfft_name}
|
||||
Version: %{rocm_version}
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Summary: ROCm Fast Fourier Transforms (FFT) library
|
||||
|
||||
URL: https://github.com/ROCm/%{upstreamname}
|
||||
@@ -224,9 +224,7 @@ find %{buildroot} -type f -name "rocfft_rtc_helper" -print0 | xargs -0 -I {} /us
|
||||
# we don't need or want the client-info file installed by rocfft
|
||||
rm -rf %{buildroot}/%{_prefix}/.info
|
||||
|
||||
if [ -f %{buildroot}%{_prefix}/share/doc/rocfft/LICENSE.md ]; then
|
||||
rm %{buildroot}%{_prefix}/share/doc/rocfft/LICENSE.md
|
||||
fi
|
||||
rm -f %{buildroot}%{_prefix}/share/doc/rocfft/LICENSE.md
|
||||
|
||||
%check
|
||||
%if %{with test}
|
||||
|
Reference in New Issue
Block a user