Tom Prince f3af8a5
%global __requires_exclude_from ^%{_docdir}/.*$
Tom Prince f3af8a5
Tom Prince f3af8a5
Name:           lastpass-cli
Tom Prince 9ddcd7a
Version:        0.9.0
Tom Prince 9ddcd7a
Release:        1%{?dist}
Tom Prince f3af8a5
Summary:        Command line interface to LastPass.com
Tom Prince f3af8a5
Tom Prince f3af8a5
License:        GPLv2
Tom Prince f3af8a5
URL:            https://github.com/LastPass/lastpass-cli
Tom Prince 50124a5
Source0:        https://github.com/lastpass/lastpass-cli/archive/v%{version}.tar.gz#/lastpass-cli-%{version}.tar.gz
Tom Prince f3af8a5
Tom Prince f3af8a5
BuildRequires:  openssl-devel
Tom Prince f3af8a5
BuildRequires:  libxml2-devel
Tom Prince f3af8a5
BuildRequires:  libcurl-devel
Tom Prince f3af8a5
BuildRequires:  asciidoc
Tom Prince a6a838c
BuildRequires:  pkgconfig(bash-completion)
Tom Prince f3af8a5
Requires:       /usr/bin/pinentry
Tom Prince 4c19048
# /usr/bin/xclip isn't available in EPEL
Tom Prince 4c19048
%{?fedora:Requires: /usr/bin/xclip}
Tom Prince f3af8a5
Tom Prince f3af8a5
%description
Tom Prince f3af8a5
A command line interface to LastPass.com.
Tom Prince f3af8a5
Tom Prince f3af8a5
%prep
Tom Prince f3af8a5
%setup -q
Tom Prince f3af8a5
Tom Prince f3af8a5
Tom Prince f3af8a5
%build
Tom Prince f3af8a5
CFLAGS="${CFLAGS:-%optflags}" LDFLAGS="${LDFLAGS:-%__global_ldflags}" make %{?_smp_mflags}
Tom Prince f3af8a5
Tom Prince f3af8a5
Tom Prince f3af8a5
%install
Tom Prince f3af8a5
%make_install install-doc
Tom Prince f3af8a5
Tom Prince a6a838c
# Setup bash completion
Tom Prince a6a838c
bashcompdir=$(pkg-config --variable=completionsdir bash-completion)
Tom Prince a6a838c
install -Dpm 644 contrib/lpass_bash_completion %{buildroot}$bashcompdir/lpass
Tom Prince a6a838c
Tom Prince f3af8a5
Tom Prince f3af8a5
%files
Tom Prince f3af8a5
%{_bindir}/lpass
Tom Prince f3af8a5
%{_mandir}/man1/lpass.1.*
Tom Prince f3af8a5
%license COPYING
Tom Prince f3af8a5
%license LICENSE.OpenSSL
Tom Prince f3af8a5
%doc README.md
Tom Prince f3af8a5
%doc CONTRIBUTING
Tom Prince f3af8a5
%doc contrib/examples
Tom Prince a6a838c
%{_datadir}/bash-completion/
Tom Prince f3af8a5
Tom Prince f3af8a5
Tom Prince f3af8a5
%changelog
Tom Prince 9ddcd7a
* Sun Mar 6 2016 Tom Prince - 0.9.0-1
Tom Prince 9ddcd7a
- Version number bump
Tom Prince 9ddcd7a
6ce0372
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-2
6ce0372
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
6ce0372
Tom Prince 9ddcd7a
* Mon Jan 4 2016 Tom Prince - 0.8.0-1
Tom Prince a6a838c
- Version number bump
Tom Prince a6a838c
- Install bash completions
Tom Prince a6a838c
Tom Prince 4c19048
* Thu Dec 24 2015 Tom Prince - 0.7.0-3
Tom Prince 4c19048
- Remove xclip dependency for EPEL.
Tom Prince 4c19048
Tom Prince f3af8a5
* Sun Dec 6 2015 Tom Prince - 0.7.0-2
Tom Prince f3af8a5
- Address review comments.
Tom Prince f3af8a5
Tom Prince f3af8a5
* Mon Nov 16 2015 Tom Prince - 0.7.0-1
Tom Prince f3af8a5
- Version number bump
Tom Prince f3af8a5
Tom Prince f3af8a5
* Wed Oct 7 2015 Tom Prince - 0.6.0-1
Tom Prince f3af8a5
- Version number bump
Tom Prince f3af8a5
Tom Prince f3af8a5
* Tue Dec 30 2014 Rohan Ferris - 0.4.0-2
Tom Prince f3af8a5
- Include asciidoc
Tom Prince f3af8a5
Tom Prince f3af8a5
* Tue Dec 30 2014 Rohan Ferris - 0.4.0-1
Tom Prince f3af8a5
- Version number bump
Tom Prince f3af8a5
Tom Prince f3af8a5
* Fri Nov  7 2014 Rohan Ferris
Tom Prince f3af8a5
- Initial packaging.