Accepting request 353938 from home:dstoecker:branches:Java:packages
Fix https://bugzilla.opensuse.org/show_bug.cgi?id=915686. OBS-URL: https://build.opensuse.org/request/show/353938 OBS-URL: https://build.opensuse.org/package/show/Java:packages/ant?expand=0&rev=69
This commit is contained in:
committed by
Git OBS Bridge
parent
01582d89d8
commit
6c92b0c81e
@@ -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
|
||||||
|
Reference in New Issue
Block a user