SPECS: gcc4.spec - additional gcc (4.1.1 release) for Ac
Bartosz Świątek
shadzik w gmail.com
Nie, 17 Gru 2006, 03:10:42 CET
06-12-17, arekm <arekm w pld-linux.org> napisał(a):
> Author: arekm Date: Sun Dec 17 01:48:33 2006 GMT
> Module: SPECS Tag: HEAD
> ---- Log message:
> - additional gcc (4.1.1 release) for Ac
>
> ---- Files affected:
> SPECS:
> gcc4.spec (1.435 -> 1.436)
>
> ---- Diffs:
>
> ================================================================
> Index: SPECS/gcc4.spec
> diff -u SPECS/gcc4.spec:1.435 SPECS/gcc4.spec:1.436
> --- SPECS/gcc4.spec:1.435 Thu Dec 7 23:23:05 2006
> +++ SPECS/gcc4.spec Sun Dec 17 02:48:27 2006
> @@ -1,57 +1,33 @@
> # $Revision$, $Date$
> #
> -# TODO:
> -# - libgomp subpackage.
> -# - fix libtool(/usr/lib64/../lib64/libgcj.la)
> -#
> # Conditional build:
> -%bcond_without ada # build without ADA support
> -%bcond_without cxx # build without C++ support
> -%bcond_without fortran # build without Fortran support
> -%bcond_without java # build without Java support
> -%bcond_without objc # build without Objective-C support
> -%bcond_without objcxx # build without Objective-C++ support
> -%bcond_with multilib # build with 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
>
> -%if !%{with cxx}
> -%undefine with_java
> -%undefine with_objcxx
> -%endif
> -
> -%if !%{with objc}
> -%undefine with_objcxx
> -%endif
> -
> -%if !%{with bootstrap}
> +%if %{without bootstrap}
> %undefine with_profiling
> %endif
>
> -%ifnarch %{x8664} ppc64 s390x sparc64
> -%undefine with_multilib
> -%endif
> -
> Summary: GNU Compiler Collection: the C compiler and shared files
> Summary(es): Colección de compiladores GNU: el compilador C y ficheros compartidos
> Summary(pl): Kolekcja kompilatorów GNU: kompilator C i pliki współdzielone
> Summary(pt_BR): Coleçăo dos compiladores GNU: o compilador C e arquivos compartilhados
> -Name: gcc
> -%define _major_ver 4.2
> -%define _minor_ver 0
> -Version: %{_major_ver}.%{_minor_ver}
> -%define _snap 20061206r119598
> -Release: 0.%{_snap}.2
> -#Release: 2
> +%define sname gcc
> +Name: %{sname}4
> +Version: 4.1.1
> +#define _snap 20060515r113785
> +#define _snap 20060517
> +#Release: 0.%{_snap}.1
> +Release: 1
> Epoch: 5
> License: GPL v2+
> Group: Development/Languages
> #Source0: ftp://gcc.gnu.org/pub/gcc/prerelease-%{version}-%{_snap}/gcc-%{version}-%{_snap}.tar.bz2
> -#Source0: ftp://gcc.gnu.org/pub/gcc/releases/gcc-%{version}/%{name}-%{version}.tar.bz2
> +Source0: ftp://gcc.gnu.org/pub/gcc/releases/gcc-%{version}/%{sname}-%{version}.tar.bz2
> +# Source0-md5: ad9f97a4d04982ccf4fd67cb464879f3
> #Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/4.1-%{_snap}/gcc-4.1-%{_snap}.tar.bz2
> -Source0: gcc-4.2-%{_snap}.tar.bz2
> -# Source0-md5: c1e542f85868eab964cc56764f419a95
> +#Source0: gcc-4.1-%{_snap}.tar.bz2
> Source1: %{name}-optimize-la.pl
> Patch0: %{name}-info.patch
> Patch1: %{name}-nolocalefiles.patch
> @@ -59,16 +35,33 @@
> Patch3: %{name}-ada-link.patch
> Patch4: %{name}-sparc64-ada_fix.patch
> Patch5: %{name}-alpha-ada_fix.patch
> -Patch6: %{name}-ppc64-m32-m64-multilib-only.patch
> -Patch7: %{name}-libjava-multilib.patch
> -Patch8: %{name}-enable-java-awt-qt.patch
> -Patch9: %{name}-pr13676.patch
> -Patch10: %{name}-pr17390.patch
> -Patch11: %{name}-pr19505.patch
> -Patch12: %{name}-pr20218.patch
> -Patch13: %{name}-pr24669.patch
> -Patch14: %{name}-force_jar_wrapper.patch
> -Patch15: %{name}-pr29512.patch
> +# -fvisibility fixes...
> +Patch6: %{name}-pr19664_gnu_internal.patch
> +Patch7: %{name}-pr19664_libstdc++.patch
> +Patch8: %{name}-pr20218.patch
> +
> +# PRs
> +Patch10: %{name}-pr7776.patch
> +Patch11: %{name}-pr19606.patch
> +Patch12: %{name}-pr24879.patch
> +Patch13: %{name}-pr26435-pr20256.patch
> +
> +Patch17: %{name}-pr19505.patch
> +Patch18: %{name}-pr24419.patch
> +Patch19: %{name}-pr24669.patch
> +Patch20: %{name}-pr17390.patch
> +Patch21: %{name}-pr13676.patch
> +Patch22: %{name}-pr25626.patch
> +Patch23: %{name}-libstdcxx-bitset.patch
> +
> +Patch25: %{name}-libjava-multilib.patch
> +Patch26: %{name}-ppc64-m32-m64-multilib-only.patch
> +Patch27: %{name}-enable-java-awt-qt.patch
> +
> +# 128-bit long double support for glibc 2.4
> +Patch30: %{name}-ldbl-default-libstdc++.patch
> +Patch31: %{name}-ldbl-default.patch
> +
> URL: http://gcc.gnu.org/
> BuildRequires: autoconf
> %{?with_tests:BuildRequires: autogen}
> @@ -80,58 +73,18 @@
> %{?with_tests:BuildRequires: dejagnu}
> BuildRequires: fileutils >= 4.0.41
> BuildRequires: flex
> -%if %{with ada}
> -BuildRequires: gcc(ada)
> -BuildRequires: gcc-ada
> -%endif
> BuildRequires: gettext-devel
> BuildRequires: glibc-devel >= 6:2.4-1
> -%if %{with multilib}
> -%ifarch %{x8664}
> -BuildRequires: glibc-devel(i686)
> -%endif
> -%ifarch ppc64
> -BuildRequires: glibc-devel(ppc)
> -%endif
> -%ifarch s390x
> -BuildRequires: glibc-devel(s390)
> -%endif
> -%ifarch sparc64
> -BuildRequires: glibc-devel(sparc)
> -%endif
> -%endif
> BuildRequires: perl-base
> BuildRequires: rpmbuild(macros) >= 1.211
> BuildRequires: texinfo >= 4.1
> BuildRequires: zlib-devel
> -%if %{with fortran}
> -BuildRequires: gmp-devel
> -BuildRequires: mpfr-devel >= 2.2.1
> -%endif
> -%if %{with java}
> -BuildRequires: QtGui-devel >= 4.0.1
> -BuildRequires: alsa-lib-devel
> -BuildRequires: cairo-devel >= 0.5.0
> -BuildRequires: dssi
> -BuildRequires: jack-audio-connection-kit-devel
> -BuildRequires: gtk+2-devel >= 2:2.4.0
> -BuildRequires: libart_lgpl-devel >= 2.1
> -BuildRequires: libxslt-devel
> -BuildRequires: pango-devel
> -BuildRequires: pkgconfig
> -BuildRequires: qt4-build
> -BuildRequires: xorg-lib-libXtst-devel
> -BuildRequires: zip
> -BuildRequires: unzip
> -%endif
> # AS_NEEDED directive for dynamic linker
> # http://sources.redhat.com/ml/glibc-cvs/2005-q1/msg00614.html
> # http://sources.redhat.com/ml/binutils/2005-01/msg00288.html
> Requires: binutils >= 2:2.16.90.0.1-0.3
> Requires: libgcc = %{epoch}:%{version}-%{release}
> Provides: cpp = %{epoch}:%{version}-%{release}
> -%{?with_ada:Provides: gcc(ada)}
> -%{?with_multilib:Provides: gcc(multilib)}
> Obsoletes: cpp
> Obsoletes: egcs-cpp
> Obsoletes: gcc-chill
> @@ -139,16 +92,9 @@
> Obsoletes: gcc-ksi
> Obsoletes: gont
> Conflicts: glibc-devel < 2.2.5-20
> -BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
> +BuildRoot: %{tmpdir}/%{sname}-%{version}-root-%(id -u -n)
>
> %define _slibdir /%{_lib}
> -%if %{with multilib}
> -# 32-bit environment on x86-64,ppc64,s390x,sparc64
> -%define _slibdir32 /lib
> -%define _libdir32 /usr/lib
> -%endif
> -
> -%define filterout -fwrapv -fno-strict-aliasing -fsigned-char
>
> %description
> A compiler aimed at integrating all the optimizations and features
> @@ -180,7 +126,7 @@
> Este pacote adiciona infraestrutura básica e suporte a linguagem C ao
> GNU Compiler Collection.
>
> -%package -n libgcc
> +%package -n libgcc4
> Summary: Shared gcc library
> Summary(es): Biblioteca compartida de gcc
> Summary(pl): Biblioteka gcc
> @@ -189,584 +135,53 @@
> Group: Libraries
> Obsoletes: libgcc1
>
> -%description -n libgcc
> +%description -n libgcc4
> Shared gcc library.
>
> -%description -n libgcc -l es
> +%description -n libgcc4 -l es
> Biblioteca compartida de gcc.
>
> -%description -n libgcc -l pl
> +%description -n libgcc4 -l pl
> Biblioteka dynamiczna gcc.
>
> -%description -n libgcc -l pt_BR
> +%description -n libgcc4 -l pt_BR
> Biblioteca runtime para o GCC.
>
> -%package -n libmudflap
> -Summary: GCC mudflap shared support library
> -Summary(pl): Współdzielona biblioteka wspomagająca GCC mudflap
> -License: GPL v2+ with unlimited link permission
> -Group: Libraries
> -
> -%description -n libmudflap
> -The libmudflap libraries are used by GCC for instrumenting pointer and
> -array dereferencing operations.
> -
> -%description -n libmudflap -l pl
> -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): Pliki programistyczne biblioteki GCC mudflap
> -License: GPL v2+ with unlimited link permission
> -Group: Development/Libraries
> -Requires: libmudflap = %{epoch}:%{version}-%{release}
> -
> -%description -n libmudflap-devel
> -The libmudflap libraries are used by GCC for instrumenting pointer and
> -array dereferencing operations. This package contains development
> -files.
> -
> -%description -n libmudflap-devel -l pl
> -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): Statyczna biblioteka GCC mudflap
> -License: GPL v2+ with unlimited link permission
> -Group: Development/Libraries
> -Requires: libmudflap-devel = %{epoch}:%{version}-%{release}
> -
> -%description -n libmudflap-static
> -The libmudflap libraries are used by GCC for instrumenting pointer and
> -array dereferencing operations. This package contains static
> -libraries.
> -
> -%description -n libmudflap-static -l pl
> -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): Soporte de Ada para gcc
> -Summary(pl): Obsługa Ady do gcc
> -Group: Development/Languages
> -Requires: %{name} = %{epoch}:%{version}-%{release}
> -Requires: libgnat = %{epoch}:%{version}-%{release}
> -Obsoletes: gcc-gnat
> -Obsoletes: gnat-devel
> -
> -%description ada
> -This package adds experimental support for compiling Ada programs.
> -
> -%description ada -l es
> -Este paquete ańade soporte experimental para compilar programas en
> -Ada.
> -
> -%description ada -l pl
> -Ten pakiet dodaje eksperymentalne wsparcie dla kompilacji programów w
> -Adzie.
> -
> -%package -n libgnat
> -Summary: Ada standard libraries
> -Summary(es): Bibliotecas estándares de Ada
> -Summary(pl): Biblioteki standardowe dla Ady
> -License: GPL v2+ with linking exception
> -Group: Libraries
> -Obsoletes: gnat
> -Obsoletes: libgnat1
> -
> -%description -n libgnat
> -This package contains shared libraries needed to run programs written
> -in Ada.
> -
> -%description -n libgnat -l es
> -Este paquete contiene las bibliotecas compartidas necesarias para
> -ejecutar programas escritos en Ada.
> -
> -%description -n libgnat -l pl
> -Ten pakiet zawiera biblioteki potrzebne do uruchamiania programów
> -napisanych w Adzie.
> -
> -%package -n libgnat-static
> -Summary: Static Ada standard libraries
> -Summary(pl): Statyczne biblioteki standardowe dla Ady
> -License: GPL v2+ with linking exception
> -Group: Development/Libraries
> -Obsoletes: gnat-static
> -
> -%description -n libgnat-static
> -This package contains static libraries for programs written in Ada.
> -
> -%description -n libgnat-static -l pl
> -Ten pakiet zawiera biblioteki statyczne dla programów napisanych w
> -Adzie.
> -
> -%package c++
> -Summary: C++ support for gcc
> -Summary(es): Soporte de C++ para gcc
> -Summary(pl): Obsługa C++ dla gcc
> -Summary(pt_BR): Suporte C++ para o gcc
> -Group: Development/Languages
> -Requires: %{name} = %{epoch}:%{version}-%{release}
> -Obsoletes: egcc-c++
> -Obsoletes: egcs-c++
> -
> -%description c++
> -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++ -l de
> -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++ -l es
> -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++ -l fr
> -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++ -l pl
> -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++ -l pt_BR
> -Este pacote adiciona suporte C++ para o gcc.
> -
> -%description c++ -l tr
> -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): Biblioteca C++ de GNU
> -Summary(pl): Biblioteki GNU C++
> -Summary(pt_BR): Biblioteca C++ GNU
> -License: GPL v2+ with free software exception
> -Group: Libraries
> -Obsoletes: libg++
> -Obsoletes: libstdc++3
> -
> -%description -n libstdc++
> -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++ -l de
> -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++ -l es
> -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++ -l fr
> -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++ -l pl
> -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++ -l pt_BR
> -Este pacote é uma implementaçăo da biblioteca padrăo C++ v3, um
> -subconjunto do padrăo ISO 14882.
> -
> -%description -n libstdc++ -l tr
> -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): Header-Dateien zur Entwicklung mit C++
> -Summary(es): Ficheros de cabecera y documentación para desarrollo C++
> -Summary(fr): Fichiers d'en-tęte et biblitothčques pour développer en C++
> -Summary(pl): Pliki nagłówkowe i dokumentacja do biblioteki standardowej C++
> -Summary(pt_BR): Arquivos de inclusăo e bibliotecas para o desenvolvimento em C++
> -Summary(tr): C++ ile program geliţtirmek için gerekli dosyalar
> -License: GPL v2+ with free software exception
> -Group: Development/Libraries
> -Requires: %{name}-c++ = %{epoch}:%{version}-%{release}
> -Requires: libstdc++ = %{epoch}:%{version}-%{release}
> -Requires: glibc-devel
> -Obsoletes: libg++-devel
> -Obsoletes: libstdc++3-devel
> -
> -%description -n libstdc++-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++-devel -l es
> -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++-devel -l pl
> -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++-devel -l pt_BR
> -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): Biblioteca estándar estática de C++
> -Summary(pl): Statyczna biblioteka standardowa C++
> -License: GPL v2+ with free software exception
> -Group: Development/Libraries
> -Requires: libstdc++-devel = %{epoch}:%{version}-%{release}
> -
> -%description -n libstdc++-static
> -Static C++ standard library.
> -
> -%description -n libstdc++-static -l es
> -Biblioteca estándar estática de C++.
> -
> -%description -n libstdc++-static -l pl
> -Statyczna biblioteka standardowa C++.
> -
> -%package fortran
> -Summary: Fortran 95 support for gcc
> -Summary(es): Soporte de Fortran 95 para gcc
> -Summary(pl): Obsługa Fortranu 95 dla gcc
> -Summary(pt_BR): Suporte Fortran 95 para o GCC
> -Group: Development/Languages/Fortran
> -Requires: libgfortran = %{epoch}:%{version}-%{release}
> -Provides: gcc-g77 = %{epoch}:%{version}-%{release}
> -Obsoletes: egcs-g77
> -Obsoletes: gcc-g77
> -
> -%description fortran
> -This package adds support for compiling Fortran 95 programs with the
> -GNU compiler.
> -
> -%description fortran -l es
> -Este paquete ańade soporte para compilar programas escritos en Fortran
> -95 con el compilador GNU.
> -
> -%description fortran -l pl
> -Ten pakiet dodaje obsługę Fortranu 95 do kompilatora gcc. Jest
> -potrzebny do kompilowania programów pisanych w języku Fortran 95.
> -
> -%description fortran -l pt_BR
> -Suporte Fortran 95 para o GCC.
> -
> -%package -n libgfortran
> -Summary: Fortran 95 Libraries
> -Summary(es): Bibliotecas de Fortran 95
> -Summary(pl): Biblioteki Fortranu 95
> -License: LGPL v2+
> -Group: Libraries
> -Obsoletes: libg2c
> -
> -%description -n libgfortran
> -Fortran 95 Libraries.
> -
> -%description -n libgfortran -l es
> -Bibliotecas de Fortran 95.
> -
> -%description -n libgfortran -l pl
> -Biblioteki Fortranu 95.
> -
> -%package -n libgfortran-static
> -Summary: Static Fortran 95 Libraries
> -Summary(es): Bibliotecas estáticas de Fortran 95
> -Summary(pl): 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
> -Bibliotecas estáticas de Fortran 95.
> -
> -%description -n libgfortran-static -l pl
> -Statyczne biblioteki Fortranu 95.
> -
> -%package java
> -Summary: Java support for gcc
> -Summary(es): Soporte de Java para gcc
> -Summary(pl): Obsługa Javy dla gcc
> -Group: Development/Languages/Java
> -Requires: %{name} = %{epoch}:%{version}-%{release}
> -Requires: libgcj-devel = %{epoch}:%{version}-%{release}
> -Provides: gcj = %{epoch}:%{version}-%{release}
> -Provides: gcc-java-tools
> -Obsoletes: fastjar
> -Obsoletes: gcc-java-tools
> -
> -%description java
> -This package adds experimental support for compiling Java(TM) programs
> -and bytecode into native code. To use this you will also need the
> -libgcj package.
> -
> -%description java -l es
> -Este paquete ańade soporte experimental para compilar programas
> -Java(tm) y su bytecode en código nativo. Para usarlo también va a
> -necesitar el paquete libgcj.
> -
> -%description java -l pl
> -Ten pakiet dodaje możliwość kompilowania programów w języku Java(TM)
> -oraz bajtkodu do kodu natywnego. Do używania go wymagany jest
> -dodatkowo pakiet libgcj.
> -
> -%package -n libgcj
> -Summary: Java Class Libraries
> -Summary(es): Bibliotecas de clases de Java
> -Summary(pl): Biblioteki Klas Javy
> -License: GPL with limited linking exception
> -Group: Libraries
> -Obsoletes: libgcj3
> -
> -%description -n libgcj
> -Java Class Libraries.
> -
> -%description -n libgcj -l es
> -Bibliotecas de clases de Java.
> -
> -%description -n libgcj -l pl
> -Biblioteki Klas Javy.
> -
> -%package -n libgcj-devel
> -Summary: Development files for Java Class Libraries
> -Summary(es): Ficheros de desarrollo para las bibliotecas de clases de Java
> -Summary(pl): Pliki nagłówkowe dla Bibliotek Klas Javy
> -License: GPL with limited linking exception
> -Group: Development/Libraries
> -Requires: libgcj = %{epoch}:%{version}-%{release}
> -Requires: zlib-devel
> -Obsoletes: libgcj3-devel
> -
> -%description -n libgcj-devel
> -Development files for Java Class Libraries.
> -
> -%description -n libgcj-devel -l es
> -Ficheros de desarrollo para las bibliotecas de clases de Java.
> -
> -%description -n libgcj-devel -l pl
> -Pliki nagłówkowe dla Bibliotek Klas Javy.
> -
> -%package -n libgcj-static
> -Summary: Static Java Class Libraries
> <<Diff was trimmed, longer than 597 lines>>
>
Czyżbym doczekał się cudu ? W Ac będzie gcc 4.1.1 ? Czy tylko w "Twoim
Ac" tak będzie ?
Więcej informacji o liście dyskusyjnej pld-devel-pl