SHA256
1
0
forked from pool/vifm
vifm/vifm.spec

71 lines
1.9 KiB
RPMSpec
Raw Normal View History

#
# spec file for package vifm
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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/
#
Name: vifm
Version: 0.7.8
Release: 0
Summary: Ncurses based file manager with vi like keybindings
License: GPL-2.0+
Group: Productivity/File utilities
Url: http://%{name}.sourceforge.net
Source: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
BuildRequires: file-devel
BuildRequires: groff
BuildRequires: ncurses-devel
BuildRequires: pkgconfig
BuildRequires: xorg-x11-devel
%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.
%prep
%setup -q
%build
%configure \
--with-curses \
--with-libmagic \
--without-gtk \
--disable-developer
make %{?_smp_mflags}
gzip -9c ChangeLog > ChangeLog.gz
%install
%make_install
%files
%defattr(-,root,root)
%doc AUTHORS BUGS ChangeLog.* README TODO
%{_bindir}/*
%doc %{_datadir}/%{name}/%{name}-help.txt
%doc %{_datadir}/%{name}/vim-doc
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/vim
%{_datadir}/%{name}/%{name}rc
%{_mandir}/man1/*
%{_datadir}/applications/*
%{_datadir}/pixmaps/*
%changelog