diff --git a/ws-jaxme.changes b/ws-jaxme.changes index 4375974..8f6f1d0 100644 --- a/ws-jaxme.changes +++ b/ws-jaxme.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 12 06:58:17 UTC 2017 - fstrba@suse.com + +- BuildConflict with java-devel >= 1.9, since this package cannot + be built with jdk9 + ------------------------------------------------------------------- Fri Jul 11 14:06:18 UTC 2014 - tchvatal@suse.com diff --git a/ws-jaxme.spec b/ws-jaxme.spec index a18edae..ff8e26c 100644 --- a/ws-jaxme.spec +++ b/ws-jaxme.spec @@ -1,7 +1,7 @@ # # spec file for package ws-jaxme # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -42,8 +42,8 @@ BuildRequires: xerces-j2 BuildRequires: xml-commons-apis BuildRequires: xml-commons-resolver BuildRequires: xmldb-api -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch +BuildConflicts: java-devel >= 1.9 %description A Java/XML binding compiler takes as input a schema description (in @@ -139,16 +139,13 @@ install -dm 755 %{buildroot}%{_docdir}/%{name}-%{version} cp -pr build/docs/src/documentation/content/manual %{buildroot}%{_docdir}/%{name}-%{version} %files -%defattr(0644,root,root,0755) %doc LICENSE %{_javadir}/%{base_name} %files javadoc -%defattr(0644,root,root,0755) %{_javadocdir}/%{name} %files manual -%defattr(0644,root,root,0755) %doc %{_docdir}/%{name}-%{version} %changelog