Accepting request 354158 from Java:packages
1 OBS-URL: https://build.opensuse.org/request/show/354158 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ant?expand=0&rev=57
This commit is contained in:
commit
80bbb8184c
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 15 22:01:37 UTC 2016 - opensuse@dstoecker.de
|
||||||
|
|
||||||
|
- junit4 test did not work (bnc#915686)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 29 11:12:50 UTC 2015 - tchvatal@suse.com
|
Wed Jul 29 11:12:50 UTC 2015 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ant-antlr
|
# spec file for package ant-antlr
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2000-2009, JPackage Project
|
# Copyright (c) 2000-2009, JPackage Project
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
@ -575,6 +575,7 @@ echo "ant/ant-swing" > %{buildroot}%{_sysconfdir}/%{name}.d/swing
|
|||||||
|
|
||||||
%if %{with junit}
|
%if %{with junit}
|
||||||
echo "junit ant/ant-junit" > %{buildroot}%{_sysconfdir}/ant.d/junit
|
echo "junit ant/ant-junit" > %{buildroot}%{_sysconfdir}/ant.d/junit
|
||||||
|
echo "junit4 ant/ant-junit4" > %{buildroot}%{_sysconfdir}/ant.d/junit4
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{with antlr}
|
%if %{with antlr}
|
||||||
@ -675,6 +676,7 @@ find %{buildroot}%{_datadir}/ant/etc -type f -name "*.xsl" \
|
|||||||
%{_javadir}/ant/ant-junit*.jar
|
%{_javadir}/ant/ant-junit*.jar
|
||||||
%{ant_home}/lib/ant-junit*.jar
|
%{ant_home}/lib/ant-junit*.jar
|
||||||
%config(noreplace) %{_sysconfdir}/ant.d/junit
|
%config(noreplace) %{_sysconfdir}/ant.d/junit
|
||||||
|
%config(noreplace) %{_sysconfdir}/ant.d/junit4
|
||||||
%{ant_home}/etc/junit-frames.xsl
|
%{ant_home}/etc/junit-frames.xsl
|
||||||
%{ant_home}/etc/junit-noframes.xsl
|
%{ant_home}/etc/junit-noframes.xsl
|
||||||
%{_mavenpomdir}/JPP.ant-ant-junit*.pom
|
%{_mavenpomdir}/JPP.ant-ant-junit*.pom
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 15 22:01:37 UTC 2016 - opensuse@dstoecker.de
|
||||||
|
|
||||||
|
- junit4 test did not work (bnc#915686)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 29 11:12:50 UTC 2015 - tchvatal@suse.com
|
Wed Jul 29 11:12:50 UTC 2015 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ant-junit
|
# spec file for package ant-junit
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2000-2009, JPackage Project
|
# Copyright (c) 2000-2009, JPackage Project
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
@ -575,6 +575,7 @@ echo "ant/ant-swing" > %{buildroot}%{_sysconfdir}/%{name}.d/swing
|
|||||||
|
|
||||||
%if %{with junit}
|
%if %{with junit}
|
||||||
echo "junit ant/ant-junit" > %{buildroot}%{_sysconfdir}/ant.d/junit
|
echo "junit ant/ant-junit" > %{buildroot}%{_sysconfdir}/ant.d/junit
|
||||||
|
echo "junit4 ant/ant-junit4" > %{buildroot}%{_sysconfdir}/ant.d/junit4
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{with antlr}
|
%if %{with antlr}
|
||||||
@ -675,6 +676,7 @@ find %{buildroot}%{_datadir}/ant/etc -type f -name "*.xsl" \
|
|||||||
%{_javadir}/ant/ant-junit*.jar
|
%{_javadir}/ant/ant-junit*.jar
|
||||||
%{ant_home}/lib/ant-junit*.jar
|
%{ant_home}/lib/ant-junit*.jar
|
||||||
%config(noreplace) %{_sysconfdir}/ant.d/junit
|
%config(noreplace) %{_sysconfdir}/ant.d/junit
|
||||||
|
%config(noreplace) %{_sysconfdir}/ant.d/junit4
|
||||||
%{ant_home}/etc/junit-frames.xsl
|
%{ant_home}/etc/junit-frames.xsl
|
||||||
%{ant_home}/etc/junit-noframes.xsl
|
%{ant_home}/etc/junit-noframes.xsl
|
||||||
%{_mavenpomdir}/JPP.ant-ant-junit*.pom
|
%{_mavenpomdir}/JPP.ant-ant-junit*.pom
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 15 22:01:37 UTC 2016 - opensuse@dstoecker.de
|
||||||
|
|
||||||
|
- junit4 test did not work (bnc#915686)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 29 11:12:50 UTC 2015 - tchvatal@suse.com
|
Wed Jul 29 11:12:50 UTC 2015 - tchvatal@suse.com
|
||||||
|
|
||||||
|
4
ant.spec
4
ant.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ant
|
# spec file for package ant
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2000-2009, JPackage Project
|
# Copyright (c) 2000-2009, JPackage Project
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
@ -574,6 +574,7 @@ echo "ant/ant-swing" > %{buildroot}%{_sysconfdir}/%{name}.d/swing
|
|||||||
|
|
||||||
%if %{with junit}
|
%if %{with junit}
|
||||||
echo "junit ant/ant-junit" > %{buildroot}%{_sysconfdir}/ant.d/junit
|
echo "junit ant/ant-junit" > %{buildroot}%{_sysconfdir}/ant.d/junit
|
||||||
|
echo "junit4 ant/ant-junit4" > %{buildroot}%{_sysconfdir}/ant.d/junit4
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{with antlr}
|
%if %{with antlr}
|
||||||
@ -674,6 +675,7 @@ find %{buildroot}%{_datadir}/ant/etc -type f -name "*.xsl" \
|
|||||||
%{_javadir}/ant/ant-junit*.jar
|
%{_javadir}/ant/ant-junit*.jar
|
||||||
%{ant_home}/lib/ant-junit*.jar
|
%{ant_home}/lib/ant-junit*.jar
|
||||||
%config(noreplace) %{_sysconfdir}/ant.d/junit
|
%config(noreplace) %{_sysconfdir}/ant.d/junit
|
||||||
|
%config(noreplace) %{_sysconfdir}/ant.d/junit4
|
||||||
%{ant_home}/etc/junit-frames.xsl
|
%{ant_home}/etc/junit-frames.xsl
|
||||||
%{ant_home}/etc/junit-noframes.xsl
|
%{ant_home}/etc/junit-noframes.xsl
|
||||||
%{_mavenpomdir}/JPP.ant-ant-junit*.pom
|
%{_mavenpomdir}/JPP.ant-ant-junit*.pom
|
||||||
|
Loading…
x
Reference in New Issue
Block a user