File keychain.spec of Package keychain

#
# spec file for package keychain (Version 2.6.8)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild


Name:           keychain
BuildRequires:  gzip
Url:            http://www.gentoo.org/proj/en/keychain/
License:        GPL v2 or later
Version:        2.6.8
Release:        80
Summary:        A Key Management Application for SSH2 RSA/DSA and GnuPG Keys
Source:         %{name}-%{version}.tar.bz2
Group:          Productivity/Security
Requires:       bash coreutils sed
Requires:       openssh gpg2
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
Keychain is an extremely handy OpenSSH, commercial SSH2-compatible
RSA/DSA and GnuPG key management application. 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 pass phrase from once per
new login session to once every time your local machine is rebooted.



Authors:
--------
    - Daniel Robbins (Original Author)
    - Aron Griffis (Current Maintainer)

%prep
%setup -q

%build

%install
install -d %{buildroot}/%{_bindir}
install -m0755 keychain %{buildroot}/%{_bindir}/keychain
install -d %{buildroot}/%{_mandir}/man1
install -m644 %{name}.1 %{buildroot}/%{_mandir}/man1
gzip %{buildroot}/%{_mandir}/man1/*

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc ChangeLog README COPYING 
%{_bindir}/keychain
%doc %{_mandir}/man1/*

%changelog
* Tue Jun 19 2007 lrupp@suse.de
- update to 2.6.8:
  + Support fish: http://roo.no-ip.org/fish/
  (thanks to Ilkka Poutanen)
  + Add validinherit function: warning messages aren't emitted
  unnecessarily
  + Break out of loop when empty lockfile can't be removed
  + Make --lockwait -1 mean forever.
  + Add more locking regression tests
  + Prevent gpg_listmissing from accidentally loading keys
  + Save LC_ALL for gpg invocation so that pinentry-curses works.
- gzip the manpage
- don't remove %%{buildroot} in %%install - let rpm do this
- fix requires
- don't package the pod-file (same as manpage)
* Tue Aug 15 2006 pth@suse.de
- Update to 2.6.2
  Changes since 2.4.2.1:
  * Add inheritance support via --inherit.  Add parameters to --stop for
  more control.
  * Add gpg keys to the agent.
  * Add the --env option and automatic reading of .keychain/env.
  * Add --confirm option and corresponding regression tests.
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Tue Nov 16 2004 pth@suse.de
- Update to 2.4.2.1
* Mon Aug 16 2004 pth@suse.de
- Update to 2.3.4
* Thu Feb 05 2004 hmacht@suse.de
- added option # norootforbuild in specfile
* Mon Jul 21 2003 pthomas@suse.de
- Initial package.
- Add a manpage.
openSUSE Build Service is sponsored by