项目作者: janikvonrotz

项目描述 :
Build an rpm for Apache Artemis from tarball.
高级语言: Shell
项目地址: git://github.com/janikvonrotz/apache-artemis-rpm.git
创建时间: 2019-03-21T10:06:11Z
项目社区:https://github.com/janikvonrotz/apache-artemis-rpm

开源协议:

下载


Apache Artemis RPM

Build an rpm for Apache Artemis from tarball.

Blog post: Janik von Rotz - The final rpm packaging guide

Requirements

rpmbuild - Utility to build rpms.

sudo yum install rpm-build

Gradle Tasks

createRpmbuildFolders
Creates the rpmbuild folder structure.

copyRpmbuild
Copies spec and build script into build folder.

rpmBuild
Runs the rpm build.

rpmDist
Copies rpm file into distribution folder.