This commit is contained in:
parent
c40611b57e
commit
43afed0ec8
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 1 09:01:32 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Build against the compatibility log4j12-mini package
|
||||
- Depend on mvn(log4j:log4j:1.2.17) provided by the compatibility
|
||||
packages
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 19 05:31:47 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@ -35,7 +35,7 @@ BuildRequires: xmvn-install
|
||||
BuildRequires: xmvn-resolve
|
||||
BuildArch: noarch
|
||||
Requires: mvn(commons-logging:commons-logging)
|
||||
Requires: mvn(log4j:log4j)
|
||||
Requires: mvn(log4j:log4j:1.2.17)
|
||||
Requires: mvn(org.slf4j:slf4j-api) = %{version}
|
||||
|
||||
%description
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 1 09:01:32 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Build against the compatibility log4j12-mini package
|
||||
- Depend on mvn(log4j:log4j:1.2.17) provided by the compatibility
|
||||
packages
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 19 05:31:47 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@ -41,7 +41,7 @@ BuildRequires: javapackages-local
|
||||
BuildRequires: javapackages-tools
|
||||
BuildRequires: javassist >= 3.4
|
||||
BuildRequires: junit >= 3.8.2
|
||||
BuildRequires: log4j-mini
|
||||
BuildRequires: log4j112-mini
|
||||
Requires: cal10n
|
||||
Requires: java
|
||||
# this is ugly hack, which creates package which requires the same,
|
||||
@ -164,7 +164,7 @@ done
|
||||
sed -i "/Import-Package/s/.$/;resolution:=optional&/" slf4j-api/src/main/resources/META-INF/MANIFEST.MF
|
||||
|
||||
%build
|
||||
export CLASSPATH=$(build-classpath log4j \
|
||||
export CLASSPATH=$(build-classpath log4j12/log4j-12 \
|
||||
commons-logging \
|
||||
commons-lang3 \
|
||||
javassist-3.14.0 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user