]> git.pld-linux.org Git - packages/gcc4.git/blame - gcc4.spec
- updated info patch
[packages/gcc4.git] / gcc4.spec
CommitLineData
dfb16231
MM
1#
2# Conditional build:
37c9d066 3# _without_ada - build without ADA support
4# _without_java - build without Java support
5# _without_objc - build without objc support
15a08bf6 6
4d731597 7%define DASHED_SNAP %{nil}
dfb16231 8%define SNAP %(echo %{DASHED_SNAP} | sed -e "s#-##g")
c2b1ee30 9%define GCC_VERSION 3.3
47591a74 10%define KSI_VERSION 1.1.0.1567
dfb16231 11
791afd2c 12Summary: GNU C Compiler
13Summary(pl): Kompilator C GNU
14Summary(pt_BR): C Compilador GNU (GCC)
8774fb0d 15Name: gcc
dfb16231 16Version: %{GCC_VERSION}
8cf7433f 17Release: 0.4
791afd2c 18Epoch: 5
425de718 19License: GPL
8774fb0d 20Group: Development/Languages
4d731597 21Source0: ftp://gcc.gnu.org/pub/gcc/releases/gcc-%{GCC_VERSION}/%{name}-%{GCC_VERSION}.tar.bz2
dfb16231 22Source1: ftp://ftp.pld.org.pl/people/malekith/ksi/ksi-%{KSI_VERSION}.tar.gz
f3ab819d 23Source2: %{name}-non-english-man-pages.tar.bz2
6e0ff186 24Patch0: %{name}-info.patch
dfb16231 25Patch1: %{name}-paths.patch
dfb16231 26Patch4: %{name}-nolocalefiles.patch
6e0ff186 27Patch6: %{name}-ada-link-new-libgnat.patch
dfb16231 28# -- stolen patches from RH --
082c5e23 29Patch10: gcc32-ada-link.patch
dfb16231
MM
30Patch16: gcc32-boehm-gc-libs.patch
31Patch17: gcc32-bogus-inline.patch
32Patch18: gcc32-c++-nrv-test.patch
0c96e820 33Patch20: gcc32-c++-tsubst-asm.patch
0c96e820 34Patch22: gcc32-debug-pr7241.patch
bee90fd7 35
0c96e820 36Patch24: gcc32-duplicate-decl.patch
9c51a3ac 37Patch25: gcc32-dwarf2-pr6381.patch
0c96e820 38Patch26: gcc32-dwarf2-pr6436-test.patch
9c51a3ac 39Patch27: gcc32-fde-merge-compat.patch
69b140b6 40
9c51a3ac 41Patch32: gcc32-i386-memtest-test.patch
9c51a3ac 42Patch36: gcc32-inline-label.patch
0c96e820 43Patch37: gcc32-java-no-rpath.patch
9c51a3ac 44Patch40: gcc32-test-rh65771.patch
45Patch41: gcc32-test-rotate.patch
f32f2f0d 46BuildRequires: autoconf
df0fb473 47BuildRequires: bison
dfb16231 48BuildRequires: fileutils >= 4.0.41
dfb16231
MM
49BuildRequires: gcc
50%{!?_without_ada:BuildRequires: gcc-ada}
f32f2f0d 51BuildRequires: glibc-devel >= 2.2.5-20
dfb16231 52BuildRequires: perl-devel
f32f2f0d
JB
53BuildRequires: texinfo >= 4.1
54BuildRequires: zlib-devel
d534ad6b 55BuildRequires: gettext-devel
dfb16231
MM
56Requires: binutils >= 2.12.90.0.4
57Requires: cpp = %{GCC_VERSION}
58Requires: libgcc = %{GCC_VERSION}
59Conflicts: glibc-devel < 2.2.5-20
425de718 60URL: http://gcc.gnu.org/
9cbbf67f 61BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
5daa5407 62
dfb16231
MM
63%define _slibdir /lib
64
5daa5407 65%description
8774fb0d
JR
66A compiler aimed at integrating all the optimizations and features
67necessary for a high-performance and stable development environment.
5daa5407 68
69%description -l pl
8774fb0d 70