Compare commits

...

4 Commits

Author SHA256 Message Date
b413539b62 Merge updates from upstream/rawhide into main branch 2025-08-26 22:39:02 +02:00
c02112decf Convert to SUSE Format
Signed-off-by: Egbert Eich <eich@suse.com>
2025-08-26 22:39:02 +02:00
e9c0c333c8 Add/update .git* files, add sources & remove unneeded files
Signed-off-by: Egbert Eich <eich@suse.com>
2025-08-26 22:38:59 +02:00
b70a0c1921 Simplify file removal
Signed-off-by: Tom Rix <Tom.Rix@amd.com>
2025-08-25 13:59:18 -07:00
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@@ -4,3 +4,4 @@ _buildconfig*
_buildinfo*
debian
.osc
changelog

View File

@@ -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>

View File

@@ -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}