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
|
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
|
# spec file for package vifm
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
|
||||||
# package are under the same license as the package itself.
|
|
||||||
#
|
#
|
||||||
|
# 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/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: vifm
|
Name: vifm
|
||||||
Version: 0.7.6
|
Version: 0.7.8
|
||||||
Release: 1
|
Release: 0
|
||||||
License: GPL-2.0+
|
|
||||||
Summary: Ncurses based file manager with vi like keybindings
|
Summary: Ncurses based file manager with vi like keybindings
|
||||||
Url: http://vifm.sourceforge.net
|
License: GPL-2.0+
|
||||||
Group: Productivity/File utilities
|
Group: Productivity/File utilities
|
||||||
Source0: http://prdownloads.sourceforge.net/vifm/vifm-%{version}.tar.bz2
|
Url: http://%{name}.sourceforge.net
|
||||||
%if 0%{?mdkversion}
|
Source: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
|
||||||
BuildRequires: libncursesw-devel
|
|
||||||
%else
|
|
||||||
BuildRequires: ncurses-devel
|
|
||||||
%endif
|
|
||||||
BuildRequires: xorg-x11-devel
|
|
||||||
BuildRequires: file-devel
|
BuildRequires: file-devel
|
||||||
|
BuildRequires: groff
|
||||||
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: libtool automake autoconf
|
BuildRequires: xorg-x11-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Vifm is a ncurses based file manager with vi like keybindings that allow complete
|
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.
|
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
|
It supports UTF-8, a quick file view similar to midnight commander's quick view,
|
||||||
view, and configurable color schemes.
|
and configurable color schemes.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
|
||||||
NOCONFIGURE=1 autoreconf -fiv
|
|
||||||
|
|
||||||
%configure
|
%build
|
||||||
|
%configure \
|
||||||
|
--with-curses \
|
||||||
|
--with-libmagic \
|
||||||
|
--without-gtk \
|
||||||
|
--disable-developer
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
gzip -9c ChangeLog > ChangeLog.gz
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=%{buildroot} install
|
%make_install
|
||||||
|
|
||||||
%clean
|
|
||||||
%{?buildroot:%__rm -rf "%{buildroot}"}
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS BUGS COPYING ChangeLog README TODO
|
%doc AUTHORS BUGS ChangeLog.* README TODO
|
||||||
%{_bindir}/vifm
|
%{_bindir}/*
|
||||||
%{_bindir}/vifm-pause
|
%doc %{_datadir}/%{name}/%{name}-help.txt
|
||||||
%{_bindir}/vifmrc-converter
|
%doc %{_datadir}/%{name}/vim-doc
|
||||||
%doc %{_datadir}/vifm/vifm-help.txt
|
%dir %{_datadir}/%{name}
|
||||||
%dir %{_datadir}/vifm/
|
%{_datadir}/%{name}/vim
|
||||||
%{_datadir}/vifm/vifmrc
|
%{_datadir}/%{name}/%{name}rc
|
||||||
%doc %{_mandir}/man1/vifm.1*
|
%{_mandir}/man1/*
|
||||||
%doc %{_mandir}/man1/vifm-pause.1*
|
%{_datadir}/applications/*
|
||||||
%doc %{_mandir}/man1/vifmrc-converter.1*
|
%{_datadir}/pixmaps/*
|
||||||
%{_datadir}/applications/vifm.desktop
|
|
||||||
%{_datadir}/pixmaps/vifm.png
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user