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=490462
--- Comment #9 from leigh scott leigh123linux@googlemail.com 2009-03-25 07:29:36 EDT --- Does the Makefile need to be included as a doc? and the files section is truncated.
%files %defattr(-,root,root) %{_bindir}/rpmorphan %{_bindir}/rpmusage.pl %{_bindir}/rpmusage %{_bindir}/rpmdep.pl %{_bindir}/rpmdep %{_bindir}/rpmduplicates.pl %{_bindir}/rpmduplicates %ghost %config(noreplace) %{_localstatedir}/log/rpmorphan.log %dir %{_localstatedir}/lib/rpmorphan %attr(644, root, root)%{_localstatedir}/lib/rpmorphan/keep %config(noreplace) %{_sysconfdir}/logrotate.d/rpmorphan %{_mandir}/man1/rpmorphan.1* %{_mandir}/man1/rpmusage.1* %{_mandir}/man1/rpmdep.1* %{_mandir}/man1/rpmduplicates.1* %doc rpmorphan.lsm %doc Authors %doc COPYING %doc Changelog %doc NEWS %doc Todo %doc Makefile %doc Readme %doc rpmorphanrc.sample
i.e
%files %defattr(-,root,root) %doc rpmorphan.lsm Authors COPYING Changelog NEWS Todo Readme rpmorphanrc.sample %{_bindir}/* %ghost %config(noreplace) %{_localstatedir}/log/rpmorphan.log %dir %{_localstatedir}/lib/rpmorphan %attr(644, root, root)%{_localstatedir}/lib/rpmorphan/keep %config(noreplace) %{_sysconfdir}/logrotate.d/rpmorphan %{_mandir}/man1/rpm*.1*