Skip to content

janikvonrotz/apache-artemis-rpm

Repository files navigation

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.