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

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f14dca5611fc71d16a274a80697a3a52f458df1dae6bac4b35db066c7f25af19
size 467927

3
vifm-0.7.4.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:206b8d5ed6f731c7c22aea5a61b999c7085a804a0033ef0722801decc030f9c6
size 547029

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 18 21:41:14 UTC 2012 - pascal.bleser@opensuse.org
- update to 0.7.4: bugfixes
-------------------------------------------------------------------
Fri Mar 30 11:43:16 UTC 2012 - pascal.bleser@opensuse.org

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