SPECS: vim.spec - rel 1; kvim is being dropped (no longer maintain...

arekm arekm at pld-linux.org
Tue Oct 25 20:03:00 CEST 2005


Author: arekm                        Date: Tue Oct 25 18:03:00 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel 1; kvim is being dropped (no longer maintained - use yzis.spec as kde alternative)

---- Files affected:
SPECS:
   vim.spec (1.322 -> 1.323) 

---- Diffs:

================================================================
Index: SPECS/vim.spec
diff -u SPECS/vim.spec:1.322 SPECS/vim.spec:1.323
--- SPECS/vim.spec:1.322	Tue Oct 25 19:52:42 2005
+++ SPECS/vim.spec	Tue Oct 25 20:02:55 2005
@@ -1,8 +1,4 @@
 # $Revision$, $Date$
-# TODO
-# - kvim should be dropped since it's no longer developed
-#   (due to being broken by design)
-# - update patches (kvim, see FIXME)
 #
 # Conditional build:
 %bcond_without	static		# don't build static version
@@ -10,7 +6,7 @@
 %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	kde		# don't build kvim
+%bcond_with	kde		# build kvim
 %bcond_without	perl		# without Perl interp
 %bcond_without	python		# without Python interp
 %bcond_with	ruby		# with Ruby interp
@@ -34,7 +30,7 @@
 Summary(uk):	Visual editor IMproved - ´ÄÉÎĎ ÷ŚŇÎÉĘ ňĹÄÁËÔĎŇ :)
 Name:		vim
 Version:	%{_ver}.%{_patchlevel}
-Release:	0.1
+Release:	1
 Epoch:		4
 License:	Charityware
 Group:		Applications/Editors/Vim
@@ -101,7 +97,11 @@
 BuildRequires:	gettext-devel
 BuildRequires:	gpm-devel
 %{?with_gtk:BuildRequires:	gtk+2-devel >= 2:2.6.0}
-%{?with_kde:BuildRequires:	kdelibs-devel >= 9:3.0.0}
+%if %{with kde}
+BuildRequires:	kdelibs-devel >= 9:3.0.0
+%else
+Obsoletes:	kvim
+%endif
 %{?with_gnome:BuildRequires:	libgnomeui-devel >= 2.2.0.1}
 %{?with_selinux:BuildRequires:	libselinux-devel}
 %{?with_motif:BuildRequires:	openmotif-devel}
@@ -1201,6 +1201,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.323  2005/10/25 18:02:55  arekm
+- rel 1; kvim is being dropped (no longer maintained - use yzis.spec as kde alternative)
+
 Revision 1.322  2005/10/25 17:52:42  glen
 - updated syntax patches
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/vim.spec?r1=1.322&r2=1.323&f=u




More information about the pld-cvs-commit mailing list