File pwsafe.spec of Package pwsafe
# norootforbuild
Name: pwsafe
Version: 0.2.0
Release: 0
#
Group: Productivity/Security
License: GPL v2
#
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: xorg-x11-devel openssl-devel readline-devel gcc-c++ ncurses-devel
#
URL: http://nsd.dyndns.org/pwsafe/
Source: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
#
Summary: a unix commandline program that manages encrypted password databases
%description
pwsafe is a unix commandline program that manages encrypted password databases.
Features:
* Pure command-line operation if desired (good for remote access over ssh)
* or can interact with X11 selection & clipboard.
* Portable, endianess-clean, misaligned-access-free C++. Compiles cleanly on linux, *bsd, macos x, solaris.
* Compatible with CounterPane's PasswordSafe Win32 program versions 1.9.x.
* Funny comments included in source code.
Author:
---------
Nicolas S. Dade <ndade@nsd.dyndns.org>
%debug_package
%prep
%setup
%build
%configure --sysconfdir=%{_sysconfdir}/%{name}
%{__make}
%install
%makeinstall docdir=%{_docdir}/%{name}
%clean
%{__rm} -rf %{buildroot};
%files
%defattr(-,root,root,-)
%{_bindir}/%{name}
%{_mandir}/man?/%{name}*
%doc COPYING AUTHORS ChangeLog NEWS pwsafe.lsm TODO test.dat
%changelog