Comment # 8
from Pavel Zhukov
(In reply to comment #7)
> I found a few more small problems:
>
> You don't use chrpath, and indeed it doesn't seem to be needed, so the
> dependency on it should be removed.
Deleted
> Please use cp --preserve=timestamps in the makefile, or simply cp -a, to
> preserve the timestamps on installed source files and documents.
Replaced cp with ${CP} = /bin/cp -a
> %defattr is unnecessary with current RPM versions, but it's not forbidden so
> you can keep it if you want.
Removed
> I think AUTHORS should go in the base package. Information about who the
> authors are is logically connected with the license file.
Fixed
http://koji.fedoraproject.org/koji/taskinfo?taskID=4090332
Spec URL: http://landgraf.fedorapeople.org/packages/requested/aws/aws.spec