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=539912 --- Comment #4 from Sandro Mathys <sm@xxxxxxxxxxxxxxxx> 2009-11-29 06:38:54 EDT --- I see all I asked for is done but the legibility somewhat suffered from this. Creating the correct symlinks is much easier than you think. Instead of: pushd . cd $RPM_BUILD_ROOT%{_javadir} ln -s %{name}-%{version}.jar %{name}.jar popd Simply do: ln -s %{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}.jar This will have the very same result. Still, if you prefer your way of creating the symlink at least replace: pushd . cd $RPM_BUILD_ROOT%{_javadir} With: pushd $RPM_BUILD_ROOT%{_javadir} That will result in the same thing (i.e. popd bringing you back to where you were). Of course, all of the above also goes for the javadoc stuff. We should finally be ready for approval after those changes. -- 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. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review