Browse Source

upgrading package: gcc5 5s20150201 -> 5s20150222

master
parent
commit
ec437154c5
  1. 8
      gcc5/gcc5.spec

8
gcc5/gcc5.spec

@ -24,7 +24,7 @@
# package version
%define V_full 5
%define V_comp 5
%define V_snap 20150201
%define V_snap 20150222
# package information
Name: gcc5
@ -37,12 +37,13 @@ Class: EVAL
Group: Compiler
License: GPL
Version: %{V_full}s%{V_snap}
Release: 20150207
Release: 20150223
# package options
%option with_binutils yes
%option with_cxx yes
%option with_objc no
%option with_go no
%option with_java no
%option with_fortran no
%option with_optimize no
@ -161,6 +162,9 @@ Provides: gcc::with_gcc = %{with_gcc}
%if "%{with_objc}" == "yes"
l_enable_languages="${l_enable_languages},objc"
%endif
%if "%{with_go}" == "yes"
l_enable_languages="${l_enable_languages},go"
%endif
%if "%{with_java}" == "yes"
l_enable_languages="${l_enable_languages},java"
%endif

Loading…
Cancel
Save