2010-11-13 19:00:04 +01:00
|
|
|
#
|
|
|
|
# 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
|
2010-11-13 19:18:57 +01:00
|
|
|
Summary: Ncurses based file manager with vi like keybindings
|
2010-11-13 19:00:04 +01:00
|
|
|
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
|
2010-11-13 19:18:57 +01:00
|
|
|
%__make %{?jobs:-j %jobs}
|
2010-11-13 19:00:04 +01:00
|
|
|
|
|
|
|
%install
|
2010-11-13 19:18:57 +01:00
|
|
|
%__make DESTDIR="%{buildroot}" install
|
2010-11-13 19:00:04 +01:00
|
|
|
|
|
|
|
%clean
|
2010-11-13 19:18:57 +01:00
|
|
|
%{?buildroot:%__rm -rf "%{buildroot}"}
|
2010-11-13 19:00:04 +01:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2010-11-13 19:18:57 +01:00
|
|
|
%doc AUTHORS BUGS COPYING ChangeLog README TODO
|
|
|
|
%{_bindir}/vifm
|
|
|
|
%{_bindir}/pauseme
|
2010-11-13 19:00:04 +01:00
|
|
|
%doc %{_datadir}/vifm/vifm-help.txt
|
|
|
|
%dir %{_datadir}/vifm/
|
|
|
|
%{_datadir}/vifm/vifm.txt
|
|
|
|
%{_datadir}/vifm/vifm.vim
|
2010-11-13 19:18:57 +01:00
|
|
|
%doc %{_mandir}/man1/vifm.1%{ext_man}
|
2010-11-13 19:00:04 +01:00
|
|
|
|