diff --git a/bcel.changes b/bcel.changes index 655d017..fed0a3c 100644 --- a/bcel.changes +++ b/bcel.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 1 14:10:42 UTC 2019 - Fridrich Strba + +- 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 diff --git a/bcel.spec b/bcel.spec index 1211ded..2e89ab7 100644 --- a/bcel.spec +++ b/bcel.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -32,7 +32,7 @@ BuildRequires: ant BuildRequires: java-devel >= 1.8 BuildRequires: javapackages-local BuildRequires: regexp -BuildRequires: xml-apis +#!BuildIgnore: xalan-j2 xerces-j2 xml-apis xml-resolver Requires: regexp 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" -%files +%files -f .mfiles %license LICENSE.txt %{_javadir}/* -%{_mavenpomdir}/* -%{_datadir}/maven-metadata/%{name}.xml* %changelog