Author: glen Date: Mon Jul 20 19:38:33 2009 GMT Module: packages Tag: HEAD ---- Log message: - new, based on vim-spell-pl.spec
---- Files affected: packages/vim-spell-et: vim-spell-et.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/vim-spell-et/vim-spell-et.spec diff -u /dev/null packages/vim-spell-et/vim-spell-et.spec:1.1 --- /dev/null Mon Jul 20 21:38:33 2009 +++ packages/vim-spell-et/vim-spell-et.spec Mon Jul 20 21:38:27 2009 @@ -0,0 +1,47 @@ +# $Revision$, $Date$ +Summary: Estonian dictionaries for VIMspell +Name: vim-spell-et +Version: 1.0 +Release: 1 +License: free, see http://www.eki.ee/eki/licence.html +Group: Applications/Editors/Vim +Source0: ftp://ftp.linux.ee/pub/openoffice/contrib/dictionaries/et_EE.zip +# Source0-md5: 2a1e97d61132c537aa03df4d0fee9b89 +URL: http://www.sjp.pl/slownik/ort/ +BuildRequires: unzip +BuildRequires: vim >= 4:7.0 +Requires: vim-rt >= 4:7.0.017-2 +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%define _vimdatadir %{_datadir}/vim/vimfiles + +%description +Estonian dictionaries for VIMspell. + +%prep +%setup -q -c + +%build +vim -u NONE -c 'set enc=utf-8' -c 'mkspell! et et_EE' -c q + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_vimdatadir}/spell +cp -a *.spl $RPM_BUILD_ROOT%{_vimdatadir}/spell + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%{_vimdatadir}/spell/et.*.spl + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2009/07/20 19:38:27 glen +- new, based on vim-spell-pl.spec ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
