rpms/pwsafe/devel pwsafe.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

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


Author: ertzing

Update of /cvs/extras/rpms/pwsafe/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27915/devel

Modified Files:
	.cvsignore sources 
Added Files:
	pwsafe.spec 
Log Message:
Initial import



--- 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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pwsafe/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 Jul 2007 20:10:02 -0000	1.1
+++ .cvsignore	19 Jul 2007 21:00:30 -0000	1.2
@@ -0,0 +1 @@
+pwsafe-0.2.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pwsafe/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Jul 2007 20:10:02 -0000	1.1
+++ sources	19 Jul 2007 21:00:30 -0000	1.2
@@ -0,0 +1 @@
+4bb36538a2772ecbf1a542bc7d4746c0  pwsafe-0.2.0.tar.gz




More information about the fedora-extras-commits mailing list