diff --git a/ant-antlr.changes b/ant-antlr.changes index faeb135..9ee5d4a 100644 --- a/ant-antlr.changes +++ b/ant-antlr.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Nov 26 08:07:13 UTC 2018 - Fridrich Strba + +- Let ant-antlr provide ant-xz too, since it contains the + corresponding jar. + +------------------------------------------------------------------- +Wed Oct 31 10:20:23 UTC 2018 - Fridrich Strba + +- Add aliases to some maven artifacts so that packages out there + resolve then correctly + ------------------------------------------------------------------- Fri Oct 26 09:54:04 UTC 2018 - Pedro Monreal Gonzalez diff --git a/ant-antlr.spec b/ant-antlr.spec index 4710092..5e65172 100644 --- a/ant-antlr.spec +++ b/ant-antlr.spec @@ -85,6 +85,7 @@ Provides: ant-trax = %{version} Requires: antlr %requires_eq ant Provides: ant-antlr = %{version}-%{release} +Provides: ant-xz = %{version}-%{release} Obsoletes: ant-javadoc %endif %if %{with junit} @@ -455,8 +456,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} diff --git a/ant-junit.changes b/ant-junit.changes index faeb135..9ee5d4a 100644 --- a/ant-junit.changes +++ b/ant-junit.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Nov 26 08:07:13 UTC 2018 - Fridrich Strba + +- Let ant-antlr provide ant-xz too, since it contains the + corresponding jar. + +------------------------------------------------------------------- +Wed Oct 31 10:20:23 UTC 2018 - Fridrich Strba + +- Add aliases to some maven artifacts so that packages out there + resolve then correctly + ------------------------------------------------------------------- Fri Oct 26 09:54:04 UTC 2018 - Pedro Monreal Gonzalez diff --git a/ant-junit.spec b/ant-junit.spec index 5a5e051..4f22759 100644 --- a/ant-junit.spec +++ b/ant-junit.spec @@ -85,6 +85,7 @@ Provides: ant-trax = %{version} Requires: antlr %requires_eq ant Provides: ant-antlr = %{version}-%{release} +Provides: ant-xz = %{version}-%{release} Obsoletes: ant-javadoc %endif %if %{with junit} @@ -455,8 +456,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} diff --git a/ant.changes b/ant.changes index faeb135..9ee5d4a 100644 --- a/ant.changes +++ b/ant.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Nov 26 08:07:13 UTC 2018 - Fridrich Strba + +- Let ant-antlr provide ant-xz too, since it contains the + corresponding jar. + +------------------------------------------------------------------- +Wed Oct 31 10:20:23 UTC 2018 - Fridrich Strba + +- Add aliases to some maven artifacts so that packages out there + resolve then correctly + ------------------------------------------------------------------- Fri Oct 26 09:54:04 UTC 2018 - Pedro Monreal Gonzalez diff --git a/ant.spec b/ant.spec index 7849d80..53fa2ab 100644 --- a/ant.spec +++ b/ant.spec @@ -84,6 +84,7 @@ Provides: ant-trax = %{version} Requires: antlr %requires_eq ant Provides: ant-antlr = %{version}-%{release} +Provides: ant-xz = %{version}-%{release} Obsoletes: ant-javadoc %endif %if %{with junit} @@ -454,8 +455,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}