SPECS: vim.spec - kill language dependencies as agreed (it seems) ...
wrobell
wrobell at pld-linux.org
Sun Aug 12 02:20:30 CEST 2007
Author: wrobell Date: Sun Aug 12 00:20:30 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- kill language dependencies as agreed (it seems) on devel list
- rel. 2
---- Files affected:
SPECS:
vim.spec (1.401 -> 1.402)
---- Diffs:
================================================================
Index: SPECS/vim.spec
diff -u SPECS/vim.spec:1.401 SPECS/vim.spec:1.402
--- SPECS/vim.spec:1.401 Tue Jul 24 12:19:51 2007
+++ SPECS/vim.spec Sun Aug 12 02:20:25 2007
@@ -3,6 +3,8 @@
# - merge with AC-branch
# - some nice icon
# - bonobo patches need update
+# - create vim-full (better name, anybody?) or/and other packages
+# for scripting languages support
#
# Conditional build:
%bcond_without static # don't build static version
@@ -10,17 +12,17 @@
%bcond_without motif # don't build Motif-based gvim
%bcond_without gtk # don't build GTK+-based gvim support
%bcond_without gnome # don't build GNOME-based gvim support
-%bcond_without perl # without Perl interp
-%bcond_without python # with Python interp
-%bcond_without ruby # with Ruby interp
-%bcond_without tcl # with Tcl interp
+%bcond_with perl # without Perl interp
+%bcond_with python # with Python interp
+%bcond_with ruby # with Ruby interp
+%bcond_with tcl # with Tcl interp
%bcond_with bonobo # with bonobo component (breaks other things)
%bcond_without selinux # without selinux support
%bcond_without home_etc # without home_etc support
#
%define _ver 7.1
%define _patchlevel 035
-%define _rel 1
+%define _rel 2
# cflags get changed while configuring
%undefine configure_cache
@@ -922,25 +924,25 @@
%attr(755,root,root) %{_bindir}/rvim
%attr(755,root,root) %{_bindir}/vim
%attr(755,root,root) %{_bindir}/vimdiff
-%{_mandir}/man1/eview.1*
+#%{_mandir}/man1/eview.1*
%{_mandir}/man1/evim.1*
%{_mandir}/man1/rvim.1*
%{_mandir}/man1/vimdiff.1*
%lang(fi) %{_mandir}/fi/man1/rvim.1*
-%lang(fr) %{_mandir}/fr/man1/eview.1*
+#%lang(fr) %{_mandir}/fr/man1/eview.1*
%lang(fr) %{_mandir}/fr/man1/evim.1*
%lang(fr) %{_mandir}/fr/man1/rvim.1*
%lang(fr) %{_mandir}/fr/man1/vimdiff.1*
%lang(id) %{_mandir}/id/man1/rvim.1*
-%lang(it) %{_mandir}/it/man1/eview.1*
+#%lang(it) %{_mandir}/it/man1/eview.1*
%lang(it) %{_mandir}/it/man1/evim.1*
%lang(it) %{_mandir}/it/man1/rvim.1*
%lang(it) %{_mandir}/it/man1/vimdiff.1*
-%lang(pl) %{_mandir}/pl/man1/eview.1*
+#%lang(pl) %{_mandir}/pl/man1/eview.1*
%lang(pl) %{_mandir}/pl/man1/evim.1*
%lang(pl) %{_mandir}/pl/man1/rvim.1*
%lang(pl) %{_mandir}/pl/man1/vimdiff.1*
-%lang(ru) %{_mandir}/ru/man1/eview.1*
+#%lang(ru) %{_mandir}/ru/man1/eview.1*
%lang(ru) %{_mandir}/ru/man1/evim.1*
%lang(ru) %{_mandir}/ru/man1/rvim.1*
%lang(ru) %{_mandir}/ru/man1/vimdiff.1*
@@ -1169,6 +1171,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.402 2007/08/12 00:20:25 wrobell
+- kill language dependencies as agreed (it seems) on devel list
+- rel. 2
+
Revision 1.401 2007/07/24 10:19:51 adamg
- updated to 7.1.035
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/vim.spec?r1=1.401&r2=1.402&f=u
More information about the pld-cvs-commit
mailing list