3c2281f
Name:    zsh-syntax-highlighting
a907bcb
Version: 0.6.0
a907bcb
Release: 1%{?dist}
3c2281f
3c2281f
Summary: Fish shell like syntax highlighting for Zsh
3c2281f
License: BSD
3c2281f
URL:     https://github.com/zsh-users/zsh-syntax-highlighting
3c2281f
Source0: https://github.com/zsh-users/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
3c2281f
3c2281f
BuildArch: noarch
3c2281f
3c2281f
BuildRequires: zsh
3c2281f
3c2281f
Requires: zsh
3c2281f
3c2281f
%description
3c2281f
This package provides syntax highlighting for the shell zsh. It enables
3c2281f
highlighting of commands whilst they are typed at a zsh prompt into an
3c2281f
interactive terminal. This helps in reviewing commands before running them,
3c2281f
particularly in catching syntax errors.
3c2281f
3c2281f
%prep
3c2281f
%autosetup
3c2281f
3c2281f
%build
3c2281f
make
3c2281f
3c2281f
%install
3c2281f
make install DESTDIR=%{buildroot} PREFIX=%{_prefix}
3c2281f
rm %{buildroot}/%{_pkgdocdir}/COPYING.md
3c2281f
3c2281f
%check
3c2281f
#make test
3c2281f
#make perf
3c2281f
3c2281f
%files
3c2281f
%license COPYING.md
3c2281f
%{_pkgdocdir}
3c2281f
%{_datadir}/%{name}
3c2281f
3c2281f
%changelog
a907bcb
* Sat Sep 02 2017 Michael Kuhn <suraia@ikkoku.de> - 0.6.0-1
a907bcb
- Update to 0.6.0
a907bcb
48b75ff
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-3
48b75ff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
48b75ff
da9de8c
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-2
da9de8c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
da9de8c
9b5d0cf
* Sat Oct 29 2016 Michael Kuhn <suraia@ikkoku.de> - 0.5.0-1
9b5d0cf
- Update to 0.5.0
9b5d0cf
3c2281f
* Mon Aug 29 2016 Michael Kuhn <suraia@ikkoku.de> - 0.4.1-1
3c2281f
- Initial package