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
|
BuildRequires: ncurses-devel
|
||||||
License: GNU General Public License (GPL)
|
License: GNU General Public License (GPL)
|
||||||
Group: Productivity/File utilities
|
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
|
Version: 0.5
|
||||||
Release: 1
|
Release: 1
|
||||||
URL: http://vifm.sourceforge.net
|
URL: http://vifm.sourceforge.net
|
||||||
@ -37,25 +37,22 @@ Authors:
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
make %{?jobs:-j %jobs}
|
%__make %{?jobs:-j %jobs}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%__make DESTDIR="%{buildroot}" install
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
%{?buildroot:%__rm -rf "%{buildroot}"}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS BUGS COPYING ChangeLog INSTALL README TODO
|
%doc AUTHORS BUGS COPYING ChangeLog README TODO
|
||||||
%{_bindir}/*
|
%{_bindir}/vifm
|
||||||
|
%{_bindir}/pauseme
|
||||||
%doc %{_datadir}/vifm/vifm-help.txt
|
%doc %{_datadir}/vifm/vifm-help.txt
|
||||||
%dir %{_datadir}/vifm/
|
%dir %{_datadir}/vifm/
|
||||||
%{_datadir}/vifm/vifm.txt
|
%{_datadir}/vifm/vifm.txt
|
||||||
%{_datadir}/vifm/vifm.vim
|
%{_datadir}/vifm/vifm.vim
|
||||||
%{_mandir}/man1/vifm.*
|
%doc %{_mandir}/man1/vifm.1%{ext_man}
|
||||||
|
|
||||||
%changelog
|
|
||||||
* Mon Jul 14 2008 puzel@suse.cz
|
|
||||||
- initial package
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user