Fixed package groups
authorAnas Nashif <anas.nashif@intel.com>
Tue, 19 Mar 2013 04:05:50 +0000 (21:05 -0700)
committerAnas Nashif <anas.nashif@intel.com>
Sat, 1 Jun 2013 04:57:23 +0000 (00:57 -0400)
packaging/cross-armv5el-gcc47-icecream-backend.spec
packaging/cross-armv7el-gcc47-icecream-backend.spec
packaging/cross-armv7hl-gcc47-icecream-backend.spec
packaging/cross-i386-gcc47-icecream-backend.spec
packaging/cross-x86_64-gcc47-icecream-backend.spec
packaging/gcc.spec.in
packaging/gcc47-testresults.spec
packaging/gcc47.changes
packaging/gcc47.spec
packaging/libffi47.spec
packaging/libgcj47.spec

index 4c7a0f9..129b470 100644 (file)
@@ -84,7 +84,7 @@ Patch3:     0004-ARM-linker.patch
 # GCC-TESTSUITE-DELETE-BEGIN
 # LIBFFI-DELETE-BEGIN
 # LIBJAVA-DELETE-BEGIN
-Group:         Development/Languages/C and C++
+Group:         Development/Toolchain
 Summary:       The GNU C Compiler and Support Files
 License:        GPL-3.0+
 
index 05f6225..3b915cf 100644 (file)
@@ -84,7 +84,7 @@ Patch3:     0004-ARM-linker.patch
 # GCC-TESTSUITE-DELETE-BEGIN
 # LIBFFI-DELETE-BEGIN
 # LIBJAVA-DELETE-BEGIN
-Group:         Development/Languages/C and C++
+Group:         Development/Toolchain
 Summary:       The GNU C Compiler and Support Files
 License:        GPL-3.0+
 
index cba960c..293a7aa 100644 (file)
@@ -84,7 +84,7 @@ Patch3:     0004-ARM-linker.patch
 # GCC-TESTSUITE-DELETE-BEGIN
 # LIBFFI-DELETE-BEGIN
 # LIBJAVA-DELETE-BEGIN
-Group:         Development/Languages/C and C++
+Group:         Development/Toolchain
 Summary:       The GNU C Compiler and Support Files
 License:        GPL-3.0+
 
index c66bb65..8a75108 100644 (file)
@@ -84,7 +84,7 @@ Patch3:     0004-ARM-linker.patch
 # GCC-TESTSUITE-DELETE-BEGIN
 # LIBFFI-DELETE-BEGIN
 # LIBJAVA-DELETE-BEGIN
-Group:         Development/Languages/C and C++
+Group:         Development/Toolchain
 Summary:       The GNU C Compiler and Support Files
 License:        GPL-3.0+
 
index c59fbe1..2efde90 100644 (file)
@@ -84,7 +84,7 @@ Patch3:     0004-ARM-linker.patch
 # GCC-TESTSUITE-DELETE-BEGIN
 # LIBFFI-DELETE-BEGIN
 # LIBJAVA-DELETE-BEGIN
-Group:         Development/Languages/C and C++
+Group:         Development/Toolchain
 Summary:       The GNU C Compiler and Support Files
 License:        GPL-3.0+
 
index 6f6f7b4..ffbc13f 100644 (file)
@@ -150,7 +150,7 @@ Patch3:     0004-ARM-linker.patch
 # GCC-TESTSUITE-DELETE-BEGIN
 # LIBFFI-DELETE-BEGIN
 # LIBJAVA-DELETE-BEGIN
-Group:         Development/Languages/C and C++
+Group:         Development/Toolchain
 Summary:       The GNU C Compiler and Support Files
 License:        GPL-3.0+
 
@@ -167,7 +167,7 @@ gcc-obj-c++.
 # COMMON-END
 %package -n gcc@base_ver@-32bit
 Summary:      The GNU C Compiler 32bit support
-Group:        Development/Languages/C and C++
+Group:        Development/Toolchain
 Requires: gcc@base_ver@ = %{version}-%{release}
 %if 0%{!?build_optional_compiler:1}
 Requires: libgcc%{libgcc_s}-32bit >= %{version}-%{release}
