File ooRexx-rpmlintrc of Package ooRexx
# files required for the ooRexx runtime, they are not C sources
addFilter("devel-file-in-non-devel-package.*/usr/lib.*")
# this is not a script, just a readme
addFilter("script-without-shebang.*/readme.*")
# these are REXX class files, not standalone scripts. The interpreter looks for them in /usr/bin. Don't ask.
addFilter("script-without-shebang.*/streamsocket.cls.*")
addFilter("script-without-shebang.*/rxftp.cls.*")
addFilter("script-without-shebang.*/socket.cls.*")
addFilter("script-without-shebang.*/smtp.cls.*")
addFilter("script-without-shebang.*/mime.cls.*")
addFilter("script-without-shebang.*/csvStream.cls.*")
addFilter("script-without-shebang.*/rxregexp.cls.*")
# cannot take out the current date from the .so for historical reasons,
# as one of the fields returned by the command 'PARSE VERSION' is the
# interpreter's build date.
#
# see: http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IKJ3A320/3.14?SHELF=IKJOSE20&DT=20000113164209 for reference.
addFilter("file-contains-current-date.*/librexx.so.*")