summaryrefslogtreecommitdiff
path: root/packaging/rpm/monkeysphere.spec
blob: 9e328375441615bc7b18ce48dfa2739edca69779 (plain)
  1. Namemonkeysphere
  2. Summary: use the OpenPGP web of trust to verify ssh connections
  3. Version: 0.22~pre
  4. Release: 1
  5. License: GPLv3
  6. Group: net
  7. URL: http://web.monkeysphere.info/
  8. Source: http://archive.monkeysphere.info/debian/pool/monkeysphere/m/monkeysphere/monkeysphere_%{version}.orig.tar.gz
  9. %description
  10. SSH key-based authentication is tried-and-true, but it lacks a true
  11. Public Key Infrastructure for key certification, revocation and
  12. expiration. Monkeysphere is a framework that uses the OpenPGP web of
  13. trust for these PKI functions. It can be used in both directions: for
  14. users to get validated host keys, and for hosts to authenticate users.
  15. Monkeysphere is free software released under the GNU General Public
  16. License (GPL).
  17. %prep
  18. %setup -q
  19. %build
  20. %{__make}
  21. %install
  22. %{__rm} -rf %{buildroot}
  23. Prefix=%{buildroot}/usr
  24. %makeinstall
  25. %clean
  26. %{__rm} -rf %{buildroot}
  27. %files
  28. %defattr(-, root, root, 0755)
  29. %changelog
  30. * Sat Nov 22 2008 -
  31. - Initial release.