[Bug 168185] Review Request: z88dk - Z80 cross compiler

bugzilla at redhat.com bugzilla at redhat.com
Mon Oct 17 15:26:29 UTC 2005


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: z88dk - Z80 cross compiler


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=168185





------- Additional Comments From paul at city-fan.org  2005-10-17 11:26 EST -------
You can get rid of all rpmlint warnings except the
devel-file-in-non-devel-package ones) by adding the following to %prep:

/usr/bin/find doc examples src -type f -exec %{__sed} -i -e 's/\r*$//' {} \;
/usr/bin/find doc examples src -type f -exec %{__chmod} 644 {} \;

The rpmlint warnings about devel-file-in-non-devel-package can IMHO be ignored
because they are all warnings about header files that are directly used by the
compiler itself, much like the header files included in the regular gcc package.

There are also some duplicate files amongst the examples (e.g.
/usr/share/doc/z88dk-1.6/examples/z88/dstar.h &
/usr/share/doc/z88dk-1.6/examples/z88/app/dstar.h); replacing the duplicates
with symlinks would only save around 100k in the target filesystem so I'm not
convinced it's worth the hassle of doing this (unless someone knows of a symlink
equivalent of the "/usr/sbin/hardlink" program, which would make it easy).

I'll do a proper review after some working URLs are posted for Bug 166960 so
that I can try out the compiler for myself.


-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the fedora-extras-list mailing list