Stephan Kulow 2019-02-06 14:46:28 +00:00 committed by Git OBS Bridge
commit bb311a64d8
2 changed files with 14 additions and 8 deletions

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Feb 1 16:33:40 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- BuildIgnore xml-apis and xml-resolver, since this does not
strictly require them for build
-------------------------------------------------------------------
Fri Feb 1 12:59:05 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- BuildIgnore xerces-j2 to break cycle of OSGi requires
-------------------------------------------------------------------
Thu Dec 13 10:52:02 UTC 2018 - Fridrich Strba <fstrba@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package xml-commons-resolver
#
# 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
@ -37,6 +37,7 @@ BuildRequires: apache-parent
BuildRequires: fdupes
BuildRequires: java-devel
BuildRequires: javapackages-local
#!BuildIgnore: xerces-j2 xml-apis xml-resolver
Requires: apache-parent
# Explicit javapackages-tools requires since scripts use
# /usr/share/java-utils/java-functions
@ -114,7 +115,7 @@ install -p -m 644 %{SOURCE8} %{buildroot}%{_mandir}/man1/xml-xread.1
install -d -m 755 %{buildroot}%{resolverdir}
install -m 0644 %{SOURCE10} %{buildroot}%{resolverdir}/CatalogManager.properties
%files
%files -f .mfiles
%license LICENSE.resolver.txt
%doc KEYS NOTICE-resolver.txt
%{_mandir}/man1/*
@ -122,12 +123,6 @@ install -m 0644 %{SOURCE10} %{buildroot}%{resolverdir}/CatalogManager.properties
%config(noreplace) %{resolverdir}/*
%dir %{resolverdir}
%{_javadir}/*
%{_mavenpomdir}/*
%if %{defined _maven_repository}
%{_mavendepmapfragdir}/%{name}
%else
%{_datadir}/maven-metadata/%{name}.xml*
%endif
%files javadoc
%license LICENSE.resolver.txt