From 3b2282e95430e4890fd3dc4d29cf3ec21943fd97 Mon Sep 17 00:00:00 2001 From: Antonio Trande Date: Aug 03 2022 18:29:32 +0000 Subject: Disable Java support --- diff --git a/libsbml.spec b/libsbml.spec index bbc5127..8470a52 100644 --- a/libsbml.spec +++ b/libsbml.spec @@ -2,6 +2,7 @@ %bcond_without ruby %bcond_with octave %bcond_without r +%bcond_with java %bcond_without python %bcond_without check @@ -18,12 +19,6 @@ Obsoletes: libsbml-sharp < 0:5.18.0-20 %bcond_with mono %endif -%ifarch s390x %{arm} aarch64 %{power64} -%bcond_with java -%else -%bcond_without java -%endif - # those have special requirements, the rest follows main package name %global octpkg SBML %global perlpkg LibSBML @@ -40,7 +35,7 @@ Obsoletes: libsbml-sharp < 0:5.18.0-20 Name: libsbml Version: 5.19.0 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Systems Biology Markup Language library License: LGPLv2+ URL: http://sbml.org/Software/libSBML @@ -75,7 +70,9 @@ BuildRequires: swig BuildRequires: hostname # Python2 is no longer supported -Obsoletes: python2-%{name} < 5.18 +Obsoletes: python2-%{name} < 0:5.18 +# Disable Java support +Obsoletes: java-%{name} < 0:5.19.0-18 %if %{without doc} Obsoletes: %{name}-doc < 0:5.18.0-21 @@ -421,6 +418,9 @@ popd %endif %changelog +* Wed Aug 03 2022 Antonio Trande - 5.19.0-18 +- Disable Java support + * Thu Jul 21 2022 Fedora Release Engineering - 5.19.0-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild