SPECS: vim.spec - don't mark spelling stuff with lang() - it's not...

qboosh qboosh at pld-linux.org
Mon May 22 01:07:04 CEST 2006


Author: qboosh                       Date: Sun May 21 23:07:04 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- don't mark spelling stuff with lang() - it's not the same as package localization
  (todo: separate vim-spell-en)

---- Files affected:
SPECS:
   vim.spec (1.362 -> 1.363) 

---- Diffs:

================================================================
Index: SPECS/vim.spec
diff -u SPECS/vim.spec:1.362 SPECS/vim.spec:1.363
--- SPECS/vim.spec:1.362	Sat May 20 15:43:37 2006
+++ SPECS/vim.spec	Mon May 22 01:06:58 2006
@@ -1,6 +1,7 @@
 # $Revision$, $Date$
 # TODO:
 # - fix man dirs (encodings in paths - such dirs don't exist in system)
+# - separate vim-spell-en
 # - some nice icon
 # - bonobo patches need update
 #
@@ -1038,9 +1039,10 @@
 
 %dir %{_datadir}/vim/v*/spell
 %{_datadir}/vim/v*/spell/cleanadd.vim
-%lang(en_GB) %{_datadir}/vim/v*/spell/en.*.*
-%lang(he) %{_datadir}/vim/v*/spell/he.*
-%lang(yi) %{_datadir}/vim/v*/spell/yi.*
+# XXX: separate vim-spell-en
+%{_datadir}/vim/v*/spell/en.*.*
+%{_datadir}/vim/v*/spell/he.*
+%{_datadir}/vim/v*/spell/yi.*
 
 %{_datadir}/vim/v*/macros
 %{_datadir}/vim/v*/plugin
@@ -1123,6 +1125,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.363  2006/05/21 23:06:58  qboosh
+- don't mark spelling stuff with lang() - it's not the same as package localization
+  (todo: separate vim-spell-en)
+
 Revision 1.362  2006/05/20 13:43:37  qboosh
 - man dirs need fix
 
================================================================

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



More information about the pld-cvs-commit mailing list