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