Accepting request 52717 from openSUSE:Factory:Contrib
reviewed OK OBS-URL: https://build.opensuse.org/request/show/52717 OBS-URL: https://build.opensuse.org/package/show/utilities/vifm?expand=0&rev=1
This commit is contained in:
commit
fcdc856bcd
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
3
vifm-0.5.tar.bz2
Normal file
3
vifm-0.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:11bc1138050d6b2887d7f099e12bc57d27cc60a6f14252744654c35d22d38164
|
||||
size 272835
|
24
vifm.changes
Normal file
24
vifm.changes
Normal file
@ -0,0 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 14 10:07:57 UTC 2009 - puzel@novell.com
|
||||
|
||||
- update to vifm-0.5
|
||||
* Changed the file size to a human friendly notation.
|
||||
* Added ascending and descending sort types.
|
||||
* Changed the way symbolic directories are handled.
|
||||
* Fixed possible buffer overflow in colorschemes.
|
||||
* Fixed transparency in colorschemes.
|
||||
* Changed writing to vifmrc file to query user if
|
||||
they would like to overwrite a file that has been modified.
|
||||
* Added filetype settings for mounting files with fuse-zip.
|
||||
* Pauseme script was changed to report errors.
|
||||
* Command line input now accepts wide characters and tab completion
|
||||
now cycles through all possible matches.
|
||||
* ncursesw is now required to build vifm.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
* Tue Dec 09 2008 puzel@suse.cz
|
||||
- fix rpmlint warnings
|
||||
|
||||
-------------------------------
|
||||
* Mon Jul 14 2008 puzel@suse.cz
|
||||
- initial package
|
61
vifm.spec
Normal file
61
vifm.spec
Normal file
@ -0,0 +1,61 @@
|
||||
#
|
||||
# spec file for package vifm (Version 0.5)
|
||||
#
|
||||
# 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.
|
||||
#
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
Name: vifm
|
||||
BuildRequires: ncurses-devel
|
||||
License: GNU General Public License (GPL)
|
||||
Group: Productivity/File utilities
|
||||
Summary: Ncurses based file manager with vi like keybindings
|
||||
Version: 0.5
|
||||
Release: 1
|
||||
URL: http://vifm.sourceforge.net
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: %name-%{version}.tar.bz2
|
||||
|
||||
%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.
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Ken Steen <ksteen@users.sourceforge.net>
|
||||
|
||||
%prep
|
||||
%setup
|
||||
|
||||
%build
|
||||
%configure
|
||||
make %{?jobs:-j %jobs}
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS BUGS COPYING ChangeLog INSTALL README TODO
|
||||
%{_bindir}/*
|
||||
%doc %{_datadir}/vifm/vifm-help.txt
|
||||
%dir %{_datadir}/vifm/
|
||||
%{_datadir}/vifm/vifm.txt
|
||||
%{_datadir}/vifm/vifm.vim
|
||||
%{_mandir}/man1/vifm.*
|
||||
|
||||
%changelog
|
||||
* Mon Jul 14 2008 puzel@suse.cz
|
||||
- initial package
|
||||
|
Loading…
Reference in New Issue
Block a user