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:
parent
c7a05ef11f
commit
40226658e8
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user