From 1e1767345a8802dead20acc0ee63f97acbc5c67d Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Mon, 10 Sep 2012 09:13:36 +0200 Subject: [PATCH] Initial import of password-store 1.1.4 --- .gitignore | 1 + pass.spec | 39 +++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 41 insertions(+) create mode 100644 pass.spec diff --git a/.gitignore b/.gitignore index e69de29..a43b198 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/password-store-1.1.4.tar.xz diff --git a/pass.spec b/pass.spec new file mode 100644 index 0000000..e48562e --- /dev/null +++ b/pass.spec @@ -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 - 1.1.4-1 +- Initial import + diff --git a/sources b/sources index e69de29..c90ff6e 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +079c094244ad38ec39fdc92268f36718 password-store-1.1.4.tar.xz