SHA256
1
0
forked from pool/julia

- 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
This commit is contained in:
Soc Virnyl Estela 2023-12-17 13:01:11 +00:00 committed by Git OBS Bridge
parent c7a05ef11f
commit 40226658e8
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Dec 17 13:00:29 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
- libjulia19 package should be unambiguous if it is for julia-compat or julia
-------------------------------------------------------------------
Sun Dec 17 10:46:54 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>

View File

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