vifm/vifm.spec

59 lines
1.5 KiB
RPMSpec

#
# 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
%__make DESTDIR="%{buildroot}" install
%clean
%{?buildroot:%__rm -rf "%{buildroot}"}
%files
%defattr(-,root,root)
%doc AUTHORS BUGS COPYING ChangeLog README TODO
%{_bindir}/vifm
%{_bindir}/pauseme
%doc %{_datadir}/vifm/vifm-help.txt
%dir %{_datadir}/vifm/
%{_datadir}/vifm/vifm.txt
%{_datadir}/vifm/vifm.vim
%doc %{_mandir}/man1/vifm.1%{ext_man}