File hstr.spec of Package hstr
Name: hstr
Version: 1.19
Release: 1%{?dist}
Summary: Suggest box like shell history completion
License: ASL 2.0
URL: https://github.com/dvorka/hstr
Source0: http://downloads.sourceforge.net/hstr/hh-%{version}-src.tgz
BuildRequires: ncurses-devel
BuildRequires: readline-devel
Requires: ncurses
Requires: readline
%description
A command line utility that brings improved shell command completion
from the history. It aims to make completion easier and faster than Ctrl-r.
%prep
%setup -q -n hstr
%build
%configure
make %{?_smp_mflags}
%install
%make_install
%files
%license LICENSE
%doc Changelog README.md
%{_bindir}/hh
%{_bindir}/hstr
%{_mandir}/man1/hh.1*
%{_mandir}/man1/hstr.1*
%changelog
* Fri Jan 22 2016 Filip SzymaĆski <fszymanski@onet.pl> - 1.19-1
- Initial RPM release