|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Name: pass
|
|
|
|
|
Summary: A password manager using standard Unix tools
|
|
|
|
|
Version: 1.4.1
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 1.5
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
Url: http://zx2c4.com/projects/password-store/
|
|
|
|
|
BuildArch: noarch
|
|
|
|
@ -30,10 +30,13 @@ make DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} \
|
|
|
|
|
%files
|
|
|
|
|
%doc README COPYING
|
|
|
|
|
%{_bindir}/pass
|
|
|
|
|
%{_sysconfdir}/bash_completion.d/*
|
|
|
|
|
%{_datadir}/bash-completion/completions/password-store
|
|
|
|
|
%doc %{_mandir}/man1/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Apr 17 2014 Christophe Fergeau <cfergeau@redhat.com> - 1.5-1
|
|
|
|
|
- Update to 1.5.0
|
|
|
|
|
|
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|