diff --git a/gcc.changes b/gcc.changes index 7464bfb..ef1e393 100644 --- a/gcc.changes +++ b/gcc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 27 15:30:38 UTC 2012 - rguenther@suse.com + +- Change licenses to follow SPDX convention. + ------------------------------------------------------------------- Mon Sep 26 13:41:02 CEST 2011 - dmueller@suse.de diff --git a/gcc.spec b/gcc.spec index 615603e..45aae66 100644 --- a/gcc.spec +++ b/gcc.spec @@ -1,7 +1,7 @@ # # spec file for package gcc # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,9 +15,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - - Name: gcc %define separate_bi32 0 %define separate_bi64 0 @@ -30,11 +27,11 @@ Name: gcc Url: http://gcc.gnu.org/ %define gcc_version 46 %define gcc_suffix 4.6 -License: GPLv3+ Version: 4.6 -Release: 1 -Group: Development/Languages/C and C++ +Release: 0 Summary: The system GNU C Compiler +License: GPL-3.0+ +Group: Development/Languages/C and C++ Provides: c_compiler Obsoletes: gcc-mudflap Requires: cpp gcc%{gcc_version} @@ -48,9 +45,9 @@ The system GNU C Compiler. %package -n gcc-32bit -License: GPLv3+ -Group: Development/Languages/C and C++ Summary: The system GNU C Compiler +License: GPL-3.0+ +Group: Development/Languages/C and C++ Requires: gcc%{gcc_version}-32bit Requires: gcc = %{version} @@ -60,9 +57,9 @@ The system GNU C Compiler. %package -n gcc-64bit -License: GPLv3+ -Group: Development/Languages/C and C++ Summary: The system GNU C Compiler +License: GPL-3.0+ +Group: Development/Languages/C and C++ Requires: gcc%{gcc_version}-64bit Requires: gcc = %{version} @@ -72,9 +69,9 @@ The system GNU C Compiler. %package -n cpp -License: GPLv3+ -Group: Development/Languages/C and C++ Summary: The system GNU Preprocessor +License: GPL-3.0+ +Group: Development/Languages/C and C++ Requires: cpp%{gcc_version} %description -n cpp @@ -83,9 +80,9 @@ The system GNU Preprocessor. %package -n gcc-locale -License: GPLv3+ -Group: Development/Languages/C and C++ Summary: The system GNU Compiler locale files +License: GPL-3.0+ +Group: Development/Languages/C and C++ Requires: gcc%{gcc_version}-locale %description -n gcc-locale @@ -94,9 +91,9 @@ The system GNU Compiler locale files. %package -n gcc-info -License: GFDLv1.2 -Group: Development/Languages/C and C++ Summary: The system GNU Compiler documentation +License: GFDL-1.2 +Group: Development/Languages/C and C++ PreReq: %{install_info_prereq} Requires: gcc%{gcc_version}-info @@ -115,9 +112,9 @@ The system GNU Compiler documentation. %install_info --info-dir=%{_infodir} --name=gfortran --description=\\"The GNU Fortran compiler.\\" %{_infodir}/gfortran-%{gcc_suffix}.info.gz %package -n gcc-c++ -License: GPLv3+ -Group: Development/Languages/C and C++ Summary: The system GNU C++ Compiler +License: GPL-3.0+ +Group: Development/Languages/C and C++ Provides: c++_compiler Requires: gcc%{gcc_version}-c++ Requires: gcc = %{version} @@ -127,9 +124,9 @@ The system GNU C++ Compiler. %package -n gcc-c++-32bit -License: GPLv3+ -Group: Development/Languages/C and C++ Summary: The system GNU C++ Compiler +License: GPL-3.0+ +Group: Development/Languages/C and C++ Requires: gcc-c++ = %{version} Requires: gcc-32bit = %{version} Requires: libstdc++%{gcc_version}-devel-32bit @@ -139,9 +136,9 @@ The system GNU C++ Compiler 32 bit support. %package -n gcc-c++-64bit -License: GPLv3+ -Group: Development/Languages/C and C++ Summary: The system GNU C++ Compiler +License: GPL-3.0+ +Group: Development/Languages/C and C++ Requires: gcc-c++ = %{version} Requires: gcc-64bit = %{version} Requires: libstdc++%{gcc_version}-devel-64bit @@ -152,9 +149,9 @@ The system GNU C++ Compiler 64 bit support. %package -n libstdc++-devel -License: GPLv3+ <