http://bugzilla.rpmfusion.org/show_bug.cgi?id=1153
--- Comment #3 from Andrea Musuruane <musuruan(a)gmail.com> 2010-11-29 10:40:24 ---
(In reply to comment #2)
5. Package uses docs at runtime! m2vmp2cut.pl and wrapper.sh look for
docs from
/usr/libexec/m2vmp2cut-0.79-dev/doc/ and they do not find them because you do
not install them.
$ /usr/libexec/m2vmp2cut-0.79-dev/bin/m2vmp2cut.pl --examples
cat: /usr/libexec/m2vmp2cut-0.79-dev/bin/../doc/Examples: No such file or
directory
$ /usr/libexec/m2vmp2cut-0.79-dev/bin/m2vmp2cut.pl --usage
/usr/libexec/m2vmp2cut-0.79-dev/bin/m2vmp2cut.pl: --usage: unknown or
incorrectly used option.
cat: /usr/libexec/m2vmp2cut-0.79-dev/bin/../doc/Usage: No such file or
directory
I don't know what would be a good place (or if libexec is fine) but certainly
not in %docdir because you can omit to install documentation. I'm gonna ask for
assistance in Fedora-packaging mailing list.
I had some replies form the Fedora-packaging mailing list. Libexecdir is a no
go because it should only contain executable called by main applications (that
sits in bindir). Docdir is not good either because you can omit to install docs
marked as %doc. The best option is to use usr/share/package_name.
--
Configure bugmail:
http://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.