[Bug 539912] Review Request: javacsv - Stream-based Java library for reading and writing CSV and other delimited data

bugzilla at redhat.com bugzilla at redhat.com
Sun Nov 29 11:38:56 UTC 2009


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 at sandro-mathys.ch>  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.




More information about the Fedora-package-review mailing list