From 74b68c39888a0c033d5d2ccba270e4290221bfa0 Mon Sep 17 00:00:00 2001 From: Tom Rix Date: Tue, 24 Sep 2024 17:27:27 -0700 Subject: [PATCH] Update URL Signed-off-by: Tom Rix --- rocsparse.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rocsparse.spec b/rocsparse.spec index c978d3a..ec8b59c 100644 --- a/rocsparse.spec +++ b/rocsparse.spec @@ -30,13 +30,13 @@ Name: rocsparse Version: %{rocm_version} Release: %autorelease Summary: SPARSE implementation for ROCm -Url: https://github.com/ROCmSoftwarePlatform/%{upstreamname} +Url: https://github.com/ROCm/%{upstreamname} License: MIT # Only x86_64 works right now: ExclusiveArch: x86_64 -Source0: %{url}/archive/refs/tags/rocm-%{rocm_version}.tar.gz#/%{upstreamname}-%{rocm_version}.tar.gz +Source0: %{url}/archive/rocm-%{rocm_version}.tar.gz#/%{upstreamname}-%{rocm_version}.tar.gz BuildRequires: cmake BuildRequires: ninja-build