This commit is contained in:
parent
d70e7bcbd0
commit
c21059f9d4
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 25 13:30:12 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Let the non-bootstrap packages obsolete their bootstrap
|
||||
counterparts
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 23 08:27:59 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -107,6 +107,9 @@ is also interoperable with Java.
|
||||
%package apidoc
|
||||
Summary: Documentation for the Scala programming language
|
||||
Group: Documentation/HTML
|
||||
%if %{without bootstrap}
|
||||
Obsoletes: %{base_name}-bootstrap-apidoc
|
||||
%endif
|
||||
|
||||
%description apidoc
|
||||
Scala is a general purpose programming language for the JVM that blends
|
||||
@ -118,6 +121,9 @@ Summary: The swing library for the Scala programming languages
|
||||
Group: Development/Libraries/Java
|
||||
Requires: java >= 1.7
|
||||
Requires: scala = %{version}-%{release}
|
||||
%if %{without bootstrap}
|
||||
Obsoletes: %{base_name}-bootstrap-swing
|
||||
%endif
|
||||
|
||||
%description swing
|
||||
This package contains the swing library for the Scala programming languages.
|
||||
@ -130,6 +136,9 @@ Summary: Development files for Scala
|
||||
Group: Development/Libraries/Java
|
||||
Requires: ant
|
||||
Requires: scala = %{version}-%{release}
|
||||
%if %{without bootstrap}
|
||||
Obsoletes: ant-%{base_name}-bootstrap
|
||||
%endif
|
||||
|
||||
%description -n ant-%{name}
|
||||
Scala is a general purpose programming language for the JVM that blends
|
||||
|
Loading…
Reference in New Issue
Block a user