This package is a set of helper utils for rpm building process.

See info in Russian at http://www.freesource.info/wiki/AltLinux/Razrabotchiku/SborkaPaketov

Examples:

rpmbb [-c] [-i] [-p] name.spec - build package
rpmbsh [-r] [-m] [-s] [-u] name.spec - build package in hasher [and (-s) sign its src.rpm]
rpmbs [-s] [-r] [-u] name.spec - make src.rpm [and (-s) sign package]
rpmbh [-r] name.spec - backport spec and build package for previous distro
rpmgs name.spec - download main source file for spec (works with any types)
rpmgp name  - download src.rpm for package 'name' or download source package 'name'
rpmgp -c name name.spec | package*rpm - check if the package is published in Sisyphus
rpmurl [-c -f] name.spec - open Url from spec in browser
rpmbugs [-qf ] name.spec | name - open buglist for package in browser
rpmcs name.spec - cleanup spec (foreign specs adoption helper)
rpmbph -M30 name.spec - backport package to M30 branch (default - M24)

-r - remote build
-m - send result by e-mail
-s - sign package and prepare to publish
-u - upload signed package

Please send any questions at lav@etersoft.ru

Vitaly Lipatov, 15 Oct 2005
