Fridrich Strba 2015-07-21 15:47:51 +00:00 committed by Git OBS Bridge
parent 45473b17e2
commit 6b7d8bfebc

View File

@ -167,7 +167,7 @@
Name: java-1_8_0-openjdk Name: java-1_8_0-openjdk
Version: %{javaver}.%{updatever} Version: %{javaver}.%{updatever}
Release: 0 Release: 0
Summary: OpenJDK Runtime Environment Summary: OpenJDK 8 Runtime Environment
License: Apache-1.1 and Apache-2.0 and GPL-1.0+ and GPL-2.0 and GPL-2.0-with-classpath-exception and LGPL-2.0 and MPL-1.0 and MPL-1.1 and SUSE-Public-Domain and W3C License: Apache-1.1 and Apache-2.0 and GPL-1.0+ and GPL-2.0 and GPL-2.0-with-classpath-exception and LGPL-2.0 and MPL-1.0 and MPL-1.1 and SUSE-Public-Domain and W3C
Group: Development/Languages Group: Development/Languages
Url: http://openjdk.java.net/ Url: http://openjdk.java.net/
@ -340,10 +340,10 @@ BuildRequires: pulseaudio >= 0.9.11
%endif %endif
%description %description
The OpenJDK runtime environment. The OpenJDK 8 runtime environment.
%package headless %package headless
Summary: OpenJDK Runtime Environment Summary: OpenJDK 8 Runtime Environment
Group: Development/Languages Group: Development/Languages
# Require jpackage-utils for ownership of /usr/lib/jvm/ # Require jpackage-utils for ownership of /usr/lib/jvm/
Requires: jpackage-utils Requires: jpackage-utils
@ -376,10 +376,10 @@ Requires(post): tzdata-java8
%endif %endif
%description headless %description headless
The OpenJDK runtime environment without audio and video support. The OpenJDK 8 runtime environment without audio and video support.
%package devel %package devel
Summary: OpenJDK Development Environment Summary: OpenJDK 8 Development Environment
Group: Development/Tools Group: Development/Tools
# Require base package. # Require base package.
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
@ -397,26 +397,26 @@ Provides: java-sdk-%{javaver}-openjdk = %{version}
Provides: java-sdk-openjdk = %{version} Provides: java-sdk-openjdk = %{version}
%description devel %description devel
The OpenJDK development tools. The OpenJDK 8 development tools.
%package demo %package demo
Summary: OpenJDK Demos Summary: OpenJDK 8 Demos
Group: Development/Languages Group: Development/Languages
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
%description demo %description demo
The OpenJDK demos. The OpenJDK 8 demos.
%package src %package src
Summary: OpenJDK Source Bundle Summary: OpenJDK 8 Source Bundle
Group: Development/Languages Group: Development/Languages
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
%description src %description src
The OpenJDK source bundle. The OpenJDK 8 source bundle.
%package javadoc %package javadoc
Summary: OpenJDK API Documentation Summary: OpenJDK 8 API Documentation
Group: Documentation Group: Documentation
Requires: jpackage-utils Requires: jpackage-utils
# Post requires update-alternatives to install javadoc alternative. # Post requires update-alternatives to install javadoc alternative.
@ -431,23 +431,23 @@ BuildArch: noarch
%endif %endif
%description javadoc %description javadoc
The OpenJDK API documentation. The OpenJDK 8 API documentation.
%package accessibility %package accessibility
Summary: OpenJDK accessibility connector Summary: OpenJDK 8 accessibility connector
Group: Development/Languages Group: Development/Languages
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
Requires: java-atk-wrapper Requires: java-atk-wrapper
%description accessibility %description accessibility
Enables accessibility support in OpenJDK by using java-atk-wrapper. This allows Enables accessibility support in OpenJDK 8 by using java-atk-wrapper.
compatible at-spi2 based accessibility programs to work for AWT and Swing-based This allows compatible at-spi2 based accessibility programs to work
programs. for AWT and Swing-based programs.
Please note, the java-atk-wrapper is still in beta, and OpenJDK itself is still Please note, the java-atk-wrapper is still in beta, and OpenJDK 8
being tuned to be working with accessibility features. There are known issues itself is still being tuned to be working with accessibility features.
with accessibility on, so please do not install this package unless you really There are known issues with accessibility on, so please do not install
need to. this package unless you really need to.
%prep %prep
%setup -q -n %{root_repository}-%{root_revision} %setup -q -n %{root_repository}-%{root_revision}