From 40226658e82b93ced8894cb93a2cf52e75468192de97596d5f79bbf60e145ddb Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Sun, 17 Dec 2023 13:01:11 +0000 Subject: [PATCH] - libjulia19 package should be unambiguous if it is for julia-compat or julia OBS-URL: https://build.opensuse.org/package/show/science/julia?expand=0&rev=144 --- julia.changes | 5 +++++ julia.spec | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/julia.changes b/julia.changes index 5d7215f..42b53ef 100644 --- a/julia.changes +++ b/julia.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Dec 17 13:00:29 UTC 2023 - Soc Virnyl Estela + +- libjulia19 package should be unambiguous if it is for julia-compat or julia + ------------------------------------------------------------------- Sun Dec 17 10:46:54 UTC 2023 - Soc Virnyl Estela diff --git a/julia.spec b/julia.spec index 169b44e..fc92f3b 100644 --- a/julia.spec +++ b/julia.spec @@ -179,12 +179,14 @@ debugging version of Julia. This package is normally not needed when programming in the Julia language, but rather for embedding Julia into external programs or debugging Julia itself. +%if 0%{?compat_mode} || 1%{?compat_mode} %package -n %{libname} Summary: Julia shared object libraries Group: System/Libraries %description -n %{libname} Contains library files for interacting with Julia through C interfaces. +%endif %prep %setup -q -n julia-%{version} @@ -494,7 +496,9 @@ fi %{_includedir}/julia/ %{_libdir}/libjulia.so +%if 0%{?compat_mode} || 1%{?compat_mode} %files -n %{libname} %{_libdir}/libjulia.so.* +%endif %changelog