Accepting request 670620 from Java:packages

fix build cycle

OBS-URL: https://build.opensuse.org/request/show/670620
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bcel?expand=0&rev=30
This commit is contained in:
Stephan Kulow 2019-02-06 14:46:40 +00:00 committed by Git OBS Bridge
commit 92cd94e77d
2 changed files with 9 additions and 5 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Feb 1 14:10:42 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- BuildIgnore xalan-j2, xml-apis, xml-resolver, xerces-j2, since
those packages are not necessary for the build.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 10 09:51:13 UTC 2018 - Fridrich Strba <fstrba@suse.com> Mon Dec 10 09:51:13 UTC 2018 - Fridrich Strba <fstrba@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package bcel # spec file for package bcel
# #
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -32,7 +32,7 @@ BuildRequires: ant
BuildRequires: java-devel >= 1.8 BuildRequires: java-devel >= 1.8
BuildRequires: javapackages-local BuildRequires: javapackages-local
BuildRequires: regexp BuildRequires: regexp
BuildRequires: xml-apis #!BuildIgnore: xalan-j2 xerces-j2 xml-apis xml-resolver
Requires: regexp Requires: regexp
BuildArch: noarch BuildArch: noarch
@ -90,10 +90,8 @@ install -m 644 %{SOURCE2} %{buildroot}%{_mavenpomdir}/%{name}-%{version}.pom
%add_maven_depmap %{name}-%{version}.pom %{name}-%{version}.jar -a "bcel:bcel" %add_maven_depmap %{name}-%{version}.pom %{name}-%{version}.jar -a "bcel:bcel"
%files %files -f .mfiles
%license LICENSE.txt %license LICENSE.txt
%{_javadir}/* %{_javadir}/*
%{_mavenpomdir}/*
%{_datadir}/maven-metadata/%{name}.xml*
%changelog %changelog