You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pass/pass.spec

46 lines
1.1 KiB

Name: pass
Summary: A password manager using standard Unix tools
13 years ago
Version: 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
13 years ago
* Mon Sep 24 2012 Christophe Fergeau <cfergeau@redhat.com> - 1.4-1
- Update to 1.4
* Tue Sep 11 2012 Christophe Fergeau <cfergeau@redhat.com> - 1.2.0-1
- Update to 1.2 release
* Thu Sep 06 2012 Christophe Fergeau <cfergeau@redhat.com> - 1.1.4-1
- Initial import