1
0
Fridrich Strba 2019-01-23 06:19:27 +00:00 committed by Git OBS Bridge
parent a0ce272d9c
commit 3d1e73f2a8

View File

@ -1,7 +1,7 @@
# #
# spec file for package xml-commons-apis # spec file for package xml-commons-apis
# #
# 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
@ -39,17 +39,17 @@ BuildRequires: javapackages-local
BuildRequires: xz BuildRequires: xz
Requires: apache-parent Requires: apache-parent
Conflicts: xml-commons-apis-bootstrap Conflicts: xml-commons-apis-bootstrap
Provides: xml-commons-jaxp-1.4-apis
Provides: xml-commons-jaxp-1.3-apis
Provides: xml-commons-jaxp-1.2-apis
Provides: xml-commons-jaxp-1.1-apis
Provides: xerces-j2-xml-apis Provides: xerces-j2-xml-apis
Provides: xml-apis = %{name}-%{release} Provides: xml-apis = %{name}-%{release}
Obsoletes: xml-commons-jaxp-1.4-apis Provides: xml-commons-jaxp-1.1-apis
Obsoletes: xml-commons-jaxp-1.3-apis Provides: xml-commons-jaxp-1.2-apis
Obsoletes: xml-commons-jaxp-1.2-apis Provides: xml-commons-jaxp-1.3-apis
Obsoletes: xml-commons-jaxp-1.1-apis Provides: xml-commons-jaxp-1.4-apis
Obsoletes: xerces-j2-xml-apis Obsoletes: xerces-j2-xml-apis
Obsoletes: xml-commons-jaxp-1.1-apis
Obsoletes: xml-commons-jaxp-1.2-apis
Obsoletes: xml-commons-jaxp-1.3-apis
Obsoletes: xml-commons-jaxp-1.4-apis
BuildArch: noarch BuildArch: noarch
%description %description
@ -129,16 +129,10 @@ cp -a build/docs/javadoc/* %{buildroot}%{_javadocdir}/%{name}
rm -rf build/docs/javadoc rm -rf build/docs/javadoc
%fdupes -s build/docs/ %fdupes -s build/docs/
%files %files -f .mfiles
%license LICENSE LICENSE.dom-documentation.txt LICENSE.dom-software.txt LICENSE.sac.html LICENSE.sax.txt %license LICENSE LICENSE.dom-documentation.txt LICENSE.dom-software.txt LICENSE.sac.html LICENSE.sax.txt
%doc NOTICE README.dom.txt README-sax README.sax.txt %doc NOTICE README.dom.txt README-sax README.sax.txt
%{_javadir}/* %{_javadir}/*
%{_mavenpomdir}/*
%if %{defined _maven_repository}
%{_mavendepmapfragdir}/%{name}
%else
%{_datadir}/maven-metadata/%{name}.xml*
%endif
%files manual %files manual
%doc build/docs/* %doc build/docs/*