SHA256
1
0
forked from pool/maven
Fridrich Strba 2020-03-01 08:28:27 +00:00 committed by Git OBS Bridge
parent 0939fff4f7
commit 411c007325
2 changed files with 12 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Mar 1 08:27:38 UTC 2020 - Fridrich Strba <fstrba@suse.com>
- Let maven-lib obsolete maven-jansi
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Feb 7 15:50:55 UTC 2020 - Fridrich Strba <fstrba@suse.com> Fri Feb 7 15:50:55 UTC 2020 - Fridrich Strba <fstrba@suse.com>

View File

@ -28,7 +28,7 @@ Summary: Java project management and project comprehension tool
# bundled slf4j is MIT # bundled slf4j is MIT
License: Apache-2.0 AND MIT License: Apache-2.0 AND MIT
Group: Development/Tools/Building Group: Development/Tools/Building
URL: http://maven.apache.org/ URL: https://maven.apache.org/
Source0: http://archive.apache.org/dist/%{name}/%{name}-3/%{version}/source/apache-%{name}-%{version}-src.tar.gz Source0: http://archive.apache.org/dist/%{name}/%{name}-3/%{version}/source/apache-%{name}-%{version}-src.tar.gz
Source1: maven-bash-completion Source1: maven-bash-completion
Source2: mvn.1 Source2: mvn.1
@ -162,6 +162,10 @@ Requires: slf4j
# patch (using a script written in Groovy), compile and package as # patch (using a script written in Groovy), compile and package as
# maven-slf4j-provider.jar, together with Maven-specific additions. # maven-slf4j-provider.jar, together with Maven-specific additions.
Provides: bundled(slf4j) = %{bundled_slf4j_version} Provides: bundled(slf4j) = %{bundled_slf4j_version}
# This package might be installed on a system, since it used to be
# produced by the binary maven repackaging in some repositories.
# This Obsoletes will allow a clean upgrade.
Obsoletes: %{name}-jansi
# If XMvn is part of the same RPM transaction then it should be # If XMvn is part of the same RPM transaction then it should be
# installed first to avoid triggering rhbz#1014355. # installed first to avoid triggering rhbz#1014355.
OrderWithRequires: xmvn-minimal OrderWithRequires: xmvn-minimal
@ -255,7 +259,7 @@ build-jar-repository -s lib \
slf4j/simple \ slf4j/simple \
xbean/xbean-reflect xbean/xbean-reflect
ln -s $(build-classpath slf4j/slf4j-simple-sources) lib/ ln -s $(build-classpath slf4j/slf4j-simple-sources) lib/
%ant \ %{ant} \
-Dtest.skip=true \ -Dtest.skip=true \
package javadoc package javadoc