Remove obsolete Group tag
References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag
This commit is contained in:
parent
4feeea8628
commit
b3223f3a61
@ -984,7 +984,6 @@ Release: 0%{?dist}
|
||||
|
||||
Epoch: 1
|
||||
Summary: %{origin_nice} Runtime Environment %{majorver}
|
||||
Group: Development/Languages
|
||||
|
||||
# HotSpot code is licensed under GPLv2
|
||||
# JDK library code is licensed under GPLv2 with the Classpath exception
|
||||
@ -1356,7 +1355,6 @@ The %{origin_nice} runtime environment %{majorver}.
|
||||
%if %{include_debug_build}
|
||||
%package slowdebug
|
||||
Summary: %{origin_nice} Runtime Environment %{majorver} %{debug_on}
|
||||
Group: Development/Languages
|
||||
|
||||
%{java_rpo -- %{debug_suffix_unquoted}}
|
||||
%description slowdebug
|
||||
@ -1367,7 +1365,6 @@ The %{origin_nice} runtime environment %{majorver}.
|
||||
%if %{include_normal_build}
|
||||
%package headless
|
||||
Summary: %{origin_nice} Headless Runtime Environment %{majorver}
|
||||
Group: Development/Languages
|
||||
|
||||
%{java_headless_rpo %{nil}}
|
||||
|
||||
@ -1378,7 +1375,6 @@ The %{origin_nice} runtime environment %{majorver} without audio and video suppo
|
||||
%if %{include_debug_build}
|
||||
%package headless-slowdebug
|
||||
Summary: %{origin_nice} Runtime Environment %{majorver} %{debug_on}
|
||||
Group: Development/Languages
|
||||
|
||||
%{java_headless_rpo -- %{debug_suffix_unquoted}}
|
||||
|
||||
@ -1390,7 +1386,6 @@ The %{origin_nice} runtime environment %{majorver} without audio and video suppo
|
||||
%if %{include_normal_build}
|
||||
%package devel
|
||||
Summary: %{origin_nice} Development Environment %{majorver}
|
||||
Group: Development/Tools
|
||||
|
||||
%{java_devel_rpo %{nil}}
|
||||
|
||||
@ -1401,7 +1396,6 @@ The %{origin_nice} development tools %{majorver}.
|
||||
%if %{include_debug_build}
|
||||
%package devel-slowdebug
|
||||
Summary: %{origin_nice} Development Environment %{majorver} %{debug_on}
|
||||
Group: Development/Tools
|
||||
|
||||
%{java_devel_rpo -- %{debug_suffix_unquoted}}
|
||||
|
||||
@ -1413,7 +1407,6 @@ The %{origin_nice} development tools %{majorver}.
|
||||
%if %{include_normal_build}
|
||||
%package demo
|
||||
Summary: %{origin_nice} Demos %{majorver}
|
||||
Group: Development/Languages
|
||||
|
||||
%{java_demo_rpo %{nil}}
|
||||
|
||||
@ -1424,7 +1417,6 @@ The %{origin_nice} demos %{majorver}.
|
||||
%if %{include_debug_build}
|
||||
%package demo-slowdebug
|
||||
Summary: %{origin_nice} Demos %{majorver} %{debug_on}
|
||||
Group: Development/Languages
|
||||
|
||||
%{java_demo_rpo -- %{debug_suffix_unquoted}}
|
||||
|
||||
@ -1436,7 +1428,6 @@ The %{origin_nice} demos %{majorver}.
|
||||
%if %{include_normal_build}
|
||||
%package src
|
||||
Summary: %{origin_nice} Source Bundle %{majorver}
|
||||
Group: Development/Languages
|
||||
|
||||
%{java_src_rpo %{nil}}
|
||||
|
||||
@ -1448,7 +1439,6 @@ class library source code for use by IDE indexers and debuggers.
|
||||
%if %{include_debug_build}
|
||||
%package src-slowdebug
|
||||
Summary: %{origin_nice} Source Bundle %{majorver} %{for_debug}
|
||||
Group: Development/Languages
|
||||
|
||||
%{java_src_rpo -- %{debug_suffix_unquoted}}
|
||||
|
||||
@ -1460,7 +1450,6 @@ The java-%{origin}-src-slowdebug sub-package contains the complete %{origin_nice
|
||||
%if %{include_normal_build}
|
||||
%package javadoc
|
||||
Summary: %{origin_nice} %{majorver} API documentation
|
||||
Group: Documentation
|
||||
Requires: javapackages-filesystem
|
||||
BuildArch: noarch
|
||||
|
||||
@ -1473,7 +1462,6 @@ The %{origin_nice} %{majorver} API documentation.
|
||||
%if %{include_normal_build}
|
||||
%package javadoc-zip
|
||||
Summary: %{origin_nice} %{majorver} API documentation compressed in single archive
|
||||
Group: Documentation
|
||||
Requires: javapackages-filesystem
|
||||
BuildArch: noarch
|
||||
|
||||
@ -1486,7 +1474,6 @@ The %{origin_nice} %{majorver} API documentation compressed in single archive.
|
||||
%if %{include_debug_build}
|
||||
%package javadoc-slowdebug
|
||||
Summary: %{origin_nice} %{majorver} API documentation %{for_debug}
|
||||
Group: Documentation
|
||||
Requires: javapackages-filesystem
|
||||
BuildArch: noarch
|
||||
|
||||
@ -1499,7 +1486,6 @@ The %{origin_nice} %{majorver} API documentation %{for_debug}.
|
||||
%if %{include_debug_build}
|
||||
%package javadoc-zip-slowdebug
|
||||
Summary: %{origin_nice} %{majorver} API documentation compressed in single archive %{for_debug}
|
||||
Group: Documentation
|
||||
Requires: javapackages-filesystem
|
||||
BuildArch: noarch
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user