From a5384b4c7c933dfb692770b1325d7fd486bcc2b0 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Mon, 18 Mar 2013 21:05:50 -0700 Subject: [PATCH] Fixed package groups --- .../cross-armv5el-gcc47-icecream-backend.spec | 2 +- .../cross-armv7el-gcc47-icecream-backend.spec | 2 +- .../cross-armv7hl-gcc47-icecream-backend.spec | 2 +- packaging/cross-i386-gcc47-icecream-backend.spec | 2 +- packaging/cross-x86_64-gcc47-icecream-backend.spec | 2 +- packaging/gcc.spec.in | 36 ++++++------ packaging/gcc47-testresults.spec | 2 +- packaging/gcc47.changes | 3 + packaging/gcc47.spec | 68 +++++++++++----------- packaging/libffi47.spec | 14 ++--- packaging/libgcj47.spec | 14 ++--- 11 files changed, 75 insertions(+), 72 deletions(-) diff --git a/packaging/cross-armv5el-gcc47-icecream-backend.spec b/packaging/cross-armv5el-gcc47-icecream-backend.spec index 4c7a0f9..129b470 100644 --- a/packaging/cross-armv5el-gcc47-icecream-backend.spec +++ b/packaging/cross-armv5el-gcc47-icecream-backend.spec @@ -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+ diff --git a/packaging/cross-armv7el-gcc47-icecream-backend.spec b/packaging/cross-armv7el-gcc47-icecream-backend.spec index 05f6225..3b915cf 100644 --- a/packaging/cross-armv7el-gcc47-icecream-backend.spec +++ b/packaging/cross-armv7el-gcc47-icecream-backend.spec @@ -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+ diff --git a/packaging/cross-armv7hl-gcc47-icecream-backend.spec b/packaging/cross-armv7hl-gcc47-icecream-backend.spec index cba960c..293a7aa 100644 --- a/packaging/cross-armv7hl-gcc47-icecream-backend.spec +++ b/packaging/cross-armv7hl-gcc47-icecream-backend.spec @@ -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+ diff --git a/packaging/cross-i386-gcc47-icecream-backend.spec b/packaging/cross-i386-gcc47-icecream-backend.spec index c66bb65..8a75108 100644 --- a/packaging/cross-i386-gcc47-icecream-backend.spec +++ b/packaging/cross-i386-gcc47-icecream-backend.spec @@ -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+ diff --git a/packaging/cross-x86_64-gcc47-icecream-backend.spec b/packaging/cross-x86_64-gcc47-icecream-backend.spec index c59fbe1..2efde90 100644 --- a/packaging/cross-x86_64-gcc47-icecream-backend.spec +++ b/packaging/cross-x86_64-gcc47-icecream-backend.spec @@ -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+ diff --git a/packaging/gcc.spec.in b/packaging/gcc.spec.in index 6f6f7b4..ffbc13f 100644 --- a/packaging/gcc.spec.in +++ b/packaging/gcc.spec.in @@ -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. diff --git a/packaging/gcc47-testresults.spec b/packaging/gcc47-testresults.spec index f5a5068..f878051 100644 --- a/packaging/gcc47-testresults.spec +++ b/packaging/gcc47-testresults.spec @@ -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. diff --git a/packaging/gcc47.changes b/packaging/gcc47.changes index 5ad3d17..1fe20b9 100644 --- a/packaging/gcc47.changes +++ b/packaging/gcc47.changes @@ -1,3 +1,6 @@ +* Mon Mar 18 2013 Anas Nashif submit/trunk/20130114.165653@eaa2945 +- Fixed package groups + * Mon Jan 14 2013 Anas Nashif upstream/4.7.2@6cea208 - Package info files correctly diff --git a/packaging/gcc47.spec b/packaging/gcc47.spec index 29182bd..54757ca 100644 --- a/packaging/gcc47.spec +++ b/packaging/gcc47.spec @@ -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. diff --git a/packaging/libffi47.spec b/packaging/libffi47.spec index 7b15cbb..2e2801b 100644 --- a/packaging/libffi47.spec +++ b/packaging/libffi47.spec @@ -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. diff --git a/packaging/libgcj47.spec b/packaging/libgcj47.spec index dbf5868..2f37de5 100644 --- a/packaging/libgcj47.spec +++ b/packaging/libgcj47.spec @@ -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. -- 2.7.4