]> git.pld-linux.org Git - packages/gcc.git/commitdiff
- rel 2; don't install libdir py files for now as ldconfig yells on this auto/th/gcc-4_5_0-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 16 Apr 2010 15:09:36 +0000 (15:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc.spec -> 1.611

gcc.spec

index 4524290946209d1eea69e50a306722130706b8f8..574902e7c89b9e99293fa4c9d2759eea993e47f9 100644 (file)
--- a/gcc.spec
+++ b/gcc.spec
@@ -71,7 +71,7 @@ Summary(pl.UTF-8):    Kolekcja kompilatorów GNU: kompilator C i pliki współdziel
 Summary(pt_BR.UTF-8):  Coleção dos compiladores GNU: o compilador C e arquivos compartilhados
 Name:          gcc
 Version:       %{major_ver}.%{minor_ver}
-Release:       1
+Release:       2
 Epoch:         6
 License:       GPL v3+
 Group:         Development/Languages
@@ -1669,6 +1669,9 @@ cat cpplib.lang >> gcc.lang
 install libstdc++-v3/include/precompiled/* $RPM_BUILD_ROOT%{_includedir}
 %endif
 
+# gdb stuff maybe?
+rm $RPM_BUILD_ROOT%{_libdir}/*.py
+
 # svn snap doesn't contain (release does) below files,
 # so let's create dummy entries to satisfy %%files.
 [ ! -f NEWS ] && touch NEWS
This page took 0.279447 seconds and 4 git commands to generate.