1 Star 0 Fork 22

雷炬 / perlporter

forked from openEuler / perlporter 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
README.md 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
晨东 提交于 2020-08-12 10:59 . update README.md.

perlporter

Description

perl pacaking automation tool

perlporter is derived from cpanspec tool, It helps to build perl modules to be rpm package automatically, It can be used to resolve the build dependencies of perl modules

Installation

Install below software before using this tool

  1. yum install cpan
  2. yum install perl

Preparation

Execute the following command to complete the system configuration

  1. sudo cpan
  2. install Archive::Tar
  3. install Archive::Zip
  4. install Text::Autoformat
  5. install Parse::CPAN::Packages

Instructions

perlporter is a tool to create spec file and create rpm for python modules For more details, please use perlporter -h

perlporter -s -b -d -o python-.spec

Contribution

  1. Fork the repository
  2. Create Feat_xxx branch
  3. Commit your code
  4. Create Pull Request

How to create a rpm file,Take perl-XXX as an example

  1. Create spec file: perlporter --spec XXX
  2. The root path for rpm build: perlporter --root XXX
  3. Build and Install rpm package: perlporter -B XXX
  4. For more detail: perlporter -h
1
https://gitee.com/lei_ju/perlporter.git
git@gitee.com:lei_ju/perlporter.git
lei_ju
perlporter
perlporter
master

搜索帮助