SPECS: gcc.spec - BR:zip, install fixes, TODO added.
pluto
pluto at pld-linux.org
Thu Mar 23 20:27:19 CET 2006
Author: pluto Date: Thu Mar 23 19:27:19 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- BR:zip, install fixes, TODO added.
---- Files affected:
SPECS:
gcc.spec (1.398 -> 1.399)
---- Diffs:
================================================================
Index: SPECS/gcc.spec
diff -u SPECS/gcc.spec:1.398 SPECS/gcc.spec:1.399
--- SPECS/gcc.spec:1.398 Wed Mar 22 21:46:40 2006
+++ SPECS/gcc.spec Thu Mar 23 20:27:13 2006
@@ -1,5 +1,28 @@
# $Revision$, $Date$
#
+# TODO:
+# /usr/include/omp.h
+# <multilib>
+# /usr/lib/libgcc-math.a
+# /usr/lib/libgcc-math.la
+# /usr/lib/libgcc-math.so.0.0.0
+# /usr/lib/libgomp.a
+# /usr/lib/libgomp.la
+# /usr/lib/libgomp.so.1.0.0
+# </multilib>
+# /usr/lib/libgomp.spec
+# /usr/lib64/classpath/libxmlj.la
+# /usr/lib64/classpath/libxmlj.so.0.0.0
+# /usr/lib64/gcc/x86_64-pld-linux/4.2.0/finclude/omp_lib.f90
+# /usr/lib64/gcc/x86_64-pld-linux/4.2.0/finclude/omp_lib.h
+# /usr/lib64/gcc/x86_64-pld-linux/4.2.0/finclude/omp_lib.mod
+# /usr/lib64/gcc/x86_64-pld-linux/4.2.0/finclude/omp_lib_kinds.mod
+# /usr/lib64/libgomp.a
+# /usr/lib64/libgomp.la
+# /usr/lib64/libgomp.so.1.0.0
+# /usr/lib64/libgomp.spec
+# /usr/share/classpath/tools/tools.zip
+#
# Conditional build:
%bcond_without ada # build without ADA support
%bcond_without cxx # build without C++ support
@@ -35,7 +58,7 @@
Summary(pt_BR): Coleçăo dos compiladores GNU: o compilador C e arquivos compartilhados
Name: gcc
Version: 4.2.0
-%define _snap 20060322r112281
+%define _snap 20060323r112317
Release: 0.%{_snap}.1
#Release: 2
Epoch: 5
@@ -45,7 +68,7 @@
#Source0: ftp://gcc.gnu.org/pub/gcc/releases/gcc-%{version}/%{name}-%{version}.tar.bz2
#Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/4.1-%{_snap}/gcc-4.1-%{_snap}.tar.bz2
Source0: gcc-4.2-%{_snap}.tar.bz2
-# Source0-md5: 45080a202537aaf0347c04dd1c0be73f
+# Source0-md5: 96474977fd6ef96d75f8747525b6512e
Source1: %{name}-optimize-la.pl
Patch0: %{name}-info.patch
Patch1: %{name}-nolocalefiles.patch
@@ -113,6 +136,7 @@
BuildRequires: pkgconfig
BuildRequires: qt4-build
BuildRequires: xorg-lib-libXtst-devel
+BuildRequires: zip
%endif
# AS_NEEDED directive for dynamic linker
# http://sources.redhat.com/ml/glibc-cvs/2005-q1/msg00614.html
@@ -901,6 +925,8 @@
cp -f libffi/LICENSE java-doc/LICENSE.libffi
ln -sf %{_javadir}/libgcj-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/libgcj.jar
rm -f $RPM_BUILD_ROOT%{_libdir}/classpath/libgjs*.la
+# tools.zip sources
+rm -rf $RPM_BUILD_ROOT%{_datadir}/classpath/tools/gnu
%endif
%if %{with objc}
cp -f libobjc/README gcc/objc/README.libobjc
@@ -908,7 +934,7 @@
# avoid -L poisoning in *.la - there should be only -L%{_libdir}/gcc/*/%{version}
# normalize libdir, to avoid propagation of unnecessary RPATHs by libtool
-for f in libmudflap.la libmudflapth.la libssp.la \
+for f in libgomp.la libmudflap.la libmudflapth.la libssp.la \
%{?with_cxx:libstdc++.la libsupc++.la} \
%{?with_fortran:libgfortran.la libgfortranbegin.la} \
%{?with_java:libgcj.la libffi.la} \
@@ -918,7 +944,7 @@
mv $RPM_BUILD_ROOT%{_libdir}/$f{.fixed,}
done
%if %{with multilib}
-for f in libmudflap.la libmudflapth.la libssp.la \
+for f in libgcc-math.la libgomp.la libmudflap.la libmudflapth.la libssp.la \
%{?with_cxx:libstdc++.la libsupc++.la} \
%{?with_fortran:libgfortran.la libgfortranbegin.la} \
%{?with_objc:libobjc.la};
@@ -1360,6 +1386,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.399 2006/03/23 19:27:13 pluto
+- BR:zip, install fixes, TODO added.
+
Revision 1.398 2006/03/22 20:46:40 agaran
- commit for pluto, testing if it will lock for me too
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/gcc.spec?r1=1.398&r2=1.399&f=u
More information about the pld-cvs-commit
mailing list