diff --git a/fzy.spec b/fzy.spec index ea1a824..7730a38 100644 --- a/fzy.spec +++ b/fzy.spec @@ -22,9 +22,8 @@ Release: 0 Summary: A fuzzy text selector License: MIT Group: Productivity/Text/Utilities -URL: https://github.com/jhawthorn/fzy +Url: https://github.com/jhawthorn/fzy Source: https://github.com/jhawthorn/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz -BuildRequires: automake %description fzy can be used to filter any list: files, command history, processes, @@ -43,7 +42,8 @@ make %{?_smp_mflags} make install PREFIX=%{buildroot}%{_prefix} %{?_smp_mflags} %files -%doc CHANGELOG.md README.md LICENSE +%license LICENSE +%doc CHANGELOG.md README.md %{_bindir}/fzy %{_mandir}/man1/fzy.1%{ext_man}