This commit is contained in:
9
ant.spec
9
ant.spec
@@ -454,8 +454,13 @@ do
|
||||
|
||||
#install pom
|
||||
install -m 644 src%{_sysconfdir}/poms/${jarname}/pom.xml %{buildroot}/%{_mavenpomdir}/${pomname}
|
||||
echo %%add_maven_depmap "${pomname}" "${destname}${jarname}.jar"
|
||||
%add_maven_depmap ${pomname} ${destname}${jarname}.jar
|
||||
if [ $jarname == ant-launcher ]; then
|
||||
%add_maven_depmap ${pomname} ${destname}${jarname}.jar -a ant:ant-launcher
|
||||
elif [ $jarname == ant ]; then
|
||||
%add_maven_depmap ${pomname} ${destname}${jarname}.jar -a org.apache.ant:ant-nodeps,apache:ant,ant:ant
|
||||
else
|
||||
%add_maven_depmap ${pomname} ${destname}${jarname}.jar
|
||||
fi
|
||||
done
|
||||
|
||||
%if %{with bootstrap}
|
||||
|
Reference in New Issue
Block a user