- Update to 0.9:
* New version brings two new ways of viewing and processing file lists, namely tree-view and directory-comparison. As usual, previously existing facilities were extended and improved to become more useful. * Introduced tree-like representation of files. * Added directory comparison facilities. * Added ability to restore last navigation menu. * Background operations and programs can now be cancelled. * Dismissed error output of external programs can now be queried. * Added shell completion for bash and zsh. * Now it's possible to configure mappings in dialogs. OBS-URL: https://build.opensuse.org/package/show/utilities/vifm?expand=0&rev=27
This commit is contained in:
@@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: vifm
|
||||
Version: 0.9~beta
|
||||
Version: 0.9
|
||||
Release: 0
|
||||
Summary: Ncurses based file manager with vi like keybindings
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/File utilities
|
||||
Url: http://%{name}.info
|
||||
Source: https://github.com/vifm/vifm/releases/download/v0.9-beta/vifm-0.9-beta.tar.bz2
|
||||
Source: https://github.com/vifm/vifm/releases/download/v%{version}/%{name}-%{version}.tar.bz2
|
||||
BuildRequires: file-devel
|
||||
BuildRequires: groff
|
||||
BuildRequires: ncurses-devel
|
||||
@@ -45,7 +45,7 @@ It supports UTF-8, a quick file view similar to midnight commander's quick view,
|
||||
and configurable color schemes.
|
||||
|
||||
%prep
|
||||
%setup -q -n vifm-0.9-beta
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure \
|
||||
|
Reference in New Issue
Block a user