Name: pwsafe Version: 0.2.0 Release: 0.2%{?dist} Summary: A unix commandline program that manages encrypted password databases Group: Applications/Databases License: GPL URL: http://nsd.dyndns.org/pwsafe/ Source0: http://nsd.dyndns.org/pwsafe/releases/pwsafe-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: readline-devel, ncurses-devel, openssl-devel %description pwsafe is a unix commandline program that manages encrypted password databases. Compatible with CounterPane's PasswordSafe Win32 program versions 2.x and 1.x. %prep %setup -q %build %configure \ --without-x \ --disable-dependency-tracking make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT # Convert man page to UTF-8 iconv -f iso-8859-1 -t utf8 pwsafe.1 -o pwsafe.1.utf8 mv pwsafe.1.utf8 pwsafe.1 make install DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README TODO %{_bindir}/pwsafe %{_mandir}/man1/pwsafe.1.gz %changelog * Sun Jul 08 2007 Ralf Ertzinger 0.2.0-0.2.fc8 - Initial build for Fedora