packages: gcc/gcc.spec - trully release 3. - more TODO.

pluto pluto at pld-linux.org
Fri Apr 16 19:11:13 CEST 2010


Author: pluto                        Date: Fri Apr 16 17:11:14 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- trully release 3.
- more TODO.

---- Files affected:
packages/gcc:
   gcc.spec (1.612 -> 1.613) 

---- Diffs:

================================================================
Index: packages/gcc/gcc.spec
diff -u packages/gcc/gcc.spec:1.612 packages/gcc/gcc.spec:1.613
--- packages/gcc/gcc.spec:1.612	Fri Apr 16 19:02:36 2010
+++ packages/gcc/gcc.spec	Fri Apr 16 19:11:05 2010
@@ -13,6 +13,10 @@
 #   /usr/share/python/aotcompile.py
 #   /usr/share/python/classfile.py
 #
+# - thin about cooperate with (or drop some parts of) 'python-gdb' package which also contains:
+#   /usr/lib{,64}/libstdc++.so.6.0.*-gdb.py
+#   /usr/share/python2.6/site-packages/libstdcxx
+#
 # Conditional build:
 %bcond_without	ada		# build without ADA support
 %bcond_without	cxx		# build without C++ support
@@ -72,7 +76,7 @@
 Summary(pt_BR.UTF-8):	Coleção dos compiladores GNU: o compilador C e arquivos compartilhados
 Name:		gcc
 Version:	%{major_ver}.%{minor_ver}
-Release:	2
+Release:	3
 Epoch:		6
 License:	GPL v3+
 Group:		Development/Languages
@@ -1671,7 +1675,10 @@
 %endif
 
 # gdb stuff maybe?
-rm -f $RPM_BUILD_ROOT{%{_libdir32},%{_libdir}}/*.py
+rm $RPM_BUILD_ROOT%{_libdir}/*.py
+%if %{with multilib}
+rm $RPM_BUILD_ROOT%{_libdir32}/*.py
+%endif
 
 # svn snap doesn't contain (release does) below files,
 # so let's create dummy entries to satisfy %%files.
@@ -2312,6 +2319,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.613  2010/04/16 17:11:05  pluto
+- trully release 3.
+- more TODO.
+
 Revision 1.612  2010/04/16 17:02:36  arekm
 - rel 3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gcc/gcc.spec?r1=1.612&r2=1.613&f=u



More information about the pld-cvs-commit mailing list