[Bug 572512] Review Request: gluegen - Java/JNI glue code generator to call out to ANSI C

bugzilla at redhat.com bugzilla at redhat.com
Wed May 5 09:37:47 UTC 2010


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 at 163.com> 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.



More information about the package-review mailing list