- Adjust for GCC 5 package renames.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc?expand=0&rev=59
This commit is contained in:
parent
54b50e4efc
commit
307ca85a64
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 8 13:00:15 UTC 2015 - rguenther@suse.com
|
||||
|
||||
- Adjust for GCC 5 package renames.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 10:24:01 UTC 2015 - rguenther@suse.com
|
||||
|
||||
|
12
gcc.spec
12
gcc.spec
@ -149,9 +149,9 @@ The system GNU C++ Compiler.
|
||||
Summary: The system GNU C++ Compiler
|
||||
License: GPL-3.0+
|
||||
Group: Development/Languages/C and C++
|
||||
Requires: gcc%{gcc_version}-c++-32bit = %{version}
|
||||
Requires: gcc-32bit = %{version}
|
||||
Requires: gcc-c++ = %{version}
|
||||
Requires: libstdc++%{gcc_version}-devel-32bit
|
||||
|
||||
%description -n gcc-c++-32bit
|
||||
The system GNU C++ Compiler 32 bit support.
|
||||
@ -161,9 +161,9 @@ The system GNU C++ Compiler 32 bit support.
|
||||
Summary: The system GNU C++ Compiler
|
||||
License: GPL-3.0+
|
||||
Group: Development/Languages/C and C++
|
||||
Requires: gcc%{gcc_version}-c++-64bit = %{version}
|
||||
Requires: gcc-64bit = %{version}
|
||||
Requires: gcc-c++ = %{version}
|
||||
Requires: libstdc++%{gcc_version}-devel-64bit
|
||||
|
||||
%description -n gcc-c++-64bit
|
||||
The system GNU C++ Compiler 64 bit support.
|
||||
@ -174,7 +174,7 @@ The system GNU C++ Compiler 64 bit support.
|
||||
Summary: The system GNU C++ development files
|
||||
License: GPL-3.0-with-GCC-exception
|
||||
Group: System/Libraries
|
||||
Requires: libstdc++%{gcc_version}-devel
|
||||
Requires: libstdc++6-devel-gcc%{gcc_version}
|
||||
|
||||
%description -n libstdc++-devel
|
||||
The system GNU C++ development files.
|
||||
@ -184,7 +184,7 @@ The system GNU C++ development files.
|
||||
Summary: The system GNU C++ 32bit development files
|
||||
License: GPL-3.0-with-GCC-exception
|
||||
Group: System/Libraries
|
||||
Requires: libstdc++%{gcc_version}-devel-32bit
|
||||
Requires: libstdc++6-devel-gcc%{gcc_version}
|
||||
|
||||
%description -n libstdc++-devel-32bit
|
||||
The system GNU C++ 32bit development files.
|
||||
@ -194,7 +194,7 @@ The system GNU C++ 32bit development files.
|
||||
Summary: The system GNU C++ 64bit development files
|
||||
License: GPL-3.0-with-GCC-exception
|
||||
Group: System/Libraries
|
||||
Requires: libstdc++%{gcc_version}-devel-64bit
|
||||
Requires: libstdc++6-devel-gcc%{gcc_version}
|
||||
|
||||
%description -n libstdc++-devel-64bit
|
||||
The system GNU C++ 64bit development files.
|
||||
@ -252,7 +252,7 @@ The system GNU Java Compiler.
|
||||
Summary: The system GNU Java development files.
|
||||
License: GPL-2.0-with-classpath-exception
|
||||
Group: Development/Libraries/Java
|
||||
Requires: libgcj%{gcc_version}-devel
|
||||
Requires: libgcj-devel-gcc%{gcc_version}
|
||||
|
||||
%description -n libgcj-devel
|
||||
The system GNU Java development files.
|
||||
|
Loading…
Reference in New Issue
Block a user