update to vifm-0.6.1
OBS-URL: https://build.opensuse.org/package/show/utilities/vifm?expand=0&rev=3
This commit is contained in:
parent
fe65943841
commit
c2eb59977b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:11bc1138050d6b2887d7f099e12bc57d27cc60a6f14252744654c35d22d38164
|
||||
size 272835
|
3
vifm-0.6.1.tar.bz2
Normal file
3
vifm-0.6.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2677847dc5fb3e6942022645939f04528db7d0c7e93b2afc11594f16da8b1006
|
||||
size 327563
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 13 11:34:32 UTC 2011 - puzel@novell.com
|
||||
|
||||
- update to vifm-0.6.1
|
||||
- see /usr/share/doc/packages/vifm/ChangeLog for details
|
||||
- add pkg-config and file-devel to BuildRequires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 14 10:07:57 UTC 2009 - puzel@novell.com
|
||||
|
||||
|
34
vifm.spec
34
vifm.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package vifm (Version 0.5)
|
||||
# spec file for package vifm
|
||||
#
|
||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -8,18 +8,19 @@
|
||||
# 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
|
||||
Version: 0.6.1
|
||||
Release: 1
|
||||
URL: http://vifm.sourceforge.net
|
||||
License: GNU General Public License (GPL)
|
||||
Summary: Ncurses based file manager with vi like keybindings
|
||||
Url: http://vifm.sourceforge.net
|
||||
Group: Productivity/File utilities
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: file-devel
|
||||
BuildRequires: pkg-config
|
||||
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
|
||||
@ -27,23 +28,18 @@ 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
|
||||
%setup -n %{name}
|
||||
|
||||
%build
|
||||
%configure
|
||||
%__make %{?jobs:-j %jobs}
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%__make DESTDIR="%{buildroot}" install
|
||||
make DESTDIR=%{buildroot} install
|
||||
|
||||
%clean
|
||||
%{?buildroot:%__rm -rf "%{buildroot}"}
|
||||
%{?buildroot:rm -rf %{buildroot}}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
@ -54,5 +50,7 @@ Authors:
|
||||
%dir %{_datadir}/vifm/
|
||||
%{_datadir}/vifm/vifm.txt
|
||||
%{_datadir}/vifm/vifm.vim
|
||||
%{_datadir}/vifm/startup
|
||||
%{_datadir}/vifm/vifmrc
|
||||
%doc %{_mandir}/man1/vifm.1%{ext_man}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user