portability fixes
OBS-URL: https://build.opensuse.org/package/show/utilities/vifm?expand=0&rev=2
This commit is contained in:
parent
fcdc856bcd
commit
fe65943841
19
vifm.spec
19
vifm.spec
@ -14,7 +14,7 @@ Name: vifm
|
||||
BuildRequires: ncurses-devel
|
||||
License: GNU General Public License (GPL)
|
||||
Group: Productivity/File utilities
|
||||
Summary: Ncurses based file manager with vi like keybindings
|
||||
Summary: Ncurses based file manager with vi like keybindings
|
||||
Version: 0.5
|
||||
Release: 1
|
||||
URL: http://vifm.sourceforge.net
|
||||
@ -37,25 +37,22 @@ Authors:
|
||||
|
||||
%build
|
||||
%configure
|
||||
make %{?jobs:-j %jobs}
|
||||
%__make %{?jobs:-j %jobs}
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
%__make DESTDIR="%{buildroot}" install
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
%{?buildroot:%__rm -rf "%{buildroot}"}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS BUGS COPYING ChangeLog INSTALL README TODO
|
||||
%{_bindir}/*
|
||||
%doc AUTHORS BUGS COPYING ChangeLog README TODO
|
||||
%{_bindir}/vifm
|
||||
%{_bindir}/pauseme
|
||||
%doc %{_datadir}/vifm/vifm-help.txt
|
||||
%dir %{_datadir}/vifm/
|
||||
%{_datadir}/vifm/vifm.txt
|
||||
%{_datadir}/vifm/vifm.vim
|
||||
%{_mandir}/man1/vifm.*
|
||||
|
||||
%changelog
|
||||
* Mon Jul 14 2008 puzel@suse.cz
|
||||
- initial package
|
||||
%doc %{_mandir}/man1/vifm.1%{ext_man}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user