Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 544 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 544 Bytes

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.