]> git.pld-linux.org Git - packages/gcc4.git/commitdiff
- epoch 5; release 1
authorMichal Moskal <michal@moskal.me>
Fri, 22 Nov 2002 14:26:01 +0000 (14:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added (PLD Linux) to gcc --version output (this is required since we
  distributed modified version of gcc)

Changed files:
    gcc4.spec -> 1.123

gcc4.spec

index 174cd2779b5f00880c0c90bb644ca2d829d93b17..4793e5f69a9a45a14a19e0806aca93a5afebe9a0 100644 (file)
--- a/gcc4.spec
+++ b/gcc4.spec
@@ -7,13 +7,13 @@
 %define                SNAP            %(echo %{DASHED_SNAP} | sed -e "s#-##g")
 %define                GCC_VERSION     3.2.1
 %define                KSI_VERSION     pre55
-%define                EPOCH           4
+%define                EPOCH           5
 
 Summary:       GNU Compiler Collection
 Summary(pl):   Kolekcja kompilatorów GNU
 Name:          gcc
 Version:       %{GCC_VERSION}
-Release:       0.9
+Release:       1
 Epoch:         %{EPOCH}
 License:       GPL
 Group:         Development/Languages
@@ -544,6 +544,8 @@ mv ksi-%{KSI_VERSION} gcc/ksi
 
 %patch6 -p1
 
+perl -p -i -e 's/";/ (PLD Linux)";/' gcc/version.c
+
 %build
 # cd gcc && autoconf; cd ..
 # autoconf is not needed!
This page took 0.097069 seconds and 4 git commands to generate.