SHA256
1
0
forked from pool/nnn
2018-05-01 23:48:55 +00:00
committed by Git OBS Bridge
parent 0cfcd30d90
commit 154b9fcdf7
4 changed files with 34 additions and 5 deletions

View File

@@ -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