Blame z.spec

566cdfc
%global projname z
566cdfc
566cdfc
%global desc \
566cdfc
Tracks your most used directories, based on 'frecency'.\
566cdfc
\
566cdfc
After a short learning phase, z will take you to the most 'frecent'\
566cdfc
directory that matches ALL of the regexps given on the command line, in\
566cdfc
order.
566cdfc
566cdfc
Name:		%{projname}
566cdfc
Version:	1.9
566cdfc
Release:	0%{?dist}
566cdfc
Summary:	Maintains a jump-list of the directories you actually use
566cdfc
License:	WTFPL
566cdfc
Source0:	https://github.com/rupa/%{projname}/archive/v%{version}.tar.gz
566cdfc
566cdfc
BuildArch:	noarch
566cdfc
566cdfc
BuildRequires:	gzip
566cdfc
566cdfc
%description %{desc}
566cdfc
566cdfc
566cdfc
%prep
566cdfc
%setup -q -n %{name}-%{version}
566cdfc
566cdfc
%build
566cdfc
566cdfc
%install
566cdfc
mkdir -p %{buildroot}%{_libexecdir}
566cdfc
install -pm 644 z.sh %{buildroot}%{_libexecdir}/z.sh
566cdfc
mkdir -p %{buildroot}%{_mandir}/man1
566cdfc
install -pm 644 z.1 %{buildroot}%{_mandir}/man1/z.1
566cdfc
566cdfc
%check
566cdfc
566cdfc
%files
566cdfc
%{_libexecdir}/z.sh
566cdfc
%{_mandir}/man1/z.1*
566cdfc
566cdfc
%changelog
566cdfc
* Fri Oct 18 2019 Ben Cotton <bcotton@fedoraproject.org> - 1.9-0
566cdfc
- Initial packaging