]> git.pld-linux.org Git - packages/gcc4.git/commitdiff
- stack smashing protector patch updated.
authorPaweł Sikora <pluto@pld-linux.org>
Thu, 25 Nov 2004 17:14:36 +0000 (17:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  protect your system with ssp and/or libsafe.
- cleanups.
- release 2.

Changed files:
    gcc4.spec -> 1.257

gcc4.spec

index e5b643d43d4daa9cc431d5b067b95d7fd14edc8f..dc2a62a7f29690021f8fed800b4cf710683d1d75 100644 (file)
--- a/gcc4.spec
+++ b/gcc4.spec
@@ -7,7 +7,7 @@
 # Conditional build:
 %bcond_without ada             # build without ADA support
 %bcond_without java            # build without Java support
-%bcond_without objc            # build without objc support
+%bcond_without objc            # build without ObjC support
 %bcond_with    ssp             # build with stack-smashing protector support
 #
 Summary:       GNU Compiler Collection: the C compiler and shared files
@@ -16,7 +16,7 @@ Summary(pl):  Kolekcja kompilator
 Summary(pt_BR):        Coleção dos compiladores GNU: o compilador C e arquivos compartilhados
 Name:          gcc
 Version:       3.4.3
-Release:       1
+Release:       2
 Epoch:         5
 License:       GPL
 Group:         Development/Languages
@@ -730,11 +730,6 @@ for tgt in gnatlib-shared gnattools gnatlib; do
 done
 %endif
 
-# snapshot doesn't contain these files...
-[ -r "NEWS" ] || touch NEWS
-[ -r "gcc/f/BUGS" ] || touch gcc/f/BUGS
-[ -r "gcc/f/NEWS" ] || touch gcc/f/NEWS
-
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{/lib,%{_aclocaldir},%{_datadir},%{_infodir}}
This page took 0.116892 seconds and 4 git commands to generate.