Accepting request 648434 from home:jubalh:branches:utilities
- Update to 0.10: * New version includes long awaited tabs and support for managing media. The first one comes in two flavours: tabs either include layout or don't. The latter relies on a helper script, whose job is to adapt existing tools to make them usable by vifm. Main changes: * Added tabs which either operate on the level of layout or level of individual panes * Added ability to synchronize contents of registers among multiple instances * Added menu for managing media (relies on helper that does the managing) * Improved cursor positioning and control over it * Ability to colorize statusline - For more details see: https://vifm.info/news/2018-11-11.shtml - Update upstream gpg key file (xaizek@posteo.net) OBS-URL: https://build.opensuse.org/request/show/648434 OBS-URL: https://build.opensuse.org/package/show/utilities/vifm?expand=0&rev=32
This commit is contained in:
14
vifm.spec
14
vifm.spec
@@ -17,12 +17,12 @@
|
||||
|
||||
|
||||
Name: vifm
|
||||
Version: 0.9.1
|
||||
Version: 0.10
|
||||
Release: 0
|
||||
Summary: Ncurses based file manager with vi like keybindings
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/File utilities
|
||||
Url: http://%{name}.info
|
||||
URL: http://%{name}.info
|
||||
Source0: https://github.com/vifm/vifm/releases/download/v%{version}/%{name}-%{version}.tar.bz2
|
||||
Source1: https://github.com/vifm/vifm/releases/download/v%{version}/%{name}-%{version}.tar.bz2.asc
|
||||
Source2: %{name}.keyring
|
||||
@@ -30,7 +30,6 @@ BuildRequires: file-devel
|
||||
BuildRequires: groff
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?suse_version}
|
||||
BuildRequires: update-desktop-files
|
||||
%endif
|
||||
@@ -69,17 +68,18 @@ rm -rf %{buildroot}%{_datadir}/vifm/vim-doc/doc/tags
|
||||
rm -rf %{buildroot}%{_datadir}/vifm/vim-doc/doc/vifm-app.txt
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS BUGS ChangeLog.* COPYING README TODO
|
||||
%license COPYING
|
||||
%doc AUTHORS BUGS ChangeLog.* README TODO
|
||||
%doc %{_datadir}/%{name}/%{name}-help.txt
|
||||
%dir %{_datadir}/%{name}
|
||||
%{_bindir}/*
|
||||
%{_datadir}/%{name}/vim
|
||||
%{_datadir}/%{name}/%{name}rc
|
||||
%{_datadir}/%{name}/colors/
|
||||
%{_datadir}/%{name}/vifm-media
|
||||
%{_mandir}/man1/*
|
||||
%{_datadir}/applications/*
|
||||
%{_datadir}/pixmaps/*
|
||||
%{_datadir}/vifm/colors/
|
||||
%dir %{_datadir}/bash-completion/
|
||||
%dir %{_datadir}/bash-completion/completions/
|
||||
%{_datadir}/bash-completion/completions/vifm
|
||||
|
Reference in New Issue
Block a user