Package consisting of text files that ARE platform dependent and therefore can NOT go into a noarch package.
How the smurf do I stop the debuginfo package from being created?
At the top of the spec file I've tried:
%define _enable_debug_packages %{nil}
%define __debug_package %{nil}
%define debug_package %{nil}
but it keeps building a completely worthless debug package.
I'm fairly sure one of those three did it back in fc2 days.
I know if I edit /usr/lib/rpm/rpmrc and remove /usr/lib/rpm/redhat/macros from the macro path debuginfo packages are not built - so it is something in that macro file, I just can't figure out what the bleep shuts it off for a single package build.