@@ -187,7 +187,7 @@ This package contains 32bit support for the GNU Compiler Collection.
 
 %package -n gcc@base_ver@-64bit
 Summary:      The GNU C Compiler 64bit support
-Group:        Development/Languages/C and C++
+Group:        Development/Toolchain
 Requires: gcc@base_ver@ = %{version}-%{release}
 %if 0%{!?build_optional_compiler:1}
 Requires: libgcc%{libgcc_s}-64bit >= %{version}-%{release}
@@ -209,7 +209,7 @@ This package contains 64bit support for the GNU Compiler Collection.
 %package locale
 Summary:      Locale Data for the GNU Compiler Collection
 License:        GPL-3.0+
-Group:        Development/Languages/C and C++
+Group:        Development/Toolchain
 Requires: gcc@base_ver@ = %{version}-%{release}
 
 %description locale
@@ -220,7 +220,7 @@ in the current locale.
 %package c++
 Summary:      The GNU C++ Compiler
 License:        GPL-3.0+
-Group:        Development/Languages/C and C++
+Group:        Development/Toolchain
 Requires: gcc@base_ver@ = %{version}-%{release}
 Requires: libstdc++@base_ver@-devel = %{version}-%{release}
 
@@ -231,7 +231,7 @@ This package contains the GNU compiler for C++.
 %package -n libstdc++@base_ver@-devel@variant@
 Summary:      Include Files and Libraries mandatory for Development
 License:        GPL-3.0-with-GCC-exception
-Group:        Development/Languages/C and C++
+Group:        Development/Toolchain
 %if 0%{!?build_optional_compiler:1}
 Requires: libstdc++6@variant@ >= %{version}-%{release}
 %else
@@ -247,7 +247,7 @@ library. It is needed for compiling C++ code.
 %package -n libstdc++@base_ver@-doc
 Summary:      Documentation for the GNU C++ standard library
 License:        GPL-3.0+
-Group:        Documentation/HTML
+Group:        Documentation
 BuildArch:    noarch
 
 %description -n libstdc++@base_ver@-doc
@@ -258,7 +258,7 @@ Extensive HTML documentation for the GNU C++ standard library.
 %package -n libgcc@base_ver@@variant@
 Summary:      C compiler runtime library
 License:        GPL-3.0-with-GCC-exception
-Group:        System/Base
+Group:        System/Libraries
 %if 0%{!?build_optional_compiler:1}
 Provides: libgcc%{libgcc_s}@variant@ = %{version}-%{release}
 Conflicts: libgcc%{libgcc_s}@variant@ < %{version}-%{release}
@@ -280,7 +280,7 @@ Libgcc is needed for dynamically linked C programs.
 %package -n libgomp@base_ver@@variant@
 Summary:      The GNU compiler collection OpenMP runtime library
 License:        GPL-3.0-with-GCC-exception
-Group:        System/Base
+Group:        System/Libraries
 %if 0%{!?build_optional_compiler:1}
 Provides: libgomp1@variant@ = %{version}-%{release}
 Conflicts: libgomp1@variant@ < %{version}-%{release}
@@ -329,7 +329,7 @@ The standard C++ library, needed for dynamically linked C++ programs.
 %package info
 Summary:      Documentation for the GNU compiler collection
 License:      GFDL-1.2
-Group:        Documentation/Other
+Group:        Documentation
 BuildArch:    noarch
 
 %description info
@@ -341,7 +341,7 @@ and internals documentation.
 %package objc@variant@
 Summary:      GNU Objective C Compiler
 License:        GPL-3.0+
-Group:        Development/Languages/Other
+Group:        Development/Toolchain
 Requires: gcc@base_ver@ = %{version}-%{release}
 Requires: libobjc2@variant@ >= %{version}-%{release}
 
@@ -372,7 +372,7 @@ The library for the GNU Objective C compiler.
 %package obj-c++
 Summary:      GNU Objective C++ Compiler
 License:        GPL-3.0+
-Group:        Development/Languages/Other
+Group:        Development/Toolchain
 Requires: gcc@base_ver@-objc = %{version}-%{release}
 Requires: gcc@base_ver@-c++ = %{version}-%{release}
 
