https://bugzilla.rpmfusion.org/show_bug.cgi?id=2531
--- Comment #4 from Antonio <anto.trande(a)gmail.com> 2012-10-19 12:29:53 CEST ---
(In reply to comment #3)
OK. Just a few more comments.
* Use %doc for the documentation [1];
* You still should own the directory %{_datadir}/%{name} [2]. You can do it by
adding this line at the %files section:
%dir %{_datadir}/%{name}
or you can own this directory and all files and directories inside it:
%{_datadir}/%{name}
If I understood fine, I must include %doc files in a '-doc' package ...
--
Configure bugmail:
https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.