Initial import of password-store 1.1.4

epel9
Christophe Fergeau 13 years ago
parent 2d5655af91
commit 1e1767345a

1
.gitignore vendored

@ -0,0 +1 @@
/password-store-1.1.4.tar.xz

@ -0,0 +1,39 @@
Name: pass
Summary: A password manager using standard Unix tools
Version: 1.1.4
Release: 1%{?dist}
License: GPLv2+
Url: http://zx2c4.com/projects/password-store/
BuildArch: noarch
Source: http://git.zx2c4.com/password-store/snapshot/password-store-%{version}.tar.xz
Requires: git
Requires: gnupg
Requires: pwgen
Requires: tree
Requires: xclip
%description
Stores, retrieves, generates, and synchronizes passwords securely using gpg,
pwgen, and git.
%prep
%setup -q -n password-store-%{version}
%install
make DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} \
BINDIR=%{_bindir} SYSCONFDIR=%{_sysconfdir} \
MANDIR=%{_mandir} \
install
%files
%doc README COPYING
%{_bindir}/pass
%{_sysconfdir}/bash_completion.d/*
%doc %{_mandir}/man1/*
%changelog
* Thu Sep 06 2012 Christophe Fergeau <cfergeau@redhat.com> - 1.1.4-1
- Initial import

@ -0,0 +1 @@
079c094244ad38ec39fdc92268f36718 password-store-1.1.4.tar.xz
Loading…
Cancel
Save