pmerizor 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.
Homepage
Download
Recent Releases
2.1129 Jul 2022 08:06
minor feature:
- (internal) all global variables begin with upper case
- add rc files as config files
- (internal) rewrite set_default_values func
- (internal) remove unecessary code from set_option func
- makefile : use podchecker
- makefile : use rpmsign
- use rpmsign if available
- add run option, which allow modifiy specfile with a prog
- add show_config option
- add non-regression test script test_rpmerizor.pl
- change email from gerbier@users.sourceforge.net to eric.gerbier@tutanota.com
- change gpg key to F80D3B85029F2DACC6A8469A364644463D1079A1
- add batch option, to force batch mode
- fix perlcritic warnings
2.1009 Aug 2016 11:18
minor feature:
- change global variable name opt to Opt
- rename parse_otions sub into parse_options
- add info subroutine
- add warning subroutine
- allow edit_spec and spec_only options
- optionnal rc file (rpmerizorc)
- toggle options to allow overload rc file config
2.818 Mar 2016 13:31
minor feature:
change shebang to use /usr/bin/env