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}
391a5e5
Version:	1.11
d9724c7
Release:	2%{?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
d9724c7
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-2
d9724c7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
d9724c7
2176c06
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-1
2176c06
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
2176c06
391a5e5
* Fri Jan 03 2020 Ben Cotton <bcotton@fedoraproject.org> - 1.11-0
391a5e5
- Update to latest upstream release
391a5e5
566cdfc
* Fri Oct 18 2019 Ben Cotton <bcotton@fedoraproject.org> - 1.9-0
566cdfc
- Initial packaging