SPECS (AC-branch): gcc.spec - require gcc-dirs from proper target_...
glen
glen at pld-linux.org
Thu Dec 21 02:56:08 CET 2006
Author: glen Date: Thu Dec 21 01:56:08 2006 GMT
Module: SPECS Tag: AC-branch
---- Log message:
- require gcc-dirs from proper target_platform; rel 5
---- Files affected:
SPECS:
gcc.spec (1.241.2.35 -> 1.241.2.36)
---- Diffs:
================================================================
Index: SPECS/gcc.spec
diff -u SPECS/gcc.spec:1.241.2.35 SPECS/gcc.spec:1.241.2.36
--- SPECS/gcc.spec:1.241.2.35 Tue Dec 27 12:33:54 2005
+++ SPECS/gcc.spec Thu Dec 21 02:56:03 2006
@@ -42,7 +42,7 @@
Summary(pt_BR): Coleçăo dos compiladores GNU: o compilador C e arquivos compartilhados
Name: gcc
Version: %{GCC_VERSION}
-Release: 4
+Release: 5
Epoch: 5
License: GPL v2+
Group: Development/Languages
@@ -104,16 +104,16 @@
BuildRequires: glibc-devel(sparc)
%endif
%endif
+URL: http://gcc.gnu.org/
BuildRequires: perl-devel
BuildRequires: texinfo >= 4.1
BuildRequires: zlib-devel
Requires: binutils >= 2:2.15.90.0.3
-Requires: gcc-dirs
+Requires: gcc-dirs(%{_target_platform})
Requires: libgcc = %{epoch}:%{GCC_VERSION}-%{release}
%{?with_ada:Provides: gcc(ada)}
Obsoletes: gcc-chill
Conflicts: glibc-devel < 2.2.5-20
-URL: http://gcc.gnu.org/
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%define _slibdir /%{_lib}
@@ -395,8 +395,8 @@
Summary: Objective C Libraries
Summary(es): Bibliotecas de Objective C
Summary(pl): Biblioteki Obiektowego C
-License: GPL v2+ + linking exception
Version: %{GCC_VERSION}
+License: GPL v2+ + linking exception
Group: Libraries
Obsoletes: libobjc1
@@ -413,8 +413,8 @@
Summary: Objective C Libraries - 32 bit version
Summary(es): Bibliotecas de Objective C
Summary(pl): Biblioteki Obiektowego C w wersji 32 bitowej
-License: GPL v2+ + linking exception
Version: %{GCC_VERSION}
+License: GPL v2+ + linking exception
Group: Libraries
%description -n libobjc32
@@ -590,8 +590,8 @@
Version: %{GCC_VERSION}
Group: Development/Languages/Java
Requires: %{name} = %{epoch}:%{GCC_VERSION}-%{release}
-Requires: libgcj-devel = %{epoch}:%{GCC_VERSION}-%{release}
Requires: java-shared
+Requires: libgcj-devel = %{epoch}:%{GCC_VERSION}-%{release}
Provides: gcj = %{epoch}:%{GCC_VERSION}-%{release}
%description java
@@ -845,8 +845,8 @@
License: GPL v2+ with free software exception
Group: Development/Libraries
Requires: %{name}-c++ = %{epoch}:%{GCC_VERSION}-%{release}
-Requires: libstdc++ = %{epoch}:%{GCC_VERSION}-%{release}
Requires: glibc-devel
+Requires: libstdc++ = %{epoch}:%{GCC_VERSION}-%{release}
Obsoletes: libg++-devel
Obsoletes: libstdc++3-devel
@@ -881,8 +881,8 @@
License: GPL v2+ with free software exception
Group: Development/Libraries
Requires: %{name}-c++32 = %{epoch}:%{GCC_VERSION}-%{release}
-Requires: libstdc++32 = %{epoch}:%{GCC_VERSION}-%{release}
Requires: glibc-devel
+Requires: libstdc++32 = %{epoch}:%{GCC_VERSION}-%{release}
%description -n libstdc++32-devel
This is the GNU implementation of the standard C++ libraries. This
@@ -1207,11 +1207,11 @@
cada línea.
%description -n cpp -l pl
-Preprocesor C jest "makro procesorem" który jest automatycznie
-używany przez kompilator C do obróbki kompilowanego programu przed
-właściwą kompilacją. Jest on nazywany makroprocesorem, ponieważ
-umożliwia definiowanie i rozwijanie makr umożliwiających skracanie
-długich konstrukcji w języku C.
+Preprocesor C jest "makro procesorem" który jest automatycznie używany
+przez kompilator C do obróbki kompilowanego programu przed właściwą
+kompilacją. Jest on nazywany makroprocesorem, ponieważ umożliwia
+definiowanie i rozwijanie makr umożliwiających skracanie długich
+konstrukcji w języku C.
Preprocesor C umożliwia wykonywanie czterech różnych typów operacji:
@@ -1945,6 +1945,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.241.2.36 2006/12/21 01:56:03 glen
+- require gcc-dirs from proper target_platform; rel 5
+
Revision 1.241.2.35 2005/12/27 11:33:54 qboosh
- release 4
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/gcc.spec?r1=1.241.2.35&r2=1.241.2.36&f=u
More information about the pld-cvs-commit
mailing list