1.8
OBS-URL: https://build.opensuse.org/package/show/utilities/nnn?expand=0&rev=8
This commit is contained in:
9
nnn.spec
9
nnn.spec
@@ -17,12 +17,12 @@
|
||||
|
||||
|
||||
Name: nnn
|
||||
Version: 1.7
|
||||
Version: 1.8
|
||||
Release: 0
|
||||
Summary: Terminal based file browser
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/File utilities
|
||||
Url: https://github.com/jarun/nnn#nnn
|
||||
URL: https://github.com/jarun/nnn#nnn
|
||||
Source0: https://github.com/jarun/nnn/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: readline-devel
|
||||
@@ -46,10 +46,15 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%make_install PREFIX=%{_prefix}
|
||||
# fix E: env-script-interpreter
|
||||
sed -i 's,usr/bin/env ,bin/,' %{buildroot}%{_bindir}/nlay
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc README.md CHANGELOG
|
||||
%{_bindir}/nlay
|
||||
%{_bindir}/%{name}
|
||||
%{_mandir}/man1/%{name}.1%{?ext_man}
|
||||
%{_mandir}/man1/nlay.1%{?ext_man}
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user