public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/hipsparse] epel10: Fix --with debug
@ 2026-06-13 22:13 Tom Rix
  0 siblings, 0 replies; only message in thread
From: Tom Rix @ 2026-06-13 22:13 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/hipsparse
            Branch : epel10
            Commit : 7938adb8b053fcb66154aa6b4a90f68b2f4c25c4
            Author : Tom Rix <Tom.Rix@amd.com>
            Date   : 2026-04-24T16:00:28-07:00
            Stats  : +8/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/hipsparse/c/7938adb8b053fcb66154aa6b4a90f68b2f4c25c4?branch=epel10

            Log:
            Fix --with debug

Signed-off-by: Tom Rix <Tom.Rix@amd.com>

---
diff --git a/hipsparse.spec b/hipsparse.spec
index 43aa3a7..a301a24 100644
--- a/hipsparse.spec
+++ b/hipsparse.spec
@@ -258,11 +258,19 @@ install -pm 644 %{_builddir}/hipsparse-test-matrices/* %{buildroot}/%{pkg_prefix
 %files -n %{pkg_name}
 %doc README.md
 %license LICENSE.md
+%if %{with debug}
+%{pkg_prefix}/%{pkg_libdir}/lib%{pkg_library_name}-d.so.%{pkg_library_version}{,.*}
+%else
 %{pkg_prefix}/%{pkg_libdir}/lib%{pkg_library_name}.so.%{pkg_library_version}{,.*}
+%endif
 
 %files devel
 %{pkg_prefix}/include/hipsparse/
+%if %{with debug}
+%{pkg_prefix}/%{pkg_libdir}/lib%{pkg_library_name}-d.so
+%else
 %{pkg_prefix}/%{pkg_libdir}/lib%{pkg_library_name}.so
+%endif
 %{pkg_prefix}/%{pkg_libdir}/cmake/hipsparse/
 
 %if %{with test}

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-13 22:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-13 22:13 [rpms/hipsparse] epel10: Fix --with debug Tom Rix

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox