]> git.pld-linux.org Git - packages/gcc.git/commitdiff
- obsoletes for ac gcc4 package; rel 3 auto/th/gcc-4_2_2-3
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 29 Dec 2007 00:40:26 +0000 (00:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc.spec -> 1.510

gcc.spec

index 4468eac61a8ce74416b037a4d6e0a3c739bde326..a789da2e2f2a15686b4b8179cda1cdf8b81e1c59 100644 (file)
--- a/gcc.spec
+++ b/gcc.spec
 %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
@@ -53,7 +53,7 @@ Summary(pl.UTF-8):    Kolekcja kompilatorów GNU: kompilator C i pliki współdziel
 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
@@ -150,6 +150,7 @@ Obsoletes:  egcs-cpp
 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)
@@ -254,6 +255,7 @@ Summary(pt_BR.UTF-8):       Biblioteca runtime para o GCC
 License:       GPL v2+ with unlimited link permission
 Group:         Libraries
 Obsoletes:     libgcc1
+Obsoletes:     libgcc4
 
 %description -n libgcc
 Shared gcc library.
@@ -524,6 +526,7 @@ Group:              Development/Languages
 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
@@ -619,6 +622,7 @@ License:    GPL v2+ with free software exception
 Group:         Libraries
 Obsoletes:     libg++
 Obsoletes:     libstdc++3
+Obsoletes:     libstdc++4
 
 %description -n libstdc++
 This is the GNU implementation of the standard C++ libraries, along
@@ -709,6 +713,7 @@ Requires:   glibc-devel
 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
@@ -769,6 +774,7 @@ Summary(pl.UTF-8):  Statyczna biblioteka standardowa C++
 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.
This page took 0.070139 seconds and 4 git commands to generate.