suse man page for check-binary-files

Query: check-binary-files

OS: suse

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

CHECK-BINARY-FILES(1)						   User Commands					     CHECK-BINARY-FILES(1)

NAME
check-binary-files - check if the archive doesn't contain a third party binaries (JARs)
SYNOPSIS
check-binary-files -f instructions_file [-a archive_file]
OPTIONS
-a Archive file on which actions will be performed, as opposed to current directory -f The instructions file to check against. -a Archive file on which actions will be performed, as opposed to current directory -f The instructions file to check against.
EXAMPLES
In %prep for the rpm spec, one would have: check-binary-files -f instructions -a abc-1-clean.tar.gz This ensures that the tarball is clean, and has nothing extra, or missing. The instruction file was generated using clean-binary-file(1).
SEE ALSO
Regular Manual Pages clean-binary-files(1), create-jar-links(1), jpackage-utils(7) Documentation Further reading should be found in clean-binary-files.txt located in your standard documentation directory. Original mail is here: https://www.zarb.org/pipermail/jpackage-discuss/2005-November/009158.html
AUTHOR
Written by Deepak Bhole
REPORTING BUGS
Report bugs using JPackage Bugzilla (http://www.jpackage.org/bugzilla/) check-binary-files (jpackage-utils) 1.7.5 February 2009 CHECK-BINARY-FILES(1)
Related Man Pages
md5sum(1) - redhat
check-symbols(1) - debian
rebuild-jar-repository(1) - centos
create-jar-links(1) - suse
archive::any(3pm) - debian
Similar Topics in the Unix Linux Community
check the file existance
How to know the Original size of the file without unzipping the File?
If condition to check one file newer than the other
Check if files inside a text file are found under a directory
Script to check the files existence inside a directory.