SPECS: gcc.spec - obsoletes for ac gcc4 package; rel 3
glen
glen at pld-linux.org
Sat Dec 29 01:40:31 CET 2007
Author: glen Date: Sat Dec 29 00:40:31 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- obsoletes for ac gcc4 package; rel 3
---- Files affected:
SPECS:
gcc.spec (1.509 -> 1.510)
---- Diffs:
================================================================
Index: SPECS/gcc.spec
diff -u SPECS/gcc.spec:1.509 SPECS/gcc.spec:1.510
--- SPECS/gcc.spec:1.509 Sun Dec 9 02:39:13 2007
+++ SPECS/gcc.spec Sat Dec 29 01:40:26 2007
@@ -24,20 +24,20 @@
%bcond_with conceptchecks # concept checks
%bcond_with tests # torture gcc
-%if !%{with cxx}
+%if %{without cxx}
%undefine with_java
%undefine with_objcxx
%endif
-%if !%{with objc}
+%if %{without objc}
%undefine with_objcxx
%endif
-%if !%{with bootstrap}
+%if %{without bootstrap}
%undefine with_profiling
%endif
-%if !%{with x}
+%if %{without x}
%undefine with_gtk
%undefine with_qt
%endif
@@ -54,7 +54,7 @@
Summary(pt_BR.UTF-8): Coleção dos compiladores GNU: o compilador C e arquivos compartilhados
Name: gcc
Version: %{_major_ver}.%{_minor_ver}
-Release: 2
+Release: 3
Epoch: 6
License: GPL v3+
Group: Development/Languages
@@ -151,6 +151,7 @@
Obsoletes: gcc-chill
Obsoletes: gcc-cpp
Obsoletes: gcc-ksi
+Obsoletes: gcc4
Obsoletes: gont
Conflicts: glibc-devel < 2.2.5-20
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -255,6 +256,7 @@
License: GPL v2+ with unlimited link permission
Group: Libraries
Obsoletes: libgcc1
+Obsoletes: libgcc4
%description -n libgcc
Shared gcc library.
@@ -525,6 +527,7 @@
Requires: %{name} = %{epoch}:%{version}-%{release}
Obsoletes: egcc-c++
Obsoletes: egcs-c++
+Obsoletes: gcc4-c++
%description c++
This package adds C++ support to the GNU Compiler Collection. It
@@ -620,6 +623,7 @@
Group: Libraries
Obsoletes: libg++
Obsoletes: libstdc++3
+Obsoletes: libstdc++4
%description -n libstdc++
This is the GNU implementation of the standard C++ libraries, along
@@ -710,6 +714,7 @@
Requires: libstdc++ = %{epoch}:%{version}-%{release}
Obsoletes: libg++-devel
Obsoletes: libstdc++3-devel
+Obsoletes: libstdc++4-devel
%description -n libstdc++-devel
This is the GNU implementation of the standard C++ libraries. This
@@ -770,6 +775,7 @@
License: GPL v2+ with free software exception
Group: Development/Libraries
Requires: libstdc++-devel = %{epoch}:%{version}-%{release}
+Obsoletes: libstdc++4-static
%description -n libstdc++-static
Static C++ standard library.
@@ -2086,6 +2092,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.510 2007-12-29 00:40:26 glen
+- obsoletes for ac gcc4 package; rel 3
+
Revision 1.509 2007-12-09 01:39:13 glen
- R: jpackage-utils for %{_javadir}
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gcc.spec?r1=1.509&r2=1.510&f=u
More information about the pld-cvs-commit
mailing list