]> git.pld-linux.org Git - packages/vim-spell-pl.git/blobdiff - vim-spell-pl.spec
- updated to version 20131202
[packages/vim-spell-pl.git] / vim-spell-pl.spec
index dedea3c0fb4dfad74c2ef41d733ed1ad35de5d02..f91566c1cb4d87d56699ed9d56f89852b14aa287 100644 (file)
@@ -1,22 +1,22 @@
 Summary:       Polish dictionaries for VIMspell
 Summary(pl.UTF-8):     Polskie sĹ‚owniki dla VIMspella
 Name:          vim-spell-pl
-Version:       20090211
+Version:       20131202
 Release:       1
 License:       Creative Commons License
 Group:         Applications/Editors/Vim
 Source0:       http://sjp.pl/slownik/ort/sjp-myspell-pl-%{version}.zip
-# Source0-md5: b40c883974ead372444560fd56ced70d
+# Source0-md5: c7a5d4d7db274d89660a0e78b1687c89
 # vim-7.0/vim70/runtime/spell/pl/pl_PL.diff
 Patch0:                %{name}-pl_PL.diff
 URL:           http://www.sjp.pl/slownik/ort/
 BuildRequires: unzip
 BuildRequires: vim >= 4:7.0
-Requires:      vim-rt >= 4:7.0.017-2
+Requires:      vim-rt >= 4:7.2.170
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _vimdatadir     %{_datadir}/vim/vimfiles
+%define                _vimdatadir     %{_datadir}/vim
 
 %description
 Polish dictionaries for VIMspell.
@@ -36,8 +36,7 @@ vim -u NONE -c 'set enc=utf-8' -c 'mkspell! pl pl_PL' -c q
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_vimdatadir}/spell
-
-install *.spl $RPM_BUILD_ROOT%{_vimdatadir}/spell
+cp -a *.spl $RPM_BUILD_ROOT%{_vimdatadir}/spell
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.071562 seconds and 4 git commands to generate.