BuildConflict with jdk9

OBS-URL: https://build.opensuse.org/package/show/Java:packages/ws-jaxme?expand=0&rev=11
This commit is contained in:
Fridrich Strba 2017-09-12 06:59:00 +00:00 committed by Git OBS Bridge
parent 75153f7284
commit 3b97823957
2 changed files with 8 additions and 5 deletions

View File

@ -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

View File

@ -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