Lines 2-8
Link Here
|
2 |
|
2 |
|
3 |
Name: gcc%gcc_branch |
3 |
Name: gcc%gcc_branch |
4 |
Version: 3.4.5 |
4 |
Version: 3.4.5 |
5 |
Release: alt2 |
5 |
Release: alt2.0.1 |
6 |
|
6 |
|
7 |
Summary: GNU Compiler Collection |
7 |
Summary: GNU Compiler Collection |
8 |
License: GPL |
8 |
License: GPL |
Lines 99-104
Link Here
|
99 |
Patch702: gcc34-alt-nowrap.patch |
99 |
Patch702: gcc34-alt-nowrap.patch |
100 |
Patch703: gcc34-alt-as-needed.patch |
100 |
Patch703: gcc34-alt-as-needed.patch |
101 |
|
101 |
|
|
|
102 |
# Local patches |
103 |
Patch800: gcc-34-alt-visibility_headers.patch |
104 |
|
102 |
Provides: gcc = %version-%release, %_bindir/%_target_platform-gcc, %_bindir/gcc |
105 |
Provides: gcc = %version-%release, %_bindir/%_target_platform-gcc, %_bindir/gcc |
103 |
Obsoletes: egcs, gcc3.0, gcc3.1 |
106 |
Obsoletes: egcs, gcc3.0, gcc3.1 |
104 |
Conflicts: glibc-devel < 2.2.6 |
107 |
Conflicts: glibc-devel < 2.2.6 |
Lines 111-116
Link Here
|
111 |
|
114 |
|
112 |
BuildPreReq: rpm-build >= 4.0.4-alt39, %alternatives_deps, %binutils_deps |
115 |
BuildPreReq: rpm-build >= 4.0.4-alt39, %alternatives_deps, %binutils_deps |
113 |
BuildPreReq: coreutils, flex, zlib-devel, glibc-devel-static |
116 |
BuildPreReq: coreutils, flex, zlib-devel, glibc-devel-static |
|
|
117 |
BuildPreReq: make >= 3.81beta3 |
114 |
%{?_with_objc:%{?_enable_objc_gc:BuildPreReq: libgc-devel}} |
118 |
%{?_with_objc:%{?_enable_objc_gc:BuildPreReq: libgc-devel}} |
115 |
%{?_with_java:BuildPreReq: imake libXt-devel libart_lgpl-devel libgtk+2-devel libltdl-devel xorg-cf-files} |
119 |
%{?_with_java:BuildPreReq: imake libXt-devel libart_lgpl-devel libgtk+2-devel libltdl-devel xorg-cf-files} |
116 |
%{?_with_ada:BuildPreReq: gcc%gcc_branch-gnat} |
120 |
%{?_with_ada:BuildPreReq: gcc%gcc_branch-gnat} |
Lines 736-741
Link Here
|
736 |
%patch702 -p1 |
740 |
%patch702 -p1 |
737 |
%patch703 -p1 |
741 |
%patch703 -p1 |
738 |
|
742 |
|
|
|
743 |
%patch800 -p1 |
744 |
|
739 |
find -type f -name \*.orig -delete -print |
745 |
find -type f -name \*.orig -delete -print |
740 |
|
746 |
|
741 |
# Set proper version & contact info. |
747 |
# Set proper version & contact info. |
Lines 1488-1493
Link Here
|
1488 |
%endif #with_pdf |
1494 |
%endif #with_pdf |
1489 |
|
1495 |
|
1490 |
%changelog |
1496 |
%changelog |
|
|
1497 |
* Fri Mar 10 2006 Alexey Morozov <almorozov@altlinux.org> 3.4.5-alt2.0.1 |
1498 |
- NMU: Added alt-visibility_headers patch for proper support of -fvisibility |
1499 |
|
1491 |
* Thu Mar 09 2006 Dmitry V. Levin <ldv@altlinux.org> 3.4.5-alt2 |
1500 |
* Thu Mar 09 2006 Dmitry V. Levin <ldv@altlinux.org> 3.4.5-alt2 |
1492 |
- Relocated ffitarget.h (#9213). |
1501 |
- Relocated ffitarget.h (#9213). |
1493 |
|
1502 |
|