@@ -385,7 +385,7 @@ Nextstep OS. The source code is available in the gcc package.
 %package -n cpp@base_ver@
 Summary:      The GCC Preprocessor
 License:        GPL-3.0+
-Group:        Development/Languages/C and C++
+Group:        Development/Toolchain
 
 %description -n cpp@base_ver@
 This Package contains just the preprocessor that is used by the X11
@@ -396,7 +396,7 @@ packages.
 %package ada@variant@
 Summary:      GNU Ada95 Compiler Based on GCC (GNAT)
 License:        GPL-3.0+
-Group:        Development/Languages/Other
+Group:        Development/Toolchain
 Requires: gcc@base_ver@@variant@ = %{version}-%{release}
 Requires: libada@base_ver@@variant@ = %{version}-%{release}
 
@@ -511,7 +511,7 @@ operations.
 %package -n libmudflap@base_ver@@variant@
 Summary:      The Mudflap Extension Runtime Library
 License:        GPL-3.0-with-GCC-exception
-Group:        Development/Languages/C and C++
+Group:        Development/Toolchain
 Provides: libmudflap0@variant@ = %{version}-%{release}
 Conflicts: libmudflap0@variant@ < %{version}-%{release}
 Provides: libmudflapth0@variant@ = %{version}-%{release}
@@ -628,7 +628,7 @@ This package contains the java bytecode interpreter gij and related tools.
 %package -n libffi@base_ver@@variant@
 Summary:      Foreign Function Interface library
 License:        BSD-3-Clause
-Group:        Development/Languages/C and C++
+Group:        Development/Toolchain
 Provides: g-wrap:/usr/lib/libffi.so.4
 Provides: libffi4@variant@ = %{version}-%{release}
 Conflicts: libffi4@variant@ < %{version}-%{release}
@@ -647,7 +647,7 @@ A foreign function interface is the popular name for the interface that allows c
 %package -n libffi@base_ver@-devel@variant@
 Summary:      Foreign Function Interface library development files
 License:        BSD 3-Clause
-Group:        Development/Languages/C and C++
+Group:        Development/Toolchain
 Requires: libffi4@variant@ >= %{version}-%{release}
 Provides: libffi-devel@variant@ = %{version}-%{release}
 Conflicts: libffi-devel@variant@ < %{version}-%{release}
@@ -660,7 +660,7 @@ A foreign function interface is the popular name for the interface that allows c
 # GCC-TESTSUITE-DELETE-END
 Summary:      Testsuite results
 License:       Public-Domain
-Group:        Development/Languages/C and C++
+Group:        Development/Toolchain
 
 %description -n gcc@base_ver@-testresults
 Results from running the gcc and target library testsuites.
index f5a5068..f878051 100644 (file)
@@ -151,7 +151,7 @@ Patch3:     0004-ARM-linker.patch
 
 Summary:      Testsuite results
 License:       Public-Domain
-Group:        Development/Languages/C and C++
+Group:        Development/Toolchain
 
 %description 
 Results from running the gcc and target library testsuites.
index 5ad3d17..1fe20b9 100644 (file)
@@ -1,3 +1,6 @@
+* Mon Mar 18 2013 Anas Nashif <anas.nashif@intel.com> submit/trunk/20130114.165653@eaa2945
+- Fixed package groups
+
 * Mon Jan 14 2013 Anas Nashif <anas.nashif@intel.com> upstream/4.7.2@6cea208
 - Package info files correctly
 
index 29182bd..54757ca 100644 (file)
@@ -150,7 +150,7 @@ Patch3:     0004-ARM-linker.patch
 # GCC-TESTSUITE-DELETE-BEGIN
 # LIBFFI-DELETE-BEGIN
 # LIBJAVA-DELETE-BEGIN
-Group:         Development/Languages/C and C++
+Group:         Development/Toolchain
 Summary:       The GNU C Compiler and Support Files
 License:        GPL-3.0+
 
@@ -167,7 +167,7 @@ gcc-obj-c++.
 # COMMON-END
 %package -n gcc47-32bit
 Summary:      The GNU C Compiler 32bit support
