SPECS: gcc.spec - multilib split merged from devel, branch diff up...
pluto
pluto at pld-linux.org
Sun Jun 3 15:08:11 CEST 2007
Author: pluto Date: Sun Jun 3 13:08:11 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- multilib split merged from devel, branch diff updated, release 5.
---- Files affected:
SPECS:
gcc.spec (1.493 -> 1.494)
---- Diffs:
================================================================
Index: SPECS/gcc.spec
diff -u SPECS/gcc.spec:1.493 SPECS/gcc.spec:1.494
--- SPECS/gcc.spec:1.493 Mon May 28 14:36:50 2007
+++ SPECS/gcc.spec Sun Jun 3 15:08:05 2007
@@ -18,7 +18,7 @@
%bcond_without mozilla # don't build libgcjwebplugin
%bcond_without qt # don't build libgcj Qt peer
%bcond_without x # don't build libgcj Xlib-dependent AWTs (incl. GTK/Qt)
-%bcond_with multilib # build with multilib support (it needs glibc[32&64]-devel)
+%bcond_without multilib # build without multilib support (it needs glibc[32&64]-devel)
%bcond_with profiling # build with profiling
%bcond_without bootstrap # omit 3-stage bootstrap
%bcond_with tests # torture gcc
@@ -53,14 +53,14 @@
%define _major_ver 4.2
%define _minor_ver 0
Version: %{_major_ver}.%{_minor_ver}
-Release: 4
+Release: 5
Epoch: 6
License: GPL v2+
Group: Development/Languages
Source0: ftp://gcc.gnu.org/pub/gcc/releases/gcc-%{version}/%{name}-%{version}.tar.bz2
# Source0-md5: 4798c23548dc791ea12a139e18940684
Source1: %{name}-optimize-la.pl
-#Patch100: %{name}-branch.diff
+Patch100: %{name}-branch.diff
Patch0: %{name}-info.patch
Patch1: %{name}-nolocalefiles.patch
Patch2: %{name}-nodebug.patch
@@ -77,7 +77,6 @@
Patch14: %{name}-pr29512.patch
Patch15: %{name}-hash-style-gnu.patch
Patch16: %{name}-unnecessary_anonymous_warning.patch
-Patch17: %{name}-pr30052.patch
URL: http://gcc.gnu.org/
BuildRequires: autoconf
%{?with_tests:BuildRequires: autogen}
@@ -195,6 +194,57 @@
Este pacote adiciona infraestrutura básica e suporte a linguagem C ao
GNU Compiler Collection.
+%package multilib
+Summary: GNU Compiler Collection: the C compiler and shared files
+Summary(es.UTF-8): Colección de compiladores GNU: el compilador C y ficheros compartidos
+Summary(pl.UTF-8): Kolekcja kompilatorów GNU: kompilator C i pliki współdzielone
+Summary(pt_BR.UTF-8): Coleção dos compiladores GNU: o compilador C e arquivos compartilhados
+License: GPL v2+
+Group: Development/Languages
+Requires: %{name}
+%ifarch %{x8664}
+Requires: glibc-devel(i686)
+%endif
+%ifarch ppc64
+Requires: glibc-devel(ppc)
+%endif
+%ifarch s390x
+Requires: glibc-devel(s390)
+%endif
+%ifarch sparc64
+Requires: glibc-devel(sparc)
+%endif
+
+%description multilib
+A compiler aimed at integrating all the optimizations and features
+necessary for a high-performance and stable development environment.
+
+This package contains the C compiler and some files shared by various
+parts of the GNU Compiler Collection. In order to use another GCC
+compiler you will need to install the appropriate subpackage.
+
+%description multilib -l es.UTF-8
+Un compilador que intenta integrar todas las optimalizaciones y
+características necesarias para un entorno de desarrollo eficaz y
+estable.
+
+Este paquete contiene el compilador de C y unos ficheros compartidos
+por varias partes de la colección de compiladores GNU (GCC). Para usar
+otro compilador de GCC será necesario que instale el subpaquete
+adecuado.
+
+%description multilib -l pl.UTF-8
+Kompilator, posiadający duże możliwości optymalizacyjne niezbędne do
+wyprodukowania szybkiego i stabilnego kodu wynikowego.
+
+Ten pakiet zawiera kompilator C i pliki współdzielone przez różne
+części kolekcji kompilatorów GNU (GCC). Żeby używać innego kompilatora
+z GCC, trzeba zainstalować odpowiedni podpakiet.
+
+%description multilib -l pt_BR.UTF-8
+Este pacote adiciona infraestrutura básica e suporte a linguagem C ao
+GNU Compiler Collection.
+
%package -n libgcc
Summary: Shared gcc library
Summary(es.UTF-8): Biblioteca compartida de gcc
@@ -216,6 +266,26 @@
%description -n libgcc -l pt_BR.UTF-8
Biblioteca runtime para o GCC.
+%package -n libgcc-multilib
+Summary: Shared gcc library
+Summary(es.UTF-8): Biblioteca compartida de gcc
+Summary(pl.UTF-8): Biblioteka gcc
+Summary(pt_BR.UTF-8): Biblioteca runtime para o GCC
+License: GPL with unlimited link permission
+Group: Libraries
+
+%description -n libgcc-multilib
+Shared gcc library.
+
+%description -n libgcc-multilib -l es.UTF-8
+Biblioteca compartida de gcc.
+
+%description -n libgcc-multilib -l pl.UTF-8
+Biblioteka dynamiczna gcc.
+
+%description -n libgcc-multilib -l pt_BR.UTF-8
+Biblioteca runtime para o GCC.
+
%package -n libgomp
Summary: GNU OpenMP library
Summary(pl.UTF-8): Biblioteka GNU OpenMP
@@ -228,6 +298,18 @@
%description -n libgomp -l pl.UTF-8
Biblioteka GNU OpenMP.
+%package -n libgomp-multilib
+Summary: GNU OpenMP library
+Summary(pl.UTF-8): Biblioteka GNU OpenMP
+License: GPL v2+ with unlimited link permission
+Group: Libraries
+
+%description -n libgomp-multilib
+GNU OpenMP library.
+
+%description -n libgomp-multilib -l pl.UTF-8
+Biblioteka GNU OpenMP.
+
%package -n libgomp-devel
Summary: Development files for GNU OpenMP library
Summary(pl.UTF-8): Pliki programistyczne biblioteki GNU OpenMP
@@ -241,6 +323,19 @@
%description -n libgomp-devel -l pl.UTF-8
Pliki programistyczne biblioteki GNU OpenMP.
+%package -n libgomp-multilib-devel
+Summary: Development files for GNU OpenMP library
+Summary(pl.UTF-8): Pliki programistyczne biblioteki GNU OpenMP
+License: GPL v2+ with unlimited link permission
+Group: Development/Libraries
+Requires: libgomp-devel = %{epoch}:%{version}-%{release}
+
+%description -n libgomp-multilib-devel
+Development files for GNU OpenMP library.
+
+%description -n libgomp-multilib-devel -l pl.UTF-8
+Pliki programistyczne biblioteki GNU OpenMP.
+
%package -n libgomp-static
Summary: Static GNU OpenMP library
Summary(pl.UTF-8): Statyczna biblioteka GNU OpenMP
@@ -254,6 +349,19 @@
%description -n libgomp-static -l pl.UTF-8
Statyczna biblioteka GNU OpenMP.
+%package -n libgomp-multilib-static
+Summary: Static GNU OpenMP library
+Summary(pl.UTF-8): Statyczna biblioteka GNU OpenMP
+License: GPL v2+ with unlimited link permission
+Group: Development/Libraries
+Requires: libgomp-multilib-devel
+
+%description -n libgomp-multilib-static
+Static GNU OpenMP library.
+
+%description -n libgomp-multilib-static -l pl.UTF-8
+Statyczna biblioteka GNU OpenMP.
+
%package -n libmudflap
Summary: GCC mudflap shared support library
Summary(pl.UTF-8): Współdzielona biblioteka wspomagająca GCC mudflap
@@ -268,6 +376,20 @@
Biblioteki libmudflap są używane przez GCC do obsługi operacji
dereferencji wspaźników i tablic.
+%package -n libmudflap-multilib
+Summary: GCC mudflap shared support library
+Summary(pl.UTF-8): Współdzielona biblioteka wspomagająca GCC mudflap
+License: GPL v2+ with unlimited link permission
+Group: Libraries
+
+%description -n libmudflap-multilib
+The libmudflap libraries are used by GCC for instrumenting pointer and
+array dereferencing operations.
+
+%description -n libmudflap-multilib -l pl.UTF-8
+Biblioteki libmudflap są używane przez GCC do obsługi operacji
+dereferencji wspaźników i tablic.
+
%package -n libmudflap-devel
Summary: Development files for GCC mudflap library
Summary(pl.UTF-8): Pliki programistyczne biblioteki GCC mudflap
@@ -285,6 +407,23 @@
dereferencji wspaźników i tablic. Ten pakiet zawiera pliki
programistyczne.
+%package -n libmudflap-multilib-devel
+Summary: Development files for GCC mudflap library
+Summary(pl.UTF-8): Pliki programistyczne biblioteki GCC mudflap
+License: GPL v2+ with unlimited link permission
+Group: Development/Libraries
+Requires: libmudflap-devel = %{epoch}:%{version}-%{release}
+
+%description -n libmudflap-multilib-devel
+The libmudflap libraries are used by GCC for instrumenting pointer and
+array dereferencing operations. This package contains development
+files.
+
+%description -n libmudflap-multilib-devel -l pl.UTF-8
+Biblioteki libmudflap są używane przez GCC do obsługi operacji
+dereferencji wspaźników i tablic. Ten pakiet zawiera pliki
+programistyczne.
+
%package -n libmudflap-static
Summary: Static GCC mudflap library
Summary(pl.UTF-8): Statyczna biblioteka GCC mudflap
@@ -302,6 +441,23 @@
dereferencji wspaźników i tablic. Ten pakiet zawiera biblioteki
statyczne.
+%package -n libmudflap-multilib-static
+Summary: Static GCC mudflap library
+Summary(pl.UTF-8): Statyczna biblioteka GCC mudflap
+License: GPL v2+ with unlimited link permission
+Group: Development/Libraries
+Requires: libmudflap-multilib-devel
+
+%description -n libmudflap-multilib-static
+The libmudflap libraries are used by GCC for instrumenting pointer and
+array dereferencing operations. This package contains static
+libraries.
+
+%description -n libmudflap-multilib-static -l pl.UTF-8
+Biblioteki libmudflap są używane przez GCC do obsługi operacji
+dereferencji wspaźników i tablic. Ten pakiet zawiera biblioteki
+statyczne.
+
%package ada
Summary: Ada support for gcc
Summary(es.UTF-8): Soporte de Ada para gcc
@@ -406,6 +562,53 @@
aykırı durum işleme gibi çoğu güncel C++ tanımlarına uyar. Standart
C++ kitaplığı bu pakette yer almaz.
+%package c++-multilib
+Summary: C++ support for gcc
+Summary(es.UTF-8): Soporte de C++ para gcc
+Summary(pl.UTF-8): Obsługa C++ dla gcc
+Summary(pt_BR.UTF-8): Suporte C++ para o gcc
+Group: Development/Languages
+Requires: %{name}-c++
+Requires: %{name}-multilib
+
+%description c++-multilib
+This package adds C++ support to the GNU Compiler Collection. It
+includes support for most of the current C++ specification, including
+templates and exception handling. It does not include a standard C++
+library, which is available separately.
+
+%description c++-multilib -l de.UTF-8
+Dieses Paket enthält die C++-Unterstützung für den
+GNU-Compiler-Collection. Es unterstützt die aktuelle
+C++-Spezifikation, inkl. Templates und Ausnahmeverarbeitung. Eine
+C++-Standard-Library ist nicht enthalten - sie ist getrennt
+erhältlich.
+
+%description c++-multilib -l es.UTF-8
+Este paquete añade soporte de C++ al GCC (colección de compiladores
+GNU). Ello incluye el soporte para la mayoría de la especificación
+actual de C++, incluyendo plantillas y manejo de excepciones. No
+incluye la biblioteca estándar de C++, la que es disponible separada.
+
+%description c++-multilib -l fr.UTF-8
+Ce package ajoute un support C++ a la collection de compilateurs GNU.
+Il comprend un support pour la plupart des spécifications actuelles de
+C++, dont les modéles et la gestion des exceptions. Il ne comprend pas
+une bibliothéque C++ standard, qui est disponible séparément.
+
+%description c++-multilib -l pl.UTF-8
+Ten pakiet dodaje obsługę C++ do kompilatora gcc. Ma wsparcie dla
+dużej ilości obecnych specyfikacji C++, nie zawiera natomiast
+standardowych bibliotek C++, które są w oddzielnym pakiecie.
+
+%description c++-multilib -l pt_BR.UTF-8
+Este pacote adiciona suporte C++ para o gcc.
+
+%description c++-multilib -l tr.UTF-8
+Bu paket, GNU C derleyicisine C++ desteği ekler. 'Template'ler ve
+aykırı durum işleme gibi çoğu güncel C++ tanımlarına uyar. Standart
+C++ kitaplığı bu pakette yer almaz.
+
%package -n libstdc++
Summary: GNU C++ library
Summary(es.UTF-8): Biblioteca C++ de GNU
@@ -449,6 +652,47 @@
Bu paket, standart C++ kitaplıklarının GNU gerçeklemesidir ve C++
uygulamalarının koşturulması için gerekli kitaplıkları içerir.
+%package -n libstdc++-multilib
+Summary: GNU C++ library
+Summary(es.UTF-8): Biblioteca C++ de GNU
+Summary(pl.UTF-8): Biblioteki GNU C++
+Summary(pt_BR.UTF-8): Biblioteca C++ GNU
+License: GPL v2+ with free software exception
+Group: Libraries
+
+%description -n libstdc++-multilib
+This is the GNU implementation of the standard C++ libraries, along
+with additional GNU tools. This package includes the shared libraries
+necessary to run C++ applications.
+
+%description -n libstdc++-multilib -l de.UTF-8
+Dies ist die GNU-Implementierung der Standard-C++-Libraries mit
+weiteren GNU-Tools. Dieses Paket enthält die zum Ausführen von
+C++-Anwendungen erforderlichen gemeinsam genutzten Libraries.
+
+%description -n libstdc++-multilib -l es.UTF-8
+Este es el soporte de las bibliotecas padrón del C++, junto con
+herramientas GNU adicionales. El paquete incluye las bibliotecas
+compartidas necesarias para ejecutar aplicaciones C++.
+
+%description -n libstdc++-multilib -l fr.UTF-8
+Ceci est l'implémentation GNU des librairies C++ standard, ainsi que
+des outils GNU supplémentaires. Ce package comprend les librairies
+partagées nécessaires à l'exécution d'application C++.
+
+%description -n libstdc++-multilib -l pl.UTF-8
+Pakiet ten zawiera biblioteki będące implementacją standardowych
+bibliotek C++. Znajdują się w nim biblioteki dynamiczne niezbędne do
+uruchomienia aplikacji napisanych w C++.
+
+%description -n libstdc++-multilib -l pt_BR.UTF-8
+Este pacote é uma implementação da biblioteca padrão C++ v3, um
+subconjunto do padrão ISO 14882.
+
+%description -n libstdc++-multilib -l tr.UTF-8
+Bu paket, standart C++ kitaplıklarının GNU gerçeklemesidir ve C++
+uygulamalarının koşturulması için gerekli kitaplıkları içerir.
+
%package -n libstdc++-devel
Summary: Header files and documentation for C++ development
Summary(de.UTF-8): Header-Dateien zur Entwicklung mit C++
@@ -484,6 +728,39 @@
Este pacote inclui os arquivos de inclusão e bibliotecas necessárias
para desenvolvimento de programas C++.
+%package -n libstdc++-multilib-devel
+Summary: Header files and documentation for C++ development
+Summary(de.UTF-8): Header-Dateien zur Entwicklung mit C++
+Summary(es.UTF-8): Ficheros de cabecera y documentación para desarrollo C++
+Summary(fr.UTF-8): Fichiers d'en-tête et biblitothèques pour développer en C++
+Summary(pl.UTF-8): Pliki nagłówkowe i dokumentacja do biblioteki standardowej C++
+Summary(pt_BR.UTF-8): Arquivos de inclusão e bibliotecas para o desenvolvimento em C++
+Summary(tr.UTF-8): C++ ile program geliştirmek için gerekli dosyalar
+License: GPL v2+ with free software exception
+Group: Development/Libraries
+Requires: %{name}-c++-multilib
+Requires: libstdc++-devel = %{epoch}:%{version}-%{release}
+Requires: libstdc++-multilib
+
+%description -n libstdc++-multilib-devel
+This is the GNU implementation of the standard C++ libraries. This
+package includes the header files needed for C++ development and
+library documentation.
+
+%description -n libstdc++-multilib-devel -l es.UTF-8
+Este es el soporte de las bibliotecas padrón del lenguaje C++. Este
+paquete incluye los archivos de inclusión y bibliotecas necesarios
+para desarrollo de programas en lenguaje C++.
+
+%description -n libstdc++-multilib-devel -l pl.UTF-8
+Pakiet ten zawiera biblioteki będące implementacją standardowych
+bibliotek C++. Znajdują się w nim pliki nagłówkowe wykorzystywane przy
+programowaniu w języku C++ oraz dokumentacja biblioteki standardowej.
+
+%description -n libstdc++-multilib-devel -l pt_BR.UTF-8
+Este pacote inclui os arquivos de inclusão e bibliotecas necessárias
+para desenvolvimento de programas C++.
+
%package -n libstdc++-static
Summary: Static C++ standard library
Summary(es.UTF-8): Biblioteca estándar estática de C++
@@ -501,6 +778,23 @@
%description -n libstdc++-static -l pl.UTF-8
Statyczna biblioteka standardowa C++.
+%package -n libstdc++-multilib-static
+Summary: Static C++ standard library
+Summary(es.UTF-8): Biblioteca estándar estática de C++
+Summary(pl.UTF-8): Statyczna biblioteka standardowa C++
+License: GPL v2+ with free software exception
+Group: Development/Libraries
+Requires: libstdc++-multilib-devel
+
+%description -n libstdc++-multilib-static
+Static C++ standard library.
+
+%description -n libstdc++-multilib-static -l es.UTF-8
+Biblioteca estándar estática de C++.
+
+%description -n libstdc++-multilib-static -l pl.UTF-8
+Statyczna biblioteka standardowa C++.
+
%package fortran
Summary: Fortran 95 support for gcc
Summary(es.UTF-8): Soporte de Fortran 95 para gcc
@@ -527,6 +821,30 @@
%description fortran -l pt_BR.UTF-8
Suporte Fortran 95 para o GCC.
+%package fortran-multilib
+Summary: Fortran 95 support for gcc
+Summary(es.UTF-8): Soporte de Fortran 95 para gcc
+Summary(pl.UTF-8): Obsługa Fortranu 95 dla gcc
+Summary(pt_BR.UTF-8): Suporte Fortran 95 para o GCC
+Group: Development/Languages/Fortran
+Requires: %{name}-fortran
+Requires: libgfortran-multilib
+
+%description fortran-multilib
+This package adds support for compiling Fortran 95 programs with the
+GNU compiler.
+
+%description fortran-multilib -l es.UTF-8
+Este paquete añade soporte para compilar programas escritos en Fortran
+95 con el compilador GNU.
+
+%description fortran-multilib -l pl.UTF-8
+Ten pakiet dodaje obsługę Fortranu 95 do kompilatora gcc. Jest
+potrzebny do kompilowania programów pisanych w języku Fortran 95.
+
+%description fortran-multilib -l pt_BR.UTF-8
+Suporte Fortran 95 para o GCC.
+
%package -n libgfortran
Summary: Fortran 95 Libraries
Summary(es.UTF-8): Bibliotecas de Fortran 95
@@ -544,22 +862,55 @@
%description -n libgfortran -l pl.UTF-8
Biblioteki Fortranu 95.
-%package -n libgfortran-static
+%package -n libgfortran-multilib
+Summary: Fortran 95 Libraries
+Summary(es.UTF-8): Bibliotecas de Fortran 95
+Summary(pl.UTF-8): Biblioteki Fortranu 95
+License: LGPL v2+
+Group: Libraries
+
+%description -n libgfortran-multilib
+Fortran 95 Libraries.
+
+%description -n libgfortran-multilib -l es.UTF-8
+Bibliotecas de Fortran 95.
+
+%description -n libgfortran-multilib -l pl.UTF-8
+Biblioteki Fortranu 95.
+
+%package -n libgfortran-static
+Summary: Static Fortran 95 Libraries
+Summary(es.UTF-8): Bibliotecas estáticas de Fortran 95
+Summary(pl.UTF-8): Statyczne Biblioteki Fortranu 95
+License: LGPL v2+
+Group: Development/Libraries
+Requires: libgfortran = %{epoch}:%{version}-%{release}
+Obsoletes: libg2c-static
+
+%description -n libgfortran-static
+Static Fortran 95 Libraries.
+
+%description -n libgfortran-static -l es.UTF-8
+Bibliotecas estáticas de Fortran 95.
+
+%description -n libgfortran-static -l pl.UTF-8
+Statyczne biblioteki Fortranu 95.
+
+%package -n libgfortran-multilib-static
Summary: Static Fortran 95 Libraries
Summary(es.UTF-8): Bibliotecas estáticas de Fortran 95
Summary(pl.UTF-8): Statyczne Biblioteki Fortranu 95
License: LGPL v2+
Group: Development/Libraries
-Requires: libgfortran = %{epoch}:%{version}-%{release}
-Obsoletes: libg2c-static
+Requires: libgfortran-multilib
-%description -n libgfortran-static
+%description -n libgfortran-multilib-static
Static Fortran 95 Libraries.
-%description -n libgfortran-static -l es.UTF-8
+%description -n libgfortran-multilib-static -l es.UTF-8
Bibliotecas estáticas de Fortran 95.
-%description -n libgfortran-static -l pl.UTF-8
+%description -n libgfortran-multilib-static -l pl.UTF-8
Statyczne biblioteki Fortranu 95.
%package java
@@ -668,6 +1019,31 @@
programiście wywoływać dowolne funkcje podając konwencję wywołania w
czasie wykonania.
+%package -n libffi-multilib
+Summary: Foreign Function Interface library
+Summary(es.UTF-8): Biblioteca de interfaz de funciones ajenas
+Summary(pl.UTF-8): Biblioteka zewnętrznych wywołań funkcji
+License: BSD-like
+Group: Libraries
+
+%description -n libffi-multilib
+The libffi library provides a portable, high level programming
+interface to various calling conventions. This allows a programmer to
+call any function specified by a call interface description at run
+time.
+
+%description -n libffi-multilib -l es.UTF-8
+La biblioteca libffi provee una interfaz portable de programación de
+alto nivel para varias convenciones de llamada. Ello permite que un
+programador llame una función cualquiera especificada por una
+descripción de interfaz de llamada en el tiempo de ejecución.
+
+%description -n libffi-multilib -l pl.UTF-8
+Biblioteka libffi dostarcza przenośnego, wysokopoziomowego
+międzymordzia do różnych konwencji wywołań funkcji. Pozwala to
+programiście wywoływać dowolne funkcje podając konwencję wywołania w
+czasie wykonania.
+
%package -n libffi-devel
Summary: Development files for Foreign Function Interface library
Summary(es.UTF-8): Ficheros de desarrollo para libffi
@@ -685,6 +1061,24 @@
%description -n libffi-devel -l pl.UTF-8
Pliki nagłówkowe dla libffi.
+%package -n libffi-multilib-devel
+Summary: Development files for Foreign Function Interface library
+Summary(es.UTF-8): Ficheros de desarrollo para libffi
+Summary(pl.UTF-8): Pliki nagłówkowe dla libffi
+License: BSD-like
+Group: Development/Libraries
+Requires: libffi-devel
+Requires: libffi-multilib
+
+%description -n libffi-multilib-devel
+Development files for Foreign Function Interface library.
+
+%description -n libffi-multilib-devel -l es.UTF-8
+Ficheros de desarrollo para libffi.
+
+%description -n libffi-multilib-devel -l pl.UTF-8
+Pliki nagłówkowe dla libffi.
+
%package -n libffi-static
Summary: Static Foreign Function Interface library
Summary(es.UTF-8): Biblioteca libffi estática
@@ -702,6 +1096,23 @@
%description -n libffi-static -l pl.UTF-8
Statyczna biblioteka libffi.
+%package -n libffi-multilib-static
+Summary: Static Foreign Function Interface library
+Summary(es.UTF-8): Biblioteca libffi estática
+Summary(pl.UTF-8): Statyczna biblioteka libffi
+License: BSD-like
+Group: Development/Libraries
+Requires: libffi-multilib-devel
+
+%description -n libffi-multilib-static
+Static Foreign Function Interface library.
+
+%description -n libffi-multilib-static -l es.UTF-8
+Biblioteca libffi estática.
+
+%description -n libffi-multilib-static -l pl.UTF-8
+Statyczna biblioteka libffi.
+
%package objc
Summary: Objective C support for gcc
Summary(de.UTF-8): Objektive C-Unterstützung für gcc
@@ -752,6 +1163,54 @@
sistemlerde yaygın olarak kullanılır. Standart Objective C nesne
kitaplığı bu pakette yer almaz.
+%package objc-multilib
<<Diff was trimmed, longer than 597 lines>>
---- CVS-web:
http://cvs.pld-linux.org/SPECS/gcc.spec?r1=1.493&r2=1.494&f=u
More information about the pld-cvs-commit
mailing list