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=521983





--- Comment #12 from Dennis Gilmore <[email protected]>  2009-10-28 23:39:49 EDT 
---
you must own directories that you create. drop the * off of
%{_libdir}/%{name}/* in %files and you will own the directory and its contents.

no need to do the following making LICENSE as a %doc file in %files copies the
LICENSE file from the tarball

mkdir -p %{buildroot}%{_datadir}/doc/%{name}-%{version}/
mv %{buildroot}/opt/doc/LICENSE %{buildroot}%{_datadir}/doc/%{name}-%{version}/

-- 
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.

_______________________________________________
Fedora-package-review mailing list
[email protected]
http://www.redhat.com/mailman/listinfo/fedora-package-review

Reply via email to