SHA256
1
0
forked from pool/vifm
Pascal Bleser
2012-10-18 21:49:00 +00:00
committed by Git OBS Bridge
parent 18d346a023
commit de513a25d2
4 changed files with 15 additions and 5 deletions

View File

@@ -10,7 +10,7 @@
#
Name: vifm
Version: 0.7.2a
Version: 0.7.4
Release: 1
License: GNU General Public License (GPL)
Summary: Ncurses based file manager with vi like keybindings
@@ -22,6 +22,7 @@ BuildRequires: libncursesw-devel
%else
BuildRequires: ncurses-devel
%endif
BuildRequires: xorg-x11-devel
BuildRequires: file-devel
BuildRequires: pkgconfig
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -33,9 +34,11 @@ It supports UTF-8, a quick file view similar to midnight commander's quick
view, and configurable color schemes.
%prep
%setup -q -n "vifm-0.7.2"
%setup -q
%build
NOCONFIGURE=1 autoreconf -fiv
%configure
make %{?_smp_mflags}
@@ -55,6 +58,8 @@ make DESTDIR=%{buildroot} install
%dir %{_datadir}/vifm/
%{_datadir}/vifm/vifmrc
%doc %{_mandir}/man1/vifm.1*
%doc %{_mandir}/man1/vifm-pause.1*
%doc %{_mandir}/man1/vifmrc-converter.1*
%changelog