[packages/vim] 'light' build added
jajcus
jajcus at pld-linux.org
Fri Mar 14 10:50:19 CET 2014
commit 06e19bfcbb65f16159a4bae061e7d606233c7fe6
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date: Fri Mar 14 10:49:49 2014 +0100
'light' build added
small, but not statically-linked
vim.spec | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
---
diff --git a/vim.spec b/vim.spec
index e7b317d..abbc54f 100644
--- a/vim.spec
+++ b/vim.spec
@@ -7,6 +7,7 @@
%bcond_without gnome # don't build GNOME-based gvim support
%bcond_without heavy # don't build heavy (full-featured GNOME-based gvim/vim)
%bcond_without gui # don't build any GUI
+%bcond_without light # don't build light (minimal, ncurses, but not static)
%bcond_with perl # with Perl interp in vim package
%bcond_with python # with Python interp in vim package
%bcond_with ruby # with Ruby interp in vim package
@@ -331,6 +332,20 @@ tartalmazza, amelyben benne van a Perl, Python, Ruby és Tcl támogatás.
Pakiet ten dostarcza w pełni funkcjonalną wersję Vima, czyli
zawierającą obsługę skryptów w językach Perl, Python, Ruby oraz Tcl.
+%package light
+Summary: Minimal build of Vim
+Group: Applications/Editors/Vim
+Requires: %{name}-rt = %{epoch}:%{version}-%{release}
+Provides: vi-editor
+Provides: vi
+Provides: vim-editor = %{epoch}:%{version}-%{release}
+
+%description light
+This package provides light featured version of Vim.
+
+%description light -l pl.UTF-8
+Pakiet ten dostarcza minimalną wersję Vima.
+
%package -n vimx
Summary: Vi IMproved - a Vi clone
Summary(pl.UTF-8): Vi IMproved - klon edytora Vi
@@ -862,6 +877,20 @@ build vimx \
--with-x \
--with-features=huge
+%if %{with light}
+build vim.light \
+ --disable-gui \
+ --without-x \
+ --with-features=small \
+ --disable-perlinterp \
+ --disable-pythoninterp \
+ --disable-rubyinterp \
+ --disable-tclinterp \
+ --disable-cscope \
+ --disable-gpm \
+ --disable-nls
+%endif
+
%if %{with athena}
build gvim.athena \
--with-features=huge \
@@ -1021,6 +1050,9 @@ cp -p %{SOURCE12} $RPM_BUILD_ROOT%{_desktopdir}
install -p src/bin/vim.heavy $RPM_BUILD_ROOT%{_bindir}
install -p src/bin/gvim.heavy $RPM_BUILD_ROOT%{_bindir}
%endif
+%if %{with light}
+install -p src/bin/vim.light $RPM_BUILD_ROOT%{_bindir}
+%endif
install -d $RPM_BUILD_ROOT%{_pixmapsdir}
cp -p runtime/vim48x48.png $RPM_BUILD_ROOT%{_pixmapsdir}/vim.png
@@ -1386,6 +1418,12 @@ rm -rf $RPM_BUILD_ROOT
%attr(755,root,root) %{_bindir}/vim.heavy
%endif
+%if %{with light}
+%files light
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/vim.light
+%endif
+
%files spell-en
%defattr(644,root,root,755)
%{_datadir}/vim/spell/en.*.*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/vim.git/commitdiff/06e19bfcbb65f16159a4bae061e7d606233c7fe6
More information about the pld-cvs-commit
mailing list