[pass] Initial import of password-store 1.1.4

Christophe Fergeau teuf at fedoraproject.org
Mon Sep 10 07:14:09 UTC 2012


commit 1e1767345a8802dead20acc0ee63f97acbc5c67d
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Mon Sep 10 09:13:36 2012 +0200

    Initial import of password-store 1.1.4

 .gitignore |    1 +
 pass.spec  |   39 +++++++++++++++++++++++++++++++++++++++
 sources    |    1 +
 3 files changed, 41 insertions(+), 0 deletions(-)
---
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 <cfergeau at redhat.com> - 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


More information about the scm-commits mailing list