Name: keychain Summary: keychain - ssh-agent manager for OpenSSH and commercial SSH2 Version: 2.3.5 Release: 1.mv.0.SuSE9.2 Packager: Martin Väth URL: http://www.gentoo.org/proj/en/keychain/index.xml Source0: %{name}-%{version}.tar.bz2 License: GPL v2 Group: Productivity/Security BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build Prefix: %{_prefix} %description Keychain is an extremely handy OpenSSH and commercial SSH2-compatible RSA/DSA key management application. It acts as a front-end to ssh-agent, allowing you to easily have one long-running ssh-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 umask 022 test -n '%{buildroot}' || { echo "Must use buildroot" ; exit 1 ; } %setup -c test -d %{name}-%{version} && mv %{name}-%{version}/* . test -d %{name} && mv %{name}/* . %build %install umask 022 cd "$RPM_BUILD_DIR"/%{name}-%{version} test -n '%{buildroot}' test -d '%{buildroot}' && rm -rf '%{buildroot}' install -d -m 755 '%{buildroot}%{_bindir}' install -d -m 755 '%{buildroot}%{_mandir}/man1' install -p -m 755 keychain '%{buildroot}%{_bindir}/keychain' install -p -m 644 keychain.1 '%{buildroot}%{_mandir}/man1' gzip -9f '%{buildroot}%{_mandir}'/man*/* %clean test -n '%{buildroot}' -a -d '%{buildroot}' && rm -rf '%{buildroot}' %files %defattr(-,root,root) %{_bindir}/* %{_mandir}/man*/* %doc ChangeLog COPYING keychain.pod README %changelog * Sun Aug 22 2004 Martin Väth - changed for SuSE * Thu Jul 29 2004 Aron Griffis - build from scratch