]> git.pld-linux.org Git - packages/vim.git/commitdiff
- don't mark spelling stuff with lang() - it's not the same as package localization
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 21 May 2006 23:06:58 +0000 (23:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (todo: separate vim-spell-en)

Changed files:
    vim.spec -> 1.363

vim.spec

index 7e046b7cd249b993a23d130cfb09de0c42ff132f..505da0b455157ae0ddb17ed0ad4fddbf316cf9b7 100644 (file)
--- a/vim.spec
+++ b/vim.spec
@@ -1,5 +1,6 @@
 # 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
 #
@@ -1037,9 +1038,10 @@ rm -rf $RPM_BUILD_ROOT
 
 %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
This page took 0.088088 seconds and 4 git commands to generate.