commit a36239d7563a3307ac8a403c7bdd26652519097cf27c3a8540940f4e4c1bc7bd Author: OBS User unknown Date: Mon Jan 15 23:18:05 2007 +0000 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ispell-slovak?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/ispell-sk-0.3.2-encoding_readme.patch.bz2 b/ispell-sk-0.3.2-encoding_readme.patch.bz2 new file mode 100644 index 0000000..931bae6 --- /dev/null +++ b/ispell-sk-0.3.2-encoding_readme.patch.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e6a063eee5a9184b31d16f0dc3f4070f68ab97d32cf0373c7bfaf0714fbffa9 +size 5685 diff --git a/ispell-sk-0.3.2-installdir.patch b/ispell-sk-0.3.2-installdir.patch new file mode 100644 index 0000000..1bf0777 --- /dev/null +++ b/ispell-sk-0.3.2-installdir.patch @@ -0,0 +1,46 @@ +--- Makefile ++++ Makefile +@@ -1,11 +1,11 @@ +-DESTDIR=/usr/lib/ispell ++installdir=/usr/lib/ispell + + all: slovak.hash + + install: slovak.hash slovak.aff +- mkdir -p $(DESTDIR) +- install -o root -g bin -m 0444 slovak.hash $(DESTDIR) +- install -o root -g bin -m 0444 slovak.aff $(DESTDIR) ++ mkdir -p $(DESTDIR)$(installdir) ++ install -m 0444 slovak.hash $(DESTDIR)$(installdir) ++ install -m 0444 slovak.aff $(DESTDIR)$(installdir) + + slovak.hash: slovak.aff slovak.words + buildhash slovak.words slovak.aff slovak.hash +--- README.en ++++ README.en +@@ -31,9 +31,9 @@ + # make install + + The default install directory is /usr/lib/ispell/, if you want to change +-it, use the $(DESTDIR) variable, e.g.: ++it, use the $(installdir) variable, e.g.: + +- # make DESTDIR=/usr/local/lib/ispell/ install ++ # make installdir=/usr/local/lib/ispell/ install + + If you don't have ``make'' installed on your system or can't use it for + whatever reason, you can install dictionary with the provided install.sh +--- README.sk ++++ README.sk +@@ -35,9 +35,9 @@ + # make install + + V prípade, že chcete inštalovať slovník do iného adresára, použite +-parameter $(DESTDIR), napr. ++parameter $(installdir), napr. + +- # make DESTDIR=/usr/local/lib/ispell/ install ++ # make installdir=/usr/local/lib/ispell/ install + + V prípade, že nemáte na svojom systéme nainštalovaný program 'make' + alebo z iného dôvodu ho nechcete alebo nemôžete použiť, môžete spustiť diff --git a/ispell-sk-0.3.2.tar.bz2 b/ispell-sk-0.3.2.tar.bz2 new file mode 100644 index 0000000..4487204 --- /dev/null +++ b/ispell-sk-0.3.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:219ec25442fa8b9c30e4ca3b48a467e175be0087dd243e96ed55aa4e1017c969 +size 665181 diff --git a/ispell-slovak.changes b/ispell-slovak.changes new file mode 100644 index 0000000..1abf2e4 --- /dev/null +++ b/ispell-slovak.changes @@ -0,0 +1,69 @@ +------------------------------------------------------------------- +Fri Aug 4 20:43:32 CEST 2006 - lmichnovic@suse.cz + +- update to version 0.3.2 + - removed install.sh, improved make clean + - integration of 3 letters Slovak words +- renamed *.patch to *-installdir.patch +- recoded README.sk to make it readable in unicode envirovement + (encoding_readme.patch.bz2) + +------------------------------------------------------------------- +Fri Feb 24 21:10:21 CET 2006 - lmichnovic@suse.cz + +- added Provides: locale (ispell:sk) + +------------------------------------------------------------------- +Wed Jan 25 21:36:44 CET 2006 - mls@suse.de + +- converted neededforbuild to BuildRequires + +------------------------------------------------------------------- +Fri Sep 16 19:36:42 CEST 2005 - lmichnovic@suse.cz + +- updated to version 0.3.0 + +------------------------------------------------------------------- +Thu Jan 6 15:53:56 CET 2005 - pmladek@suse.cz + +- build an architecture dependent package; the hash table ondisk format + depends on architecture (little/big endiannes, pointer size) [#49407] + +------------------------------------------------------------------- +Wed Sep 01 21:10:37 CEST 2004 - pmladek@suse.cz + +- updated to version 0.2.2 + +------------------------------------------------------------------- +Thu Mar 04 21:37:28 CET 2004 - pmladek@suse.cz + +- updated to version 0.2.1 + * license is GPL + +------------------------------------------------------------------- +Mon Feb 23 11:30:03 CET 2004 - hmacht@suse.de + +- building as non-root + +------------------------------------------------------------------- +Tue Mar 5 17:32:06 CET 2002 - egmont@suselinux.hu + +- Removed 'requires: ispell' (bug #13609) + +------------------------------------------------------------------- +Thu Jan 24 11:14:30 CET 2002 - egmont@suselinux.hu + +- Renamed to ispell-slovak + +------------------------------------------------------------------- +Wed Mar 14 19:29:01 CET 2001 - werner@suse.de + +- Use dynamic emacs menu feature of ispell package + used by both emacs +- No spaces within file names + +------------------------------------------------------------------- +Mon Feb 12 10:31:14 CET 2001 - cihlar@suse.cz + +- package created + diff --git a/ispell-slovak.spec b/ispell-slovak.spec new file mode 100644 index 0000000..0e3305f --- /dev/null +++ b/ispell-slovak.spec @@ -0,0 +1,105 @@ +# +# spec file for package ispell-slovak (Version 0.3.2) +# +# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# This file and all modifications and additions to the pristine +# package are under the same license as the package itself. +# +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + +# norootforbuild + +Name: ispell-slovak +BuildRequires: ispell +License: GPL +Group: Productivity/Text/Spell +Autoreqprov: on +Version: 0.3.2 +Release: 1 +Summary: Slovak Ispell Dictionary +URL: http://spell.linux.sk/ +Source: ispell-sk-%{version}.tar.bz2 +Source1: slovak.el +Patch: ispell-sk-%{version}-installdir.patch +Patch1: ispell-sk-%{version}-encoding_readme.patch.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-build +Provides: ispell_dictionary islovak +Obsoletes: islovak +Provides: locale(ispell:sk) + +%description +This packages includes a ready Slovak dictionary for ispell. A short +usage description for ispell is given in +/usr/share/doc/packages/ispell/README of the packages ispell. The +sources for this dictionary are included in the package dicts. + + + +Authors: +-------- + Zdenko Podobný + +%prep +%setup -n ispell-sk-%{version} +# fix permissions +chmod 755 $RPM_BUILD_DIR/ispell-sk-%{version} +chmod 644 ./* +# +%patch +%patch1 +# +install -m 644 %{S:1} . + +%build +make + +%install +make DESTDIR="$RPM_BUILD_ROOT" install +# +install -m 755 -d $RPM_BUILD_ROOT/usr/lib/ispell/emacs +install -m 644 slovak.el $RPM_BUILD_ROOT/usr/lib/ispell/emacs/ + +%files +%defattr(-,root,root) +%doc AUTHORS CHANGELOG COPYING Copyright Descript.ion README* TODO +/usr/lib/ispell/slovak.* +/usr/lib/ispell/emacs/slovak.el + +%clean +rm -rf $RPM_BUILD_ROOT + +%changelog -n ispell-slovak +* Fri Aug 04 2006 - lmichnovic@suse.cz +- update to version 0.3.2 +- removed install.sh, improved make clean +- integration of 3 letters Slovak words +- renamed *.patch to *-installdir.patch +- recoded README.sk to make it readable in unicode envirovement + (encoding_readme.patch.bz2) +* Fri Feb 24 2006 - lmichnovic@suse.cz +- added Provides: locale (ispell:sk) +* Wed Jan 25 2006 - mls@suse.de +- converted neededforbuild to BuildRequires +* Fri Sep 16 2005 - lmichnovic@suse.cz +- updated to version 0.3.0 +* Thu Jan 06 2005 - pmladek@suse.cz +- build an architecture dependent package; the hash table ondisk format + depends on architecture (little/big endiannes, pointer size) [#49407] +* Wed Sep 01 2004 - pmladek@suse.cz +- updated to version 0.2.2 +* Thu Mar 04 2004 - pmladek@suse.cz +- updated to version 0.2.1 + * license is GPL +* Mon Feb 23 2004 - hmacht@suse.de +- building as non-root +* Tue Mar 05 2002 - egmont@suselinux.hu +- Removed 'requires: ispell' (bug #13609) +* Thu Jan 24 2002 - egmont@suselinux.hu +- Renamed to ispell-slovak +* Wed Mar 14 2001 - werner@suse.de +- Use dynamic emacs menu feature of ispell package + used by both emacs +- No spaces within file names +* Mon Feb 12 2001 - cihlar@suse.cz +- package created diff --git a/ready b/ready new file mode 100644 index 0000000..473a0f4 diff --git a/slovak.el b/slovak.el new file mode 100644 index 0000000..dbf3da9 --- /dev/null +++ b/slovak.el @@ -0,0 +1,9 @@ +;; Used by ispell-emacs-menu.el +;; Do *not* byte-compile this file because its loaded by both emacs and xemacs + +(append-ispell-dict-alist "slovak.hash" + '("slovak-latin2" + "[A-Za-z\245\251\253\256\265\271\273\276\300\301\304\305\310\311\315\317\322-\324\332\335\340\341\344\345\350\351\355\357\362-\364\372\375]" + "[^A-Za-z\245\251\253\256\265\271\273\276\300\301\304\305\310\311\315\317\322-\324\332\335\340\341\344\345\350\351\355\357\362-\364\372\375]" + "[']" nil ("-B" "-d" "slovak") nil iso-8859-2)) +