forked from pool/julia
- Fix specfile
* p7zip for tumbleweed * p7zip-full for leap OBS-URL: https://build.opensuse.org/package/show/science/julia?expand=0&rev=182
This commit is contained in:
parent
5f3ac1eeb9
commit
991a5713c3
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 17 00:17:42 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||||
|
|
||||||
|
- Fix specfile
|
||||||
|
* p7zip for tumbleweed
|
||||||
|
* p7zip-full for leap
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 16 15:18:08 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
Thu May 16 15:18:08 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||||
|
|
||||||
|
@ -153,7 +153,12 @@ BuildRequires: metis-devel
|
|||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: openlibm-devel
|
BuildRequires: openlibm-devel
|
||||||
BuildRequires: openspecfun-devel
|
BuildRequires: openspecfun-devel
|
||||||
BuildRequires: p7zip >= 16
|
# I am not sure how or why they're different in Leap and Tumbleweed
|
||||||
|
%if %0{?suse_version} > 1600
|
||||||
|
BuildRequires: p7zip
|
||||||
|
%else
|
||||||
|
BuildRequires: p7zip-full
|
||||||
|
%endif
|
||||||
BuildRequires: patchelf >= 0.9
|
BuildRequires: patchelf >= 0.9
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user