rpms/pwsafe/F-7 pwsafe.spec,NONE,1.1

Ralf Ertzinger (ertzing) fedora-extras-commits at redhat.com
Thu Jul 19 21:05:58 UTC 2007


Author: ertzing

Update of /cvs/extras/rpms/pwsafe/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3375

Added Files:
	pwsafe.spec 
Log Message:
Add pwsafe.spec


--- NEW FILE pwsafe.spec ---
Name:           pwsafe
Version:        0.2.0
Release:        1%{?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 <ralf at skytale.net> 0.2.0-1
- Initial build for Fedora




More information about the scm-commits mailing list