/sdk-installer/src/main/rpm/atlassian-plugin-sdk.spec
https://bitbucket.org/mmeinhold/amps · Unknown · 34 lines · 22 code · 12 blank · 0 comment · 0 complexity · 062057638fc4b5391ee83e285ce99434 MD5 · raw file
- AutoReqProv: no
- Buildroot: ${project.build.directory}/rpm-work/unzip
- Name: atlassian-plugin-sdk
- Version: RPMVERSION
- Release: 1
- Summary: Development kit to build Atlassian plugins
- License: Apache-2.0
- Group: misc
- %define _rpmdir ${project.build.directory}
- %define _rpmfilename %%{NAME}-RPMVERSION.noarch.rpm
- %define _unpackaged_files_terminate_build 0
- %post
- POSTINST
- %preun
- PRERM
- %postun
- POSTRM
- %description
- %clean
- echo "clean"
- %files
- "/"