0.7.1
OBS-URL: https://build.opensuse.org/package/show/utilities/vifm?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
c2eb59977b
commit
b6e85f6579
14
vifm.spec
14
vifm.spec
@@ -10,13 +10,14 @@
|
||||
|
||||
|
||||
Name: vifm
|
||||
Version: 0.6.1
|
||||
Version: 0.7.1
|
||||
Release: 1
|
||||
License: GNU General Public License (GPL)
|
||||
Summary: Ncurses based file manager with vi like keybindings
|
||||
Url: http://vifm.sourceforge.net
|
||||
Group: Productivity/File utilities
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
Source0: http://prdownloads.sourceforge.net/vifm/vifm-%{version}.tar.bz2
|
||||
Patch1: vifm-fix_buffer_overflow.patch
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: file-devel
|
||||
BuildRequires: pkg-config
|
||||
@@ -29,7 +30,8 @@ It supports UTF-8, a quick file view similar to midnight commander's quick
|
||||
view, and configurable color schemes.
|
||||
|
||||
%prep
|
||||
%setup -n %{name}
|
||||
%setup -q
|
||||
%patch1
|
||||
|
||||
%build
|
||||
%configure
|
||||
@@ -45,12 +47,10 @@ make DESTDIR=%{buildroot} install
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS BUGS COPYING ChangeLog README TODO
|
||||
%{_bindir}/vifm
|
||||
%{_bindir}/pauseme
|
||||
%{_bindir}/vifm-pause
|
||||
%{_bindir}/vifmrc-converter
|
||||
%doc %{_datadir}/vifm/vifm-help.txt
|
||||
%dir %{_datadir}/vifm/
|
||||
%{_datadir}/vifm/vifm.txt
|
||||
%{_datadir}/vifm/vifm.vim
|
||||
%{_datadir}/vifm/startup
|
||||
%{_datadir}/vifm/vifmrc
|
||||
%doc %{_mandir}/man1/vifm.1%{ext_man}
|
||||
|
||||
|
Reference in New Issue
Block a user