Name: keychain Summary: Agent manager for OpenSSH, ssh.com, Sun SSH, and GnuPG Version: 2.5.4.1 Release: 1%{?dist} License: GPL Group: Applications/Internet URL: http://www.gentoo.org/proj/en/keychain/ Source0: %{name}-%{version}.tar.bz2 BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description Keychain is a manager for OpenSSH, ssh.com, Sun SSH and GnuPG agents. It acts as a front-end to the agents, allowing you to easily have one long-running agent process per system, rather than per login session. This dramatically reduces the number of times you need to enter your passphrase from once per new login session to once every time your local machine is rebooted. %prep %setup -q %install rm -rf %{buildroot} mkdir -p %{buildroot}/%{_bindir} %{buildroot}/%{_mandir}/man1 install -m 755 keychain %{buildroot}/%{_bindir}/keychain install -m 644 keychain.1 %{buildroot}/%{_mandir}/man1 %clean rm -rf %{buildroot} %files %defattr(644,root,root,755) %doc COPYING README ChangeLog keychain.pod %doc %{_mandir}/man1/keychain.1.gz %defattr(-,root,root) %{_bindir}/keychain %changelog * Sun Jul 11 2005 Alexander Dalloz - 2.5.4.1-1 - Initial build, based on upstream .spec by Aron Griffis.