Accepting request 293087 from home:jubalh:branches:utilities
Updated vifm to 0.7.8, tested locally. OBS-URL: https://build.opensuse.org/request/show/293087 OBS-URL: https://build.opensuse.org/package/show/utilities/vifm?expand=0&rev=11
This commit is contained in:
parent
93e3a91c39
commit
a5292d30cd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:861798592d6fccc5d330a66e68f1c5a747732b9df587f15d892c6ff72a04650f
|
||||
size 609855
|
3
vifm-0.7.8.tar.bz2
Normal file
3
vifm-0.7.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5dfbb26c2038a58dcff12026dab736e29d547b4aa3ff5912e4d844064c9e7603
|
||||
size 623154
|
26
vifm.changes
26
vifm.changes
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 25 10:51:12 UTC 2015 - g.bluehut@gmail.com
|
||||
|
||||
- update from 0.7.6 to 0.7.8 include:
|
||||
- plenty of bugfixes, some important ones were:
|
||||
- fixed memory leaks on :restart
|
||||
- fixed segmentation fault for long argument lists
|
||||
- fixed possible removing files at destination on restoring files from trash manually
|
||||
- new color schemes:
|
||||
- zenburn
|
||||
- improved documentation
|
||||
- added several new commands:
|
||||
- gf
|
||||
- av
|
||||
- lstrash
|
||||
- include regular expression in search error message that says that it's wrong
|
||||
- added support for 256 colors with xterm-like names
|
||||
- added several new hilight groups
|
||||
- added "not-operator"
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 30 04:29:00 UTC 2014 - Led <ledest@gmail.com> 0.7.8-1
|
||||
|
||||
- 0.7.8
|
||||
- clean up spec
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 03 14:17:20 UTC 2014 - pascal.bleser@opensuse.org
|
||||
|
||||
|
78
vifm.spec
78
vifm.spec
@ -1,68 +1,70 @@
|
||||
# vim: set ts=4 sw=4 et:
|
||||
#
|
||||
# spec file for package vifm
|
||||
#
|
||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
# Copyright (c) 2015 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
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: vifm
|
||||
Version: 0.7.6
|
||||
Release: 1
|
||||
License: GPL-2.0+
|
||||
Version: 0.7.8
|
||||
Release: 0
|
||||
Summary: Ncurses based file manager with vi like keybindings
|
||||
Url: http://vifm.sourceforge.net
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/File utilities
|
||||
Source0: http://prdownloads.sourceforge.net/vifm/vifm-%{version}.tar.bz2
|
||||
%if 0%{?mdkversion}
|
||||
BuildRequires: libncursesw-devel
|
||||
%else
|
||||
BuildRequires: ncurses-devel
|
||||
%endif
|
||||
BuildRequires: xorg-x11-devel
|
||||
Url: http://%{name}.sourceforge.net
|
||||
Source: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
|
||||
BuildRequires: file-devel
|
||||
BuildRequires: groff
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: libtool automake autoconf
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: xorg-x11-devel
|
||||
|
||||
%description
|
||||
Vifm is a ncurses based file manager with vi like keybindings that allow complete
|
||||
keyboard control over your files without having to learn a new set of commands.
|
||||
It supports UTF-8, a quick file view similar to midnight commander's quick
|
||||
view, and configurable color schemes.
|
||||
It supports UTF-8, a quick file view similar to midnight commander's quick view,
|
||||
and configurable color schemes.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
NOCONFIGURE=1 autoreconf -fiv
|
||||
|
||||
%configure
|
||||
%build
|
||||
%configure \
|
||||
--with-curses \
|
||||
--with-libmagic \
|
||||
--without-gtk \
|
||||
--disable-developer
|
||||
make %{?_smp_mflags}
|
||||
gzip -9c ChangeLog > ChangeLog.gz
|
||||
|
||||
|
||||
%install
|
||||
make DESTDIR=%{buildroot} install
|
||||
%make_install
|
||||
|
||||
%clean
|
||||
%{?buildroot:%__rm -rf "%{buildroot}"}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS BUGS COPYING ChangeLog README TODO
|
||||
%{_bindir}/vifm
|
||||
%{_bindir}/vifm-pause
|
||||
%{_bindir}/vifmrc-converter
|
||||
%doc %{_datadir}/vifm/vifm-help.txt
|
||||
%dir %{_datadir}/vifm/
|
||||
%{_datadir}/vifm/vifmrc
|
||||
%doc %{_mandir}/man1/vifm.1*
|
||||
%doc %{_mandir}/man1/vifm-pause.1*
|
||||
%doc %{_mandir}/man1/vifmrc-converter.1*
|
||||
%{_datadir}/applications/vifm.desktop
|
||||
%{_datadir}/pixmaps/vifm.png
|
||||
%doc AUTHORS BUGS ChangeLog.* README TODO
|
||||
%{_bindir}/*
|
||||
%doc %{_datadir}/%{name}/%{name}-help.txt
|
||||
%doc %{_datadir}/%{name}/vim-doc
|
||||
%dir %{_datadir}/%{name}
|
||||
%{_datadir}/%{name}/vim
|
||||
%{_datadir}/%{name}/%{name}rc
|
||||
%{_mandir}/man1/*
|
||||
%{_datadir}/applications/*
|
||||
%{_datadir}/pixmaps/*
|
||||
|
||||
%changelog
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user