Fridrich Strba 2019-02-01 16:47:44 +00:00 committed by Git OBS Bridge
parent d42a912ccf
commit 070e784f72
2 changed files with 3 additions and 5 deletions

View File

@ -1,7 +1,7 @@
-------------------------------------------------------------------
Fri Feb 1 14:10:42 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- BuildIgnore xml-apis, since the package is not necessary for
- BuildIgnore xalan-j2, since the package is not necessary for
the build.
-------------------------------------------------------------------

View File

@ -32,7 +32,7 @@ BuildRequires: ant
BuildRequires: java-devel >= 1.8
BuildRequires: javapackages-local
BuildRequires: regexp
#BuildIgnore: xml-apis
#!BuildIgnore: xalan-j2
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