/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

  1. AutoReqProv: no
  2. Buildroot: ${project.build.directory}/rpm-work/unzip
  3. Name: atlassian-plugin-sdk
  4. Version: RPMVERSION
  5. Release: 1
  6. Summary: Development kit to build Atlassian plugins
  7. License: Apache-2.0
  8. Group: misc
  9. %define _rpmdir ${project.build.directory}
  10. %define _rpmfilename %%{NAME}-RPMVERSION.noarch.rpm
  11. %define _unpackaged_files_terminate_build 0
  12. %post
  13. POSTINST
  14. %preun
  15. PRERM
  16. %postun
  17. POSTRM
  18. %description
  19. %clean
  20. echo "clean"
  21. %files
  22. "/"