Compare commits

...

5 Commits

Author SHA256 Message Date
c00ebfd6d5 Merge updates from upstream/rawhide into main branch 2025-08-26 22:38:21 +02:00
642e311f88 Convert to SUSE Format
Signed-off-by: Egbert Eich <eich@suse.com>
2025-08-26 22:38:21 +02:00
048f4dd18e Add/update .git* files, add sources & remove unneeded files
Signed-off-by: Egbert Eich <eich@suse.com>
2025-08-26 22:38:18 +02:00
3413432f6f Simplify file removal
Signed-off-by: Tom Rix <Tom.Rix@amd.com>
2025-08-25 15:48:28 -07:00
9416c41153 Remove changelog
Signed-off-by: Tom Rix <Tom.Rix@amd.com>
2025-08-25 08:24:09 -07:00
4 changed files with 8 additions and 29 deletions

1
.gitignore vendored
View File

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

View File

@@ -1,25 +0,0 @@
* Sun Oct 22 2023 Tom Rix <trix@redhat.com> - 5.7.1-3
- Change url
- capitalize AND
* Sat Oct 21 2023 Tom Rix <trix@redhat.com> - 5.7.1-2
- Fix so location
- glob gpu family location
* Sun Oct 15 2023 Tom Rix <trix@redhat.com> - 5.7.1-1
- Update to 5.7.1
- Use rocm-rpm-macros
* Sat Oct 7 2023 Tom Rix <trix@redhat.com> - 5.7.0-1
- Update to 5.7
- Use WIP rocm-rpm-macros
- Convert to environent modules
* Sun Oct 1 2023 Tom Rix <trix@redhat.com> - 5.6.0-2
- Split the build into gpu families
* Sat Sep 23 2023 Tom Rix <trix@redhat.com> - 5.6.0-1
- Update to 5.6
* Tue Jun 6 2023 Tom Rix <trix@redhat.com> - 5.5.1-1
- Initial package

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Aug 25 00:00:00 UTC 2025 - Tom Rix <Tom.Rix@amd.com>
- Simplify file removal
-------------------------------------------------------------------
Wed Aug 20 00:00:00 UTC 2025 - Egbert Eich <eich@suse.com>

View File

@@ -132,7 +132,7 @@
Name: %{rocblas_name}
Version: %{rocm_version}
Release: 8%{?dist}
Release: 9%{?dist}
Summary: BLAS implementation for ROCm
URL: https://github.com/ROCmSoftwarePlatform/%{upstreamname}
License: BSD-3-Clause AND MIT
@@ -303,9 +303,7 @@ fi
%install
%cmake_install
if [ -f %{buildroot}%{_prefix}/share/doc/rocblas/LICENSE.md ]; then
rm %{buildroot}%{_prefix}/share/doc/rocblas/LICENSE.md
fi
rm -f %{buildroot}%{_prefix}/share/doc/rocblas/LICENSE.md
%check
%if %{with test}