You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
904 B

  1. Version: @VERSION@
  2. Release: @BUILD_NUMBER@
  3. %define __spec_install_post %{nil}
  4. %define debug_package %{nil}
  5. %define __os_install_post %{nil}
  6. Name: tendermint
  7. Summary: securely and consistently replicate an application on many machines
  8. License: Apache 2.0
  9. URL: https://tendermint.com/
  10. Packager: Greg Szabo
  11. %description
  12. Tendermint is software for securely and consistently replicating an application on many machines. By securely, we mean that Tendermint works even if up to 1/3 of machines fail in arbitrary ways. By consistently, we mean that every non-faulty machine sees the same transaction log and computes the same state.
  13. %prep
  14. # Nothing to do here. - It is done in the Makefile.
  15. %build
  16. # Nothing to do here.
  17. %install
  18. cd %{name}-%{version}-%{release}
  19. %{__cp} -a * %{buildroot}
  20. %files
  21. %{_bindir}/tendermint
  22. %dir %{_defaultlicensedir}/%{name}
  23. %doc %{_defaultlicensedir}/%{name}/LICENSE