Accepting request 198914 from Java:packages

- fix build with apache-commons-lang

OBS-URL: https://build.opensuse.org/request/show/198914
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/slf4j?expand=0&rev=5
This commit is contained in:
Stephan Kulow 2013-09-16 08:15:43 +00:00 committed by Git OBS Bridge
commit 412b49642f
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Sep 13 10:51:12 UTC 2013 - mvyskocil@suse.com
- fix build with apache-commons-lang
-------------------------------------------------------------------
Wed Sep 11 07:49:42 UTC 2013 - mvyskocil@suse.com

View File

@ -34,9 +34,9 @@ Requires(post): javapackages-tools
Requires(postun): javapackages-tools
BuildRequires: ant >= 1.6.5
BuildRequires: ant-junit >= 1.6.5
BuildRequires: apache-commons-lang
BuildRequires: apache-commons-logging
BuildRequires: cal10n
BuildRequires: jakarta-commons-lang
BuildRequires: java-devel >= 1.5.0
BuildRequires: javapackages-tools
BuildRequires: javassist >= 3.4
@ -90,7 +90,7 @@ sed -i -e "s|ant<|org.apache.ant<|g" integration/pom.xml
%build
export CLASSPATH=$(build-classpath log4j \
commons-logging \
jakarta-commons-lang \
commons-lang \
javassist-3.14.0 \
cal10n)
export CLASSPATH=$CLASSPATH:$(pwd)/slf4j-api/target/slf4j-api-%{version}.jar