![](https://seccdn.libravatar.org/avatar/5b748275c3dbb1ceee18ed554486547d.jpg?s=120&d=mm&r=g)
18 Mar
2014
18 Mar
'14
16:50
On Tuesday 2014-03-18 16:48, Robert Schweikert wrote:
Hi,
Working on a package that creates a -doc package and includes the files in docdir via:
%files doc %defattr(-,root,root) %doc %{docdir}
I'd like to get the LICENSE file from the source into the main package via
%files %doc LICENSE
But when I do this I get complaints about the doc files being packaged twice.
How do I solve this puzzle?
Drop the %doc before %{docdir}. -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org