Accepting request 315856 from utilities
OBS-URL: https://build.opensuse.org/request/show/315856 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vifm?expand=0&rev=3
This commit is contained in:
commit
358dde23b1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5dfbb26c2038a58dcff12026dab736e29d547b4aa3ff5912e4d844064c9e7603
|
||||
size 623154
|
3
vifm-0.8.tar.bz2
Normal file
3
vifm-0.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:69eb6b50dcf462f4233ff987f0b6a295df08a27bc42577ebef725bfe58dbdeeb
|
||||
size 756795
|
17
vifm.changes
17
vifm.changes
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 10 08:46:10 UTC 2015 - mvetter@suse.com
|
||||
|
||||
- Update to version 0.8
|
||||
* Added filename specific highlight (with a script to convert ls options).
|
||||
* Added custom views, which contrary to regular views can contain files that do not belong to the same directory.
|
||||
* Added job bar to display active backgrounded file operations.
|
||||
* Added command-line mode abbreviations.
|
||||
* Added global configuration and color schemes directory.
|
||||
* Added live search match highlighting.
|
||||
* Added optional per-file progress for file operations.
|
||||
* Added full path patterns ({{globs}} and //regexp//).
|
||||
* Added command-line options to control file/directory selection and selection processing to make it easier to use vifm as a file picker.
|
||||
* Color schemes got ".vifm" extension, but the old-style names will still work for now.
|
||||
* XDG specification support.
|
||||
* Ability to use terminal applications to preview graphics (e.g. w3mimgdisplay).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 8 11:35:45 UTC 2015 - g.bluehut@gmail.com
|
||||
|
||||
|
13
vifm.spec
13
vifm.spec
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: vifm
|
||||
Version: 0.7.8
|
||||
Version: 0.8
|
||||
Release: 0
|
||||
Summary: Ncurses based file manager with vi like keybindings
|
||||
License: GPL-2.0+
|
||||
@ -47,7 +47,6 @@ and configurable color schemes.
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--with-curses \
|
||||
@ -57,25 +56,27 @@ and configurable color schemes.
|
||||
make %{?_smp_mflags}
|
||||
gzip -9c ChangeLog > ChangeLog.gz
|
||||
|
||||
|
||||
%install
|
||||
make install DESTDIR="%{?buildroot}"
|
||||
%if 0%{?suse_version}
|
||||
%suse_update_desktop_file %{name}
|
||||
%endif
|
||||
|
||||
rm -rf %{buildroot}%{_datadir}/doc/vifm/*
|
||||
rm -rf %{buildroot}%{_datadir}/vifm/vifmrc-osx
|
||||
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
|
||||
%{_bindir}/*
|
||||
%doc %{_datadir}/%{name}/%{name}-help.txt
|
||||
%doc %{_datadir}/%{name}/vim-doc
|
||||
%dir %{_datadir}/%{name}
|
||||
%{_bindir}/*
|
||||
%{_datadir}/%{name}/vim
|
||||
%{_datadir}/%{name}/%{name}rc
|
||||
%{_mandir}/man1/*
|
||||
%{_datadir}/applications/*
|
||||
%{_datadir}/pixmaps/*
|
||||
%{_datadir}/vifm/colors/
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user