SHA256
1
0
forked from pool/julia

- Specfile cleanup:

* Exclude now only bundled libs
    - LLVM, uv, ccalltest, llvmcalltest, openblas with INTERFACE64 enabled,
      libjulia-internal and libjulia-codegen
  * Fdupe only /usr/share/julia.

OBS-URL: https://build.opensuse.org/package/show/science/julia?expand=0&rev=153
This commit is contained in:
Soc Virnyl Estela 2023-12-18 14:34:37 +00:00 committed by Git OBS Bridge
parent b9ab29a5ec
commit 0df6fe2797
2 changed files with 7 additions and 3 deletions

View File

@ -1,7 +1,11 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 18 10:09:55 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl> Mon Dec 18 14:24:24 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
- Fdupe only /usr/share/julia. Causes issues with sofiles that are symlinked - Specfile cleanup:
* Exclude now only bundled libs
- LLVM, uv, ccalltest, llvmcalltest, openblas with INTERFACE64 enabled,
libjulia-internal and libjulia-codegen
* Fdupe only /usr/share/julia.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 18 06:20:48 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl> Mon Dec 18 06:20:48 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>

View File

@ -26,7 +26,7 @@
%global __provides_exclude_from ^%{_libdir}/%{name}/.*\\.so$ %global __provides_exclude_from ^%{_libdir}/%{name}/.*\\.so$
# List all bundled libraries. # List all bundled libraries.
%global _privatelibs lib(LLVM-.*|ccalltest|dSFMT|git2|llvmcalltest|openlibm|suitesparse_wrapper|mbedcrypto|mbedtls|mbedx509|uv)\\.so.* %global _privatelibs lib(LLVM-.*|ccalltest|llvmcalltest|uv|openblas.*|sys|julia.*)\\.so.*
%global __provides_exclude ^(%{_privatelibs})$ %global __provides_exclude ^(%{_privatelibs})$
%global __requires_exclude ^(%{_privatelibs})$ %global __requires_exclude ^(%{_privatelibs})$