2018-01-08 14:25:55 +00:00
|
|
|
Name: stratis-cli
|
|
|
|
Version: 0.0.5
|
2018-01-08 16:12:52 +00:00
|
|
|
Release: 2%{?dist}
|
2018-01-08 14:25:55 +00:00
|
|
|
Summary: Command-line tool for interacting with the Stratis daemon
|
|
|
|
|
|
|
|
License: ASL 2.0
|
|
|
|
URL: https://github.com/stratis-storage/stratis-cli
|
|
|
|
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-setuptools
|
2018-01-08 16:12:52 +00:00
|
|
|
BuildRequires: %{_bindir}/a2x
|
2018-01-08 14:25:55 +00:00
|
|
|
Requires: python3-dbus-client-gen >= 0.2
|
|
|
|
Requires: python3-dbus-python-client-gen >= 0.5
|
|
|
|
Requires: python3-justbytes = 0.11
|
|
|
|
# It runs without, but totally useless
|
|
|
|
Requires: stratisd
|
|
|
|
|
|
|
|
# stratisd only available on certain arches
|
|
|
|
ExclusiveArch: %{rust_arches} noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description
|
|
|
|
stratis provides a command-line interface (CLI) for
|
|
|
|
interacting with the Stratis daemon, stratisd. stratis
|
|
|
|
interacts with stratisd via D-Bus.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%autosetup
|
|
|
|
|
|
|
|
%build
|
|
|
|
%py3_build
|
2018-01-08 16:12:52 +00:00
|
|
|
a2x -f manpage docs/stratis.txt
|
2018-01-08 14:25:55 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
%py3_install
|
|
|
|
%{__install} -Dpm0644 -t %{buildroot}%{_datadir}/bash-completion/completions \
|
|
|
|
etc/bash_completion.d/stratis
|
2018-01-08 16:12:52 +00:00
|
|
|
%{__install} -Dpm0644 -t %{buildroot}%{_mandir}/man8 docs/stratis.8
|
2018-01-08 14:25:55 +00:00
|
|
|
|
|
|
|
%files
|
|
|
|
%license LICENSE
|
|
|
|
%doc README.rst
|
|
|
|
%{_bindir}/stratis
|
2018-01-08 16:12:52 +00:00
|
|
|
%{_mandir}/man8/stratis.8*
|
2018-01-08 14:25:55 +00:00
|
|
|
%{_datadir}/bash-completion/completions/stratis
|
|
|
|
%{python3_sitelib}/stratis_cli/
|
|
|
|
%{python3_sitelib}/stratis_cli-*.egg-info/
|
|
|
|
|
|
|
|
%changelog
|
2018-01-08 16:12:52 +00:00
|
|
|
* Mon Jan 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.0.5-2
|
|
|
|
- Include manpage
|
|
|
|
|
2018-01-08 14:25:55 +00:00
|
|
|
* Mon Jan 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.0.5-1
|
|
|
|
- Initial package
|