Accepting request 501058 from home:jubalh:branches:utilities

- update to 0.9 beta:
  * 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.
- Install bash and zsh completion files

OBS-URL: https://build.opensuse.org/request/show/501058
OBS-URL: https://build.opensuse.org/package/show/utilities/vifm?expand=0&rev=25
This commit is contained in:
Michael Vetter 2017-06-04 22:26:24 +00:00 committed by Git OBS Bridge
parent acb04906dc
commit 98bbf694f8
4 changed files with 26 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8b466d766658a24d07fc2039a26fefc6a018f5653684a6035183ca79f02c211f
size 892414

3
vifm-0.9-beta.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6ef59c829b57b71cacf58d7fc89744792d0060372e85637b6535f2c41a14df33
size 970945

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Jun 4 21:59:06 UTC 2017 - mvetter@suse.com
- update to 0.9 beta:
* 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.
- Install bash and zsh completion files
-------------------------------------------------------------------
Sat Jul 16 21:25:38 UTC 2016 - mvetter@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package vifm
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,13 +17,13 @@
Name: vifm
Version: 0.8.2
Version: 0.9~beta
Release: 0
Summary: Ncurses based file manager with vi like keybindings
License: GPL-2.0+
Group: Productivity/File utilities
Url: http://%{name}.info
Source: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
Source: https://github.com/vifm/vifm/releases/download/v0.9-beta/vifm-0.9-beta.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
%setup -q -n vifm-0.9-beta
%build
%configure \
@ -78,5 +78,11 @@ rm -rf %{buildroot}%{_datadir}/vifm/vim-doc/doc/vifm-app.txt
%{_datadir}/applications/*
%{_datadir}/pixmaps/*
%{_datadir}/vifm/colors/
%dir %{_datadir}/bash-completion/
%dir %{_datadir}/bash-completion/completions/
%{_datadir}/bash-completion/completions/vifm
%dir %{_datadir}/zsh/
%dir %{_datadir}/zsh/site-functions/
%{_datadir}/zsh/site-functions/_vifm
%changelog