Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/janikvonrotz/apache-artemis-rpm
Build an rpm for Apache Artemis from tarball.
https://github.com/janikvonrotz/apache-artemis-rpm
activemq activemq-artemis gradle rpm rpm-packages
Last synced: 3 days ago
JSON representation
Build an rpm for Apache Artemis from tarball.
- Host: GitHub
- URL: https://github.com/janikvonrotz/apache-artemis-rpm
- Owner: janikvonrotz
- Created: 2019-03-21T10:06:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-21T10:46:48.000Z (almost 6 years ago)
- Last Synced: 2024-11-21T09:37:53.746Z (2 months ago)
- Topics: activemq, activemq-artemis, gradle, rpm, rpm-packages
- Language: Shell
- Homepage: https://janikvonrotz.ch/2019/03/20/the-final-rpm-packaging-guide/
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Apache Artemis RPM
Build an rpm for Apache Artemis from tarball.
Blog post: [Janik von Rotz - The final rpm packaging guide](https://janikvonrotz.ch/2019/03/20/the-final-rpm-packaging-guide/)
## Requirements
[rpmbuild](https://rpm.org/) - 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.