OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 30-Jan-2006 19:36:21
Branch: HEAD Handle: 2006013018362100
Modified files:
openpkg-src/gcc gcc.spec
Log:
although share/java is not nice it is considered a shared directory
for various Java JAR files (from any package) by GCJ, so remove the
filesystem cleanup hack to get GCJ working out-of-the-box
Summary:
Revision Changes Path
1.123 +1 -5 openpkg-src/gcc/gcc.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gcc/gcc.spec
============================================================================
$ cvs diff -u -r1.122 -r1.123 gcc.spec
--- openpkg-src/gcc/gcc.spec 1 Jan 2006 13:13:46 -0000 1.122
+++ openpkg-src/gcc/gcc.spec 30 Jan 2006 18:36:21 -0000 1.123
@@ -37,7 +37,7 @@
Group: Compiler
License: GPL
Version: %{V_full}
-Release: 20050929
+Release: 20060130
# package options
%option with_cxx yes
@@ -274,10 +274,6 @@
mv $RPM_BUILD_ROOT%{l_prefix}/${triple}/include/* \
$RPM_BUILD_ROOT%{l_prefix}/lib/gcc%{V_comp}/${triple}/[0-9]*/include/
\
>/dev/null 2>&1 || true
-%if "%{with_java}" == "yes"
- mv $RPM_BUILD_ROOT%{l_prefix}/share/java \
- $RPM_BUILD_ROOT%{l_prefix}/share/gcc
-%endif
# strip installation tree
rm -rf $RPM_BUILD_ROOT%{l_prefix}/${triple}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]