Author: glen                         Date: Sat Sep 22 10:24:36 2007 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- AC-branch (fixes missing modelines problem)

---- Files affected:
SPECS:
   vim.spec (1.407 -> 1.407.2.1) 

---- Diffs:

================================================================
Index: SPECS/vim.spec
diff -u SPECS/vim.spec:1.407 SPECS/vim.spec:1.407.2.1
--- SPECS/vim.spec:1.407        Sat Sep 22 12:19:01 2007
+++ SPECS/vim.spec      Sat Sep 22 12:24:31 2007
@@ -11,8 +11,8 @@
 %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_with    perl            # with Perl interp
-%bcond_with    python          # with Python interp
+%bcond_without perl            # without Perl interp
+%bcond_without python          # without Python interp
 %bcond_with    ruby            # with Ruby interp
 %bcond_with    tcl             # with Tcl interp
 %bcond_without selinux         # without selinux support
@@ -107,7 +107,7 @@
 BuildRequires: rpmbuild(macros) >= 1.351
 %{?with_ruby:BuildRequires:    ruby-devel}
 %{?with_tcl:BuildRequires:     tcl-devel}
-%{?with_athena:BuildRequires:  xorg-lib-libXaw-devel}
+%{?with_athena:BuildRequires:  XFree86-devel}
 Obsoletes:     kvim
 %if %{with static}
 BuildRequires: acl-static
@@ -1087,6 +1087,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.407.2.1  2007/09/22 10:24:31  glen
+- AC-branch (fixes missing modelines problem)
+
 Revision 1.407  2007/09/22 10:19:01  glen
 - adapter
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/vim.spec?r1=1.407&r2=1.407.2.1&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to