-Group:        Development/Languages/C and C++
+Group:        Development/Toolchain
 Requires: gcc47 = %{version}-%{release}
 %if 0%{!?build_optional_compiler:1}
 Requires: libgcc%{libgcc_s}-32bit >= %{version}-%{release}
@@ -187,7 +187,7 @@ This package contains 32bit support for the GNU Compiler Collection.
 
 %package -n gcc47-64bit
 Summary:      The GNU C Compiler 64bit support
-Group:        Development/Languages/C and C++
+Group:        Development/Toolchain
 Requires: gcc47 = %{version}-%{release}
 %if 0%{!?build_optional_compiler:1}
 Requires: libgcc%{libgcc_s}-64bit >= %{version}-%{release}
@@ -209,7 +209,7 @@ This package contains 64bit support for the GNU Compiler Collection.
 %package locale
 Summary:      Locale Data for the GNU Compiler Collection
 License:        GPL-3.0+
-Group:        Development/Languages/C and C++
+Group:        Development/Toolchain
 Requires: gcc47 = %{version}-%{release}
 
 %description locale
@@ -220,7 +220,7 @@ in the current locale.
 %package c++
 Summary:      The GNU C++ Compiler
 License:        GPL-3.0+
-Group:        Development/Languages/C and C++
+Group:        Development/Toolchain
 Requires: gcc47 = %{version}-%{release}
 Requires: libstdc++47-devel = %{version}-%{release}
 
@@ -232,7 +232,7 @@ This package contains the GNU compiler for C++.
 %package -n libstdc++47-devel
 Summary:      Include Files and Libraries mandatory for Development
 License:        GPL-3.0-with-GCC-exception
-Group:        Development/Languages/C and C++
+Group:        Development/Toolchain
 %if 0%{!?build_optional_compiler:1}
 Requires: libstdc++6 >= %{version}-%{release}
 %else
@@ -249,7 +249,7 @@ library. It is needed for compiling C++ code.
 %package -n libstdc++47-devel-32bit
 Summary:      Include Files and Libraries mandatory for Development
 License:        GPL-3.0-with-GCC-exception
-Group:        Development/Languages/C and C++
+Group:        Development/Toolchain
 %if 0%{!?build_optional_compiler:1}
 Requires: libstdc++6-32bit >= %{version}-%{release}
 %else
@@ -266,7 +266,7 @@ library. It is needed for compiling C++ code.
 %package -n libstdc++47-devel-64bit
 Summary:      Include Files and Libraries mandatory for Development
 License:        GPL-3.0-with-GCC-exception
-Group:        Development/Languages/C and C++
+Group:        Development/Toolchain
 %if 0%{!?build_optional_compiler:1}
 Requires: libstdc++6-64bit >= %{version}-%{release}
 %else
@@ -282,7 +282,7 @@ library. It is needed for compiling C++ code.
 %package -n libstdc++47-doc
 Summary:      Documentation for the GNU C++ standard library
 License:        GPL-3.0+
-Group:        Documentation/HTML
+Group:        Documentation
 BuildArch:    noarch
 
 %description -n libstdc++47-doc
@@ -294,7 +294,7 @@ Extensive HTML documentation for the GNU C++ standard library.
 %package -n libgcc47
 Summary:      C compiler runtime library
 License:        GPL-3.0-with-GCC-exception
-Group:        System/Base
+Group:        System/Libraries
 %if 0%{!?build_optional_compiler:1}
 Provides: libgcc%{libgcc_s} = %{version}-%{release}
 Conflicts: libgcc%{libgcc_s} < %{version}-%{release}
@@ -316,7 +316,7 @@ Libgcc is needed for dynamically linked C programs.
 %package -n libgcc47-32bit
 Summary:      C compiler runtime library
 License:        GPL-3.0-with-GCC-exception
-Group:        System/Base
+Group:        System/Libraries
 %if 0%{!?build_optional_compiler:1}
 Provides: libgcc%{libgcc_s}-32bit = %{version}-%{release}
 Conflicts: libgcc%{libgcc_s}-32bit < %{version}-%{release}
