62 lines
1.4 KiB
RPMSpec
62 lines
1.4 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
|
||
|
%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
|
||
|
|