summaryrefslogtreecommitdiff
path: root/packaging/rpm/monkeysphere.spec
blob: 87c9d5f173d8ccbe464fb8eacfe23598e782e6e1 (plain)
  1. Namemonkeysphere
  2. Summary: Use the OpenPGP web of trust to verify ssh connections
  3. Version: 0.29
  4. Release: 1
  5. License: GPLv3+
  6. Group: Applications/Internet
  7. URL: http://web.monkeysphere.info/
  8. Source: http://archive.monkeysphere.info/debian/pool/monkeysphere/m/monkeysphere/monkeysphere_%{version}.orig.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
  10. Requires: gnupg
  11. Requires: openssh-clients
  12. %description
  13. SSH key-based authentication is tried-and-true, but it lacks a true
  14. Public Key Infrastructure for key certification, revocation and
  15. expiration. Monkeysphere is a framework that uses the OpenPGP web of
  16. trust for these PKI functions. It can be used in both directions: for
  17. users to get validated host keys, and for hosts to authenticate users.
  18. %prep
  19. %setup -q
  20. %build
  21. %{__make} %{?_smp_mflags}
  22. %install
  23. %{__rm} -rf %{buildroot}
  24. make DESTDIR=%{buildroot} install
  25. %clean
  26. %{__rm} -rf %{buildroot}
  27. %files
  28. %defattr(-, root, root, 0755)
  29. %config(noreplace) %{_sysconfdir}/monkeysphere/monkeysphere-authentication.conf
  30. %config(noreplace) %{_sysconfdir}/monkeysphere/monkeysphere-host.conf
  31. %config(noreplace) %{_sysconfdir}/monkeysphere/monkeysphere.conf
  32. %{_bindir}/monkeysphere
  33. %{_bindir}/openpgp2ssh
  34. %{_bindir}/pem2openpgp
  35. %{_sbindir}/monkeysphere-authentication
  36. %{_sbindir}/monkeysphere-host
  37. %doc %{_docdir}/monkeysphere/Changelog
  38. %doc %{_docdir}/monkeysphere/MonkeySpec
  39. %doc %{_docdir}/monkeysphere/TODO
  40. %doc %{_docdir}/monkeysphere/getting-started-admin.mdwn
  41. %doc %{_docdir}/monkeysphere/getting-started-user.mdwn
  42. %{_mandir}/man1/*
  43. %{_mandir}/man7/*
  44. %{_mandir}/man8/*
  45. %{_datadir}/monkeysphere/*
  46. %changelog
  47. * Tue Mar 30 2010 Bernie Innocenti <bernie@codewiz.org> - 0.28
  48. - Update to 0.28.
  49. - Various fixes for Fedora.
  50. * Sat Nov 22 2008 Anonymous Coward <anonymous@example.com> - 0.22
  51. - Initial release.