Compare commits

...
This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

1 commit

Author SHA1 Message Date
gil
8820392da4 fix log4j BR 2015-02-15 03:11:14 +01:00

View file

@ -32,7 +32,7 @@ BuildRequires: junit
#Fonts for testing
BuildRequires: fontconfig liberation-sans-fonts liberation-serif-fonts
BuildRequires: jacoco
BuildRequires: log4j12
BuildRequires: log4j
BuildRequires: xmlbeans
BuildRequires: hamcrest
@ -40,7 +40,7 @@ Requires: jpackage-utils
Requires: java >= 1:1.6.0
Requires: dom4j
Requires: apache-commons-logging
Requires: log4j12
Requires: log4j
Requires: xmlbeans
%description
@ -94,8 +94,7 @@ The manual for %{name}.
find -name '*.class' -delete
find -name '*.jar' -delete
mkdir lib ooxml-lib
build-jar-repository -s -p lib ant commons-codec commons-logging jacoco junit hamcrest/core
ln -sf $(build-classpath log4j-1.2.17) lib/log4j.jar
build-jar-repository -s -p lib ant commons-codec commons-logging jacoco junit hamcrest/core log4j
build-jar-repository -s -p ooxml-lib dom4j xmlbeans/xbean
#Unpack the XMLSchema
pushd ooxml-lib