Accepting request 1141811 from home:urbic:branches:Java:packages
- Add forgotten univocity-parsers to %{_sysconfdir}/ant.d/junitlauncher (needed to run unit tests annotated with @CsvSource and @CsvFileSource) - Add forgotten univocity-parsers to %{_sysconfdir}/ant.d/junitlauncher (needed to run unit tests annotated with @CsvSource and @CsvFileSource) - Add forgotten univocity-parsers to %{_sysconfdir}/ant.d/junitlauncher (needed to run unit tests annotated with @CsvSource and @CsvFileSource) - Add forgotten univocity-parsers to %{_sysconfdir}/ant.d/junitlauncher (needed to run unit tests annotated with @CsvSource and @CsvFileSource) OBS-URL: https://build.opensuse.org/request/show/1141811 OBS-URL: https://build.opensuse.org/package/show/Java:packages/ant?expand=0&rev=180
This commit is contained in:
parent
f8d6ee2143
commit
4612e87a44
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 26 20:37:50 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||
|
||||
- Add forgotten univocity-parsers to
|
||||
%{_sysconfdir}/ant.d/junitlauncher (needed to run unit tests
|
||||
annotated with @CsvSource and @CsvFileSource)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 11 12:50:03 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ant-antlr
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2000-2009, JPackage Project
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -521,7 +521,7 @@ do
|
||||
fi
|
||||
|
||||
#install pom
|
||||
%mvn_install_pom src/etc/poms/${jarname}/pom.xml %{buildroot}/%{_mavenpomdir}/${pomname}
|
||||
%{mvn_install_pom} src/etc/poms/${jarname}/pom.xml %{buildroot}/%{_mavenpomdir}/${pomname}
|
||||
if [ "$jarname" = ant-launcher ]; then
|
||||
%add_maven_depmap ${pomname} ${destname}${jarname}.jar -a ant:ant-launcher
|
||||
elif [ "$jarname" = ant-jmf ]; then
|
||||
@ -584,7 +584,7 @@ echo "junit4 ant/ant-junit4" > %{buildroot}%{_sysconfdir}/ant.d/junit4
|
||||
%endif
|
||||
|
||||
%if %{with junit5}
|
||||
echo "junit5 hamcrest/core junit opentest4j ant/ant-junitlauncher" > %{buildroot}%{_sysconfdir}/ant.d/junitlauncher
|
||||
echo "junit5 hamcrest/core junit opentest4j univocity-parsers ant/ant-junitlauncher" > %{buildroot}%{_sysconfdir}/ant.d/junitlauncher
|
||||
%endif
|
||||
|
||||
%if %{with antlr}
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 26 20:37:50 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||
|
||||
- Add forgotten univocity-parsers to
|
||||
%{_sysconfdir}/ant.d/junitlauncher (needed to run unit tests
|
||||
annotated with @CsvSource and @CsvFileSource)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 11 12:50:03 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ant-junit
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2000-2009, JPackage Project
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -521,7 +521,7 @@ do
|
||||
fi
|
||||
|
||||
#install pom
|
||||
%mvn_install_pom src/etc/poms/${jarname}/pom.xml %{buildroot}/%{_mavenpomdir}/${pomname}
|
||||
%{mvn_install_pom} src/etc/poms/${jarname}/pom.xml %{buildroot}/%{_mavenpomdir}/${pomname}
|
||||
if [ "$jarname" = ant-launcher ]; then
|
||||
%add_maven_depmap ${pomname} ${destname}${jarname}.jar -a ant:ant-launcher
|
||||
elif [ "$jarname" = ant-jmf ]; then
|
||||
@ -584,7 +584,7 @@ echo "junit4 ant/ant-junit4" > %{buildroot}%{_sysconfdir}/ant.d/junit4
|
||||
%endif
|
||||
|
||||
%if %{with junit5}
|
||||
echo "junit5 hamcrest/core junit opentest4j ant/ant-junitlauncher" > %{buildroot}%{_sysconfdir}/ant.d/junitlauncher
|
||||
echo "junit5 hamcrest/core junit opentest4j univocity-parsers ant/ant-junitlauncher" > %{buildroot}%{_sysconfdir}/ant.d/junitlauncher
|
||||
%endif
|
||||
|
||||
%if %{with antlr}
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 26 20:37:50 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||
|
||||
- Add forgotten univocity-parsers to
|
||||
%{_sysconfdir}/ant.d/junitlauncher (needed to run unit tests
|
||||
annotated with @CsvSource and @CsvFileSource)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 11 12:50:03 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ant-junit5
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2000-2009, JPackage Project
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -521,7 +521,7 @@ do
|
||||
fi
|
||||
|
||||
#install pom
|
||||
%mvn_install_pom src/etc/poms/${jarname}/pom.xml %{buildroot}/%{_mavenpomdir}/${pomname}
|
||||
%{mvn_install_pom} src/etc/poms/${jarname}/pom.xml %{buildroot}/%{_mavenpomdir}/${pomname}
|
||||
if [ "$jarname" = ant-launcher ]; then
|
||||
%add_maven_depmap ${pomname} ${destname}${jarname}.jar -a ant:ant-launcher
|
||||
elif [ "$jarname" = ant-jmf ]; then
|
||||
@ -584,7 +584,7 @@ echo "junit4 ant/ant-junit4" > %{buildroot}%{_sysconfdir}/ant.d/junit4
|
||||
%endif
|
||||
|
||||
%if %{with junit5}
|
||||
echo "junit5 hamcrest/core junit opentest4j ant/ant-junitlauncher" > %{buildroot}%{_sysconfdir}/ant.d/junitlauncher
|
||||
echo "junit5 hamcrest/core junit opentest4j univocity-parsers ant/ant-junitlauncher" > %{buildroot}%{_sysconfdir}/ant.d/junitlauncher
|
||||
%endif
|
||||
|
||||
%if %{with antlr}
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 26 20:37:50 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||
|
||||
- Add forgotten univocity-parsers to
|
||||
%{_sysconfdir}/ant.d/junitlauncher (needed to run unit tests
|
||||
annotated with @CsvSource and @CsvFileSource)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 11 12:50:03 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
6
ant.spec
6
ant.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ant
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2000-2009, JPackage Project
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -520,7 +520,7 @@ do
|
||||
fi
|
||||
|
||||
#install pom
|
||||
%mvn_install_pom src/etc/poms/${jarname}/pom.xml %{buildroot}/%{_mavenpomdir}/${pomname}
|
||||
%{mvn_install_pom} src/etc/poms/${jarname}/pom.xml %{buildroot}/%{_mavenpomdir}/${pomname}
|
||||
if [ "$jarname" = ant-launcher ]; then
|
||||
%add_maven_depmap ${pomname} ${destname}${jarname}.jar -a ant:ant-launcher
|
||||
elif [ "$jarname" = ant-jmf ]; then
|
||||
@ -583,7 +583,7 @@ echo "junit4 ant/ant-junit4" > %{buildroot}%{_sysconfdir}/ant.d/junit4
|
||||
%endif
|
||||
|
||||
%if %{with junit5}
|
||||
echo "junit5 hamcrest/core junit opentest4j ant/ant-junitlauncher" > %{buildroot}%{_sysconfdir}/ant.d/junitlauncher
|
||||
echo "junit5 hamcrest/core junit opentest4j univocity-parsers ant/ant-junitlauncher" > %{buildroot}%{_sysconfdir}/ant.d/junitlauncher
|
||||
%endif
|
||||
|
||||
%if %{with antlr}
|
||||
|
Loading…
x
Reference in New Issue
Block a user