Accepting request 670617 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/670617 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xml-commons-resolver?expand=0&rev=2
This commit is contained in:
commit
bb311a64d8
@ -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>
|
Thu Dec 13 10:52:02 UTC 2018 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xml-commons-resolver
|
# 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
|
# 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
|
||||||
@ -37,6 +37,7 @@ BuildRequires: apache-parent
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: java-devel
|
BuildRequires: java-devel
|
||||||
BuildRequires: javapackages-local
|
BuildRequires: javapackages-local
|
||||||
|
#!BuildIgnore: xerces-j2 xml-apis xml-resolver
|
||||||
Requires: apache-parent
|
Requires: apache-parent
|
||||||
# Explicit javapackages-tools requires since scripts use
|
# Explicit javapackages-tools requires since scripts use
|
||||||
# /usr/share/java-utils/java-functions
|
# /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 -d -m 755 %{buildroot}%{resolverdir}
|
||||||
install -m 0644 %{SOURCE10} %{buildroot}%{resolverdir}/CatalogManager.properties
|
install -m 0644 %{SOURCE10} %{buildroot}%{resolverdir}/CatalogManager.properties
|
||||||
|
|
||||||
%files
|
%files -f .mfiles
|
||||||
%license LICENSE.resolver.txt
|
%license LICENSE.resolver.txt
|
||||||
%doc KEYS NOTICE-resolver.txt
|
%doc KEYS NOTICE-resolver.txt
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
@ -122,12 +123,6 @@ install -m 0644 %{SOURCE10} %{buildroot}%{resolverdir}/CatalogManager.properties
|
|||||||
%config(noreplace) %{resolverdir}/*
|
%config(noreplace) %{resolverdir}/*
|
||||||
%dir %{resolverdir}
|
%dir %{resolverdir}
|
||||||
%{_javadir}/*
|
%{_javadir}/*
|
||||||
%{_mavenpomdir}/*
|
|
||||||
%if %{defined _maven_repository}
|
|
||||||
%{_mavendepmapfragdir}/%{name}
|
|
||||||
%else
|
|
||||||
%{_datadir}/maven-metadata/%{name}.xml*
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%files javadoc
|
%files javadoc
|
||||||
%license LICENSE.resolver.txt
|
%license LICENSE.resolver.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user