@@ -338,7 +338,7 @@ Libgcc is needed for dynamically linked C programs.
 %package -n libgcc47-64bit
 Summary:      C compiler runtime library
 License:        GPL-3.0-with-GCC-exception
-Group:        System/Base
+Group:        System/Libraries
 %if 0%{!?build_optional_compiler:1}
 Provides: libgcc%{libgcc_s}-64bit = %{version}-%{release}
 Conflicts: libgcc%{libgcc_s}-64bit < %{version}-%{release}
@@ -361,7 +361,7 @@ Libgcc is needed for dynamically linked C programs.
 %package -n libgomp47
 Summary:      The GNU compiler collection OpenMP runtime library
 License:        GPL-3.0-with-GCC-exception
-Group:        System/Base
+Group:        System/Libraries
 %if 0%{!?build_optional_compiler:1}
 Provides: libgomp1 = %{version}-%{release}
 Conflicts: libgomp1 < %{version}-%{release}
@@ -387,7 +387,7 @@ option.
 %package -n libgomp47-32bit
 Summary:      The GNU compiler collection OpenMP runtime library
 License:        GPL-3.0-with-GCC-exception
-Group:        System/Base
+Group:        System/Libraries
 %if 0%{!?build_optional_compiler:1}
 Provides: libgomp1-32bit = %{version}-%{release}
 Conflicts: libgomp1-32bit < %{version}-%{release}
@@ -413,7 +413,7 @@ option.
 %package -n libgomp47-64bit
 Summary:      The GNU compiler collection OpenMP runtime library
 License:        GPL-3.0-with-GCC-exception
-Group:        System/Base
+Group:        System/Libraries
 %if 0%{!?build_optional_compiler:1}
 Provides: libgomp1-64bit = %{version}-%{release}
 Conflicts: libgomp1-64bit < %{version}-%{release}
@@ -509,7 +509,7 @@ The standard C++ library, needed for dynamically linked C++ programs.
 %package info
 Summary:      Documentation for the GNU compiler collection
 License:      GFDL-1.2
-Group:        Documentation/Other
+Group:        Documentation
 BuildArch:    noarch
 
 %description info
@@ -522,7 +522,7 @@ and internals documentation.
 %package objc
 Summary:      GNU Objective C Compiler
 License:        GPL-3.0+
-Group:        Development/Languages/Other
+Group:        Development/Toolchain
 Requires: gcc47 = %{version}-%{release}
 Requires: libobjc2 >= %{version}-%{release}
 
@@ -536,7 +536,7 @@ Nextstep OS. The source code is available in the gcc package.
 %package objc-32bit
 Summary:      GNU Objective C Compiler
 License:        GPL-3.0+
-Group:        Development/Languages/Other
+Group:        Development/Toolchain
 Requires: gcc47 = %{version}-%{release}
 Requires: libobjc2-32bit >= %{version}-%{release}
 
@@ -550,7 +550,7 @@ Nextstep OS. The source code is available in the gcc package.
 %package objc-64bit
 Summary:      GNU Objective C Compiler
 License:        GPL-3.0+
-Group:        Development/Languages/Other
+Group:        Development/Toolchain
 Requires: gcc47 = %{version}-%{release}
 Requires: libobjc2-64bit >= %{version}-%{release}
 
@@ -618,7 +618,7 @@ The library for the GNU Objective C compiler.
 %package obj-c++
 Summary:      GNU Objective C++ Compiler
 License:        GPL-3.0+
-Group:        Development/Languages/Other
+Group:        Development/Toolchain
 Requires: gcc47-objc = %{version}-%{release}
 Requires: gcc47-c++ = %{version}-%{release}
 
@@ -631,7 +631,7 @@ Nextstep OS. The source code is available in the gcc package.
 %package -n cpp47
 Summary:      The GCC Preprocessor
 License:        GPL-3.0+
-Group:        Development/Languages/C and C++
+Group:        Development/Toolchain
 
 %description -n cpp47
 This Package contains just the preprocessor that is used by the X11
@@ -643,7 +643,7 @@ packages.
 %package ada
 Summary:      GNU Ada95 Compiler Based on GCC (GNAT)
 License:        GPL-3.0+
