Fridrich Strba 2021-04-25 07:30:10 +00:00 committed by Git OBS Bridge
parent 063b722392
commit 66ce15e688

View File

@ -61,9 +61,13 @@ cp %{SOURCE1} .
cp %{SOURCE2} .
sed -i 's/\r//' *.txt
%pom_remove_parent .
%pom_remove_plugin :maven-checkstyle-plugin .
%pom_xpath_inject "pom:project" "<groupId>org.apache.commons</groupId>" .
# Not needed since we don't build with maven
%pom_remove_parent
%pom_xpath_inject "pom:project" "<groupId>org.apache.commons</groupId>"
%pom_xpath_remove pom:project/pom:reporting
%pom_xpath_remove pom:project/pom:build
%pom_xpath_remove pom:project/pom:profiles
%pom_remove_dep :::test
%build
export OPT_JAR_LIST=`cat %{_sysconfdir}/ant.d/junit`