# $Id: TODO,v 4.1 2012/09/10 19:51:11 ksb Exp $ Build the list of products from /usr/msrc with find /usr/msrc -name ITO.spec | xapply -f '...' - To build HTML files from the last of products: sed -e '1,/^%description/'d -e '/^%prep/,$d' %_gpgbin /usr/bin/gpg ---/snip-- be sure that the gpg_name above is a user for whom you have a key pair ( ala gpg --list-keys) run level2s you need to export your public key in plain text and import that into rpm to verify the packages gpg --export --armor > public.key.txt rpm --import public.key.txt -- ksb, Nov 2008