hi there is this problem with maven 3. i have a os 32bit %{_jnidir} point to /usr/lib64/java in /usr/share/maven/repository-jni if is possible edit maven spec file in this mode? or change the BuildArch value? %ifarch x86_64 %global bits 64 %else %global bits %{nil} %endif %global _jniarchdir /usr/lib%{bits}/java ..... ############################## # _libdir/java repository # ############################## install -dm 755 $RPM_BUILD_ROOT%{_datadir}/%{name}/repository-jni ln -s %{_jniarchdir} $RPM_BUILD_ROOT%{_datadir}/%{name}/repository-jni/JPP thanks
thanks a log for this bugreport. In fact the good fix was to remove the rpm as noarch as we depend of %_libdir.
Status: NEW => RESOLVEDCC: (none) => dmorganecResolution: (none) => FIXED
Source RPM: (none) => maven
Assignee: bugsquad => dmorganec