rpm制作工具-rpmerizor
rpmerizor 是一个 Perl 脚本,用来通过简单的命令行参数和一些简单的问答即可完成 RPM 安装包的创建,在GPL协议下授权。Rpmerizor is a script that allows you to create an RPM package from installed files.
You simply have to specify files on the command line and answering a few interactive questions to fill rpm meta-data (package name, version ...).You can also use it in batch mode with command line options for meta-data.
最新版本:2.6
版本通过 rpmbuild status 增加对脚本的退出状态分析,新增一个 buildarch 选项用来处理 RPM 的体系,新增 rootdir 选项用来从 chrooted 目录构建 RPM 包。
项目主页:http://rpmerizor.sourceforge.net/