The powerline_shell rpm is now working

This commit is contained in:
2019-02-03 10:35:12 +01:00
parent ab5ccb91f5
commit abea2630da
3 changed files with 123 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
Name: powerline_shell
Version: 0.7.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A beautiful and useful prompt generator for Bash, ZSH, Fish, and tcsh
License: MIT
@@ -16,6 +16,7 @@ Requires: python%{pyvers} powerline bash
Requires: python%{pyvers}-GitPython
Requires: python%{pyvers}-configargparse
Requires: python%{pyvers}-catkin_pkg
Requires: python%{pyvers}-argparse
%description
A beautiful and useful prompt generator for Bash, ZSH, Fish, and tcsh:
@@ -56,6 +57,9 @@ The generated prompts are designed to resemble powerline, but otherwise this pro
%changelog
* Sun Feb 3 2019 Daniel Steiner <daniel.steiner@daniel-steiner.org>
- Dependency added for pythonX-argparse rpm.
* Sat Feb 2 2019 Daniel Steiner <daniel.steiner@daniel-steiner.org>
- First build.