]> git.pld-linux.org Git - packages/vim-spell-pl.git/commitdiff
- new AC-STABLE auto/ac/vim-spell-pl-20060518-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 18 May 2006 11:36:48 +0000 (11:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vim-spell-pl.spec -> 1.1

vim-spell-pl.spec [new file with mode: 0644]

diff --git a/vim-spell-pl.spec b/vim-spell-pl.spec
new file mode 100644 (file)
index 0000000..b608da3
--- /dev/null
@@ -0,0 +1,44 @@
+Summary:       Polish dictionaries for VIMspell
+Summary(pl):   Polskie s³owniki dla VIMspella
+Name:          vim-spell-pl
+Version:       20060518
+Release:       1
+License:       Creative Commons License
+Group:         Applications/Editors/Vim
+Source0:       http://www.kurnik.pl/slownik/ort/alt-myspell-pl-%{version}.tar.bz2
+# Source0-md5: 80b7ba85ee65e9f57ca9c4de0a357ce2
+# vim-7.0/vim70/runtime/spell/pl/pl_PL.diff
+Patch0:                %{name}-pl_PL.diff
+URL:           http://www.kurnik.pl/slownik/ort/
+BuildRequires: vim >= 4:7.0
+Requires:      vim >= 4:7.0.017-2
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Polish dictionaries for VIMspell.
+
+%description -l pl
+Polskie s³owniki dla VIMspella.
+
+%prep
+%setup -q -n alt-myspell-pl-%{version}
+%patch0 -p0
+
+%build
+vim -u NONE -c 'set enc=iso-8859-2' -c 'mkspell! pl pl_PL' -c q
+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%{_datadir}/vim/vimfiles/spell
+
+install *.spl $RPM_BUILD_ROOT%{_datadir}/vim/vimfiles/spell
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README_pl_PL.txt
+%{_datadir}/vim/vimfiles/spell/pl.*.spl
This page took 0.045472 seconds and 4 git commands to generate.