From 0853dc7994e6c6e7a6caf1cbcc9bf9079641278921624b98371d9c760645823a Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Mon, 26 Feb 2018 09:54:14 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Base:System/fzy?expand=0&rev=2 --- fzy.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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}