diff --git a/vifm-0.5.tar.bz2 b/vifm-0.5.tar.bz2 deleted file mode 100644 index 20bf087..0000000 --- a/vifm-0.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11bc1138050d6b2887d7f099e12bc57d27cc60a6f14252744654c35d22d38164 -size 272835 diff --git a/vifm-0.6.1.tar.bz2 b/vifm-0.6.1.tar.bz2 new file mode 100644 index 0000000..c09eee1 --- /dev/null +++ b/vifm-0.6.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2677847dc5fb3e6942022645939f04528db7d0c7e93b2afc11594f16da8b1006 +size 327563 diff --git a/vifm.changes b/vifm.changes index 679c8ef..5a17cb1 100644 --- a/vifm.changes +++ b/vifm.changes @@ -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 diff --git a/vifm.spec b/vifm.spec index c0bd95f..257e83a 100644 --- a/vifm.spec +++ b/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 - %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}