Re: A good idea from Ville about docdirs

David Walluck <[email protected]> Thu, 08 Aug 2013 17:53:36 -0400
Newsgroups gmane.linux.jpackage.general
Message-ID <[email protected]>
On 08/08/2013 04:09 PM, Fernando Nasser wrote:
> Summarizing, javadocs from xxx would go under xxx
> 
> If and only if we have a xxx2 or something, that one would install under xxx-%{version} instead
> 
> We may or may not add the macro (to jpp-utils?) but the change to the default installation alone makes lots of sense.

I have already tried to do this in some packages---with the jars also.

The real files are kept with their upstream versioned names, and the
symlinks are the only thing renamed so as to not conflict with another
package.

Obviously, versioned names do not need to be changed in order to avoid a
file conflict so they can be treated the same as upstream.

By the way, I think that in Fedora's case they don't use symlinks at
all. For the jars and javadoc dir it's unversioned names only. In this
case, he is probably suggesting a versioned name only (with no
unversioned symlink).