Mavenize buildrequires
This commit is contained in:
parent
e0686bb089
commit
45b9d68432
@ -26,22 +26,21 @@ Patch9: 0002-Port-to-OpenJDK-11.patch
|
|||||||
|
|
||||||
BuildRequires: javapackages-local
|
BuildRequires: javapackages-local
|
||||||
BuildRequires: ant
|
BuildRequires: ant
|
||||||
BuildRequires: antlr
|
|
||||||
BuildRequires: junit
|
|
||||||
BuildRequires: ant-junit
|
BuildRequires: ant-junit
|
||||||
BuildRequires: apache-commons-collections
|
|
||||||
BuildRequires: apache-commons-logging
|
|
||||||
BuildRequires: apache-commons-lang3
|
|
||||||
BuildRequires: glassfish-servlet-api
|
|
||||||
BuildRequires: jakarta-oro
|
|
||||||
BuildRequires: jaxen
|
|
||||||
BuildRequires: jdom
|
|
||||||
BuildRequires: bcel
|
|
||||||
BuildRequires: log4j12
|
|
||||||
BuildRequires: apache-parent
|
|
||||||
|
|
||||||
# It fails one of the arithmetic test cases with gcj
|
BuildRequires: mvn(antlr:antlr)
|
||||||
BuildRequires: java-devel >= 1:1.6.0
|
BuildRequires: mvn(commons-collections:commons-collections)
|
||||||
|
BuildRequires: mvn(org.apache.commons:commons-lang3)
|
||||||
|
BuildRequires: mvn(commons-logging:commons-logging)
|
||||||
|
BuildRequires: mvn(javax.servlet:javax.servlet-api)
|
||||||
|
BuildRequires: mvn(junit:junit)
|
||||||
|
BuildRequires: mvn(oro:oro)
|
||||||
|
BuildRequires: mvn(log4j:log4j:1.2.17)
|
||||||
|
BuildRequires: mvn(jaxen:jaxen)
|
||||||
|
BuildRequires: mvn(org.jdom:jdom)
|
||||||
|
BuildRequires: mvn(org.apache.bcel:bcel)
|
||||||
|
|
||||||
|
BuildRequires: mvn(org.apache:apache:pom:)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Velocity is a Java-based template engine. It permits anyone to use the
|
Velocity is a Java-based template engine. It permits anyone to use the
|
||||||
@ -142,19 +141,18 @@ rm -r src/test/org/apache/velocity/test/sql
|
|||||||
%build
|
%build
|
||||||
|
|
||||||
export CLASSPATH=$(build-classpath \
|
export CLASSPATH=$(build-classpath \
|
||||||
antlr \
|
antlr:antlr \
|
||||||
apache-commons-collections \
|
commons-collections:commons-collections \
|
||||||
commons-lang3 \
|
org.apache.commons:commons-lang3 \
|
||||||
commons-logging \
|
commons-logging:commons-logging \
|
||||||
glassfish-servlet-api \
|
javax.servlet:javax.servlet-api \
|
||||||
junit \
|
junit:junit \
|
||||||
jakarta-oro \
|
oro:oro \
|
||||||
log4j:log4j:1.2.17 \
|
log4j:log4j:1.2.17 \
|
||||||
jaxen \
|
jaxen:jaxen \
|
||||||
jdom \
|
org.jdom:jdom \
|
||||||
bcel \
|
org.apache.bcel:bcel \
|
||||||
hsqldb \
|
)
|
||||||
junit)
|
|
||||||
ant \
|
ant \
|
||||||
-buildfile build/build.xml \
|
-buildfile build/build.xml \
|
||||||
-Dbuild.sysclasspath=first \
|
-Dbuild.sysclasspath=first \
|
||||||
|
Loading…
Reference in New Issue
Block a user