Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=572512 --- Comment #67 from Chen Lei <supercyper@xxxxxxx> 2010-05-05 05:37:44 EDT --- Some fix needed for gluegen: 1. version and release issue 2. Jni load patch 3. optflags issue export PATH=%{_builddir}/%{name}:$PATH cat << EOF > gcc #!/bin/sh %{_bindir}/gcc %{optflags} "\$@" EOF chmod +x gcc I think debug-on.patch is not needed, since it pass -g argument to gcc 4. missing symbolic from *-x.y.z.jar to*.jar pushd ${RPM_BUILD_ROOT}%{_javadir} for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"` done popd -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review