-Group:        Development/Languages/Other
+Group:        Development/Toolchain
 Requires: gcc47 = %{version}-%{release}
 Requires: libada47 = %{version}-%{release}
 
@@ -658,7 +658,7 @@ must have installed a binary version to bootstrap the compiler.
 %package ada-32bit
 Summary:      GNU Ada95 Compiler Based on GCC (GNAT)
 License:        GPL-3.0+
-Group:        Development/Languages/Other
+Group:        Development/Toolchain
 Requires: gcc47-32bit = %{version}-%{release}
 Requires: libada47-32bit = %{version}-%{release}
 
@@ -673,7 +673,7 @@ must have installed a binary version to bootstrap the compiler.
 %package ada-64bit
 Summary:      GNU Ada95 Compiler Based on GCC (GNAT)
 License:        GPL-3.0+
-Group:        Development/Languages/Other
+Group:        Development/Toolchain
 Requires: gcc47-64bit = %{version}-%{release}
 Requires: libada47-64bit = %{version}-%{release}
 
@@ -993,7 +993,7 @@ operations.
 %package -n libmudflap47
 Summary:      The Mudflap Extension Runtime Library
 License:        GPL-3.0-with-GCC-exception
-Group:        Development/Languages/C and C++
+Group:        Development/Toolchain
 Provides: libmudflap0 = %{version}-%{release}
 Conflicts: libmudflap0 < %{version}-%{release}
 Provides: libmudflapth0 = %{version}-%{release}
@@ -1013,7 +1013,7 @@ This is the Mudflap Extension Runtime Library.
 %package -n libmudflap47-32bit
 Summary:      The Mudflap Extension Runtime Library
 License:        GPL-3.0-with-GCC-exception
-Group:        Development/Languages/C and C++
+Group:        Development/Toolchain
 Provides: libmudflap0-32bit = %{version}-%{release}
 Conflicts: libmudflap0-32bit < %{version}-%{release}
 Provides: libmudflapth0-32bit = %{version}-%{release}
@@ -1033,7 +1033,7 @@ This is the Mudflap Extension Runtime Library.
 %package -n libmudflap47-64bit
 Summary:      The Mudflap Extension Runtime Library
 License:        GPL-3.0-with-GCC-exception
-Group:        Development/Languages/C and C++
+Group:        Development/Toolchain
 Provides: libmudflap0-64bit = %{version}-%{release}
 Conflicts: libmudflap0-64bit < %{version}-%{release}
 Provides: libmudflapth0-64bit = %{version}-%{release}
@@ -1151,7 +1151,7 @@ This package contains the java bytecode interpreter gij and related tools.
 %package -n libffi47
 Summary:      Foreign Function Interface library
 License:        BSD-3-Clause
-Group:        Development/Languages/C and C++
+Group:        Development/Toolchain
 Provides: g-wrap:/usr/lib/libffi.so.4
 Provides: libffi4 = %{version}-%{release}
 Conflicts: libffi4 < %{version}-%{release}
@@ -1170,7 +1170,7 @@ A foreign function interface is the popular name for the interface that allows c
 %package -n libffi47-32bit
 Summary:      Foreign Function Interface library
 License:        BSD-3-Clause
-Group:        Development/Languages/C and C++
+Group:        Development/Toolchain
 Provides: g-wrap:/usr/lib/libffi.so.4
 Provides: libffi4-32bit = %{version}-%{release}
 Conflicts: libffi4-32bit < %{version}-%{release}
@@ -1189,7 +1189,7 @@ A foreign function interface is the popular name for the interface that allows c
 %package -n libffi47-64bit
 Summary:      Foreign Function Interface library
 License:        BSD-3-Clause
-Group:        Development/Languages/C and C++
+Group:        Development/Toolchain
 Provides: g-wrap:/usr/lib/libffi.so.4
 Provides: libffi4-64bit = %{version}-%{release}
 Conflicts: libffi4-64bit < %{version}-%{release}
@@ -1209,7 +1209,7 @@ A foreign function interface is the popular name for the interface that allows c
 %package -n libffi47-devel
 Summary:      Foreign Function Interface library development files
 License:        BSD 3-Clause
