Fridrich Strba 2022-06-09 18:36:51 +00:00 committed by Git OBS Bridge
parent 3e553e2dec
commit 2ab2515d37

View File

@ -69,10 +69,10 @@ cp %{SOURCE1} .
find . -type f -name "*.jar" -or -name "*.class" | xargs -t rm -rf
ln -s $(build-classpath hamcrest/all) lib/hamcrest-core-1.3.jar
ln -s $(build-classpath hamcrest/hamcrest) lib/hamcrest-core-1.3.jar
%build
export CLASSPATH=$(build-classpath hamcrest/all)
export CLASSPATH=$(build-classpath hamcrest/hamcrest)
ant jars javadoc -Dversion-status=
%install