cpan-dependency icon indicating copy to clipboard operation
cpan-dependency copied to clipboard

Create RPM packages of CPAN modules with solving dependency

  • How to install

Following CPAN modules are required.

  • CPANPLUS
  • RPM::Specfile
  • How to use

To create a rpm of Linux::Smaps

bin/cpan-dependency.pl --conf=config/conf.yml Linux::Smaps

  • conf.yml

filter_requires .. Remove specified requires from the package. build_skip .. Skip to build the package. build_requires .. Build&Install specified packages before building the package. requires .. Add specified packages to the package's dependency.