-Group:        Development/Languages/C and C++
+Group:        Development/Toolchain
 Requires: libffi4 >= %{version}-%{release}
 Provides: libffi-devel = %{version}-%{release}
 Conflicts: libffi-devel < %{version}-%{release}
@@ -1222,7 +1222,7 @@ A foreign function interface is the popular name for the interface that allows c
 %package -n libffi47-devel-32bit
 Summary:      Foreign Function Interface library development files
 License:        BSD 3-Clause
-Group:        Development/Languages/C and C++
+Group:        Development/Toolchain
 Requires: libffi4-32bit >= %{version}-%{release}
 Provides: libffi-devel-32bit = %{version}-%{release}
 Conflicts: libffi-devel-32bit < %{version}-%{release}
@@ -1235,7 +1235,7 @@ A foreign function interface is the popular name for the interface that allows c
 %package -n libffi47-devel-64bit
 Summary:      Foreign Function Interface library development files
 License:        BSD 3-Clause
-Group:        Development/Languages/C and C++
+Group:        Development/Toolchain
 Requires: libffi4-64bit >= %{version}-%{release}
 Provides: libffi-devel-64bit = %{version}-%{release}
 Conflicts: libffi-devel-64bit < %{version}-%{release}
@@ -1248,7 +1248,7 @@ A foreign function interface is the popular name for the interface that allows c
 # GCC-TESTSUITE-DELETE-END
 Summary:      Testsuite results
 License:       Public-Domain
-Group:        Development/Languages/C and C++
+Group:        Development/Toolchain
 
 %description -n gcc47-testresults
 Results from running the gcc and target library testsuites.
index 7b15cbb..2e2801b 100644 (file)
@@ -153,7 +153,7 @@ Patch3:     0004-ARM-linker.patch
 # PACKAGE-BEGIN
 Summary:      Foreign Function Interface library
 License:        BSD-3-Clause
-Group:        Development/Languages/C and C++
+Group:        Development/Toolchain
 Provides: g-wrap:/usr/lib/libffi.so.4
 Provides: libffi4 = %{version}-%{release}
 Conflicts: libffi4 < %{version}-%{release}
@@ -172,7 +172,7 @@ A foreign function interface is the popular name for the interface that allows c
 %package -n libffi47-32bit
 Summary:      Foreign Function Interface library
 License:        BSD-3-Clause
-Group:        Development/Languages/C and C++
+Group:        Development/Toolchain
 Provides: g-wrap:/usr/lib/libffi.so.4
 Provides: libffi4-32bit = %{version}-%{release}
 Conflicts: libffi4-32bit < %{version}-%{release}
@@ -191,7 +191,7 @@ A foreign function interface is the popular name for the interface that allows c
 %package -n libffi47-64bit
 Summary:      Foreign Function Interface library
 License:        BSD-3-Clause
-Group:        Development/Languages/C and C++
+Group:        Development/Toolchain
 Provides: g-wrap:/usr/lib/libffi.so.4
 Provides: libffi4-64bit = %{version}-%{release}
 Conflicts: libffi4-64bit < %{version}-%{release}
@@ -211,7 +211,7 @@ A foreign function interface is the popular name for the interface that allows c
 %package -n libffi47-devel
 Summary:      Foreign Function Interface library development files
 License:        BSD 3-Clause
-Group:        Development/Languages/C and C++
+Group:        Development/Toolchain
 Requires: libffi4 >= %{version}-%{release}
 Provides: libffi-devel = %{version}-%{release}
 Conflicts: libffi-devel < %{version}-%{release}
@@ -224,7 +224,7 @@ A foreign function interface is the popular name for the interface that allows c
 %package -n libffi47-devel-32bit
 Summary:      Foreign Function Interface library development files
 License:        BSD 3-Clause
-Group:        Development/Languages/C and C++
+Group:        Development/Toolchain
 Requires: libffi4-32bit >= %{version}-%{release}
 Provides: libffi-devel-32bit = %{version}-%{release}
 Conflicts: libffi-devel-32bit < %{version}-%{release}
@@ -237,7 +237,7 @@ A foreign function interface is the popular name for the interface that allows c
 %package -n libffi47-devel-64bit
 Summary:      Foreign Function Interface library development files
 License:        BSD 3-Clause
-Group:        Development/Languages/C and C++
+Group:        Development/Toolchain
 Requires: libffi4-64bit >= %{version}-%{release}
 Provides: libffi-devel-64bit = %{version}-%{release}
 Conflicts: libffi-devel-64bit < %{version}-%{release}
@@ -250,7 +250,7 @@ A foreign function interface is the popular name for the interface that allows c
 # GCC-TESTSUITE-DELETE-END
 Summary:      Testsuite results
 License:       Public-Domain
-Group:        Development/Languages/C and C++
+Group:        Development/Toolchain
 
 %description -n gcc47-testresults
 Results from running the gcc and target library testsuites.
index dbf5868..2f37de5 100644 (file)
@@ -249,7 +249,7 @@ This package contains the java bytecode interpreter gij and related tools.
 %package -n libffi47
 Summary:      Foreign Function Interface library
 License:        BSD-3-Clause
-Group:        Development/Languages/C and C++
+Group:        Development/Toolchain
 Provides: g-wrap:/usr/lib/libffi.so.4
 Provides: libffi4 = %{version}-%{release}
 Conflicts: libffi4 < %{version}-%{release}
@@ -268,7 +268,7 @@ A foreign function interface is the popular name for the interface that allows c
 %package -n libffi47-32bit
 Summary:      Foreign Function Interface library
 License:        BSD-3-Clause
-Group:        Development/Languages/C and C++
+Group:        Development/Toolchain
 Provides: g-wrap:/usr/lib/libffi.so.4
 Provides: libffi4-32bit = %{version}-%{release}
 Conflicts: libffi4-32bit < %{version}-%{release}
@@ -287,7 +287,7 @@ A foreign function interface is the popular name for the interface that allows c
 %package -n libffi47-64bit
 Summary:      Foreign Function Interface library
 License:        BSD-3-Clause
-Group:        Development/Languages/C and C++
+Group:        Development/Toolchain
 Provides: g-wrap:/usr/lib/libffi.so.4
 Provides: libffi4-64bit = %{version}-%{release}
 Conflicts: libffi4-64bit < %{version}-%{release}
@@ -307,7 +307,7 @@ A foreign function interface is the popular name for the interface that allows c
 %package -n libffi47-devel
 Summary:      Foreign Function Interface library development files
 License:        BSD 3-Clause
-Group:        Development/Languages/C and C++
+Group:        Development/Toolchain
 Requires: libffi4 >= %{version}-%{release}
 Provides: libffi-devel = %{version}-%{release}
 Conflicts: libffi-devel < %{version}-%{release}
@@ -320,7 +320,7 @@ A foreign function interface is the popular name for the interface that allows c
 %package -n libffi47-devel-32bit
 Summary:      Foreign Function Interface library development files
 License:        BSD 3-Clause
-Group:        Development/Languages/C and C++
+Group:        Development/Toolchain
 Requires: libffi4-32bit >= %{version}-%{release}
 Provides: libffi-devel-32bit = %{version}-%{release}
 Conflicts: libffi-devel-32bit < %{version}-%{release}
@@ -333,7 +333,7 @@ A foreign function interface is the popular name for the interface that allows c
 %package -n libffi47-devel-64bit
 Summary:      Foreign Function Interface library development files
 License:        BSD 3-Clause
-Group:        Development/Languages/C and C++
+Group:        Development/Toolchain
 Requires: libffi4-64bit >= %{version}-%{release}
 Provides: libffi-devel-64bit = %{version}-%{release}
 Conflicts: libffi-devel-64bit < %{version}-%{release}
@@ -346,7 +346,7 @@ A foreign function interface is the popular name for the interface that allows c
 # GCC-TESTSUITE-DELETE-END
 Summary:      Testsuite results
 License:       Public-Domain
-Group:        Development/Languages/C and C++
+Group:        Development/Toolchain
 
 %description -n gcc47-testresults
 Results from running the gcc and target library testsuites.