commit 46f61d9ee12d6520c6e2d4a31722c766c2a154e675d563caa358edd978cad496 Author: OBS User unknown Date: Thu Jul 31 02:40:46 2008 +0000 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvoikko?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/libvoikko-1.7.tar.bz2 b/libvoikko-1.7.tar.bz2 new file mode 100644 index 0000000..a8f7be6 --- /dev/null +++ b/libvoikko-1.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97e2be59598332753f9dadeac2c03d41d3d6163a409336f4a403b76273dae0b1 +size 262542 diff --git a/libvoikko.changes b/libvoikko.changes new file mode 100644 index 0000000..2aefd5a --- /dev/null +++ b/libvoikko.changes @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Fri Jul 25 12:22:09 CEST 2008 - sbrabec@suse.cz + +- New SuSE package based on spec file from Sami Vento (bnc#394355). + diff --git a/libvoikko.spec b/libvoikko.spec new file mode 100644 index 0000000..45a0a0e --- /dev/null +++ b/libvoikko.spec @@ -0,0 +1,118 @@ +# +# spec file for package libvoikko (Version 1.7) +# +# Copyright (c) 2008 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: libvoikko +Version: 1.7 +Release: 2 +Url: http://voikko.sourceforge.net/ +License: GPL v2 or later +Summary: Spellchecker and Hyphenator for Finnish Language +Group: Productivity/Text/Spell +Source: libvoikko-%{version}.tar.bz2 +BuildRequires: glib2-devel libmalaga-devel +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +%description +Voikko is a Finnish spellchecker and hyphenator based on Malaga and +Suomi-Malaga. + + + +Authors: +-------- + Harri Pitkänen + +%package -n libvoikko1 +License: GPL v2 or later +Group: System/Libraries +Summary: Spellchecker and Hyphenator for Finnish Language +Requires: malaga-suomi + +%description -n libvoikko1 +Voikko is a Finnish spellchecker and hyphenator based on Malaga and +Suomi-Malaga. + + + +Authors: +-------- + Harri Pitkänen + +%package devel +License: GPL v2 or later +Group: Development/Libraries/C and C++ +Summary: Spellchecker and Hyphenator for Finnish Language +Requires: libvoikko1 = %{version} libmalaga-devel + +%description devel +Voikko is a Finnish spellchecker and hyphenator based on Malaga and +Suomi-Malaga. + + + +Authors: +-------- + Harri Pitkänen + +%package -n voikkospell +License: GPL v2 or later +Group: Productivity/Text/Spell +Summary: Spellchecker and Hyphenator for Finnish Language +Requires: %{name} = %{version} + +%description -n voikkospell +Voikko is a Finnish spellchecker and hyphenator based on Malaga and +Suomi-Malaga. + + + +Authors: +-------- + Harri Pitkänen + +%prep +%setup -q + +%build +autoreconf -f -i +%configure\ + --disable-static\ + --with-dictionary-path=%{_datadir}/malaga +make %{?jobs:-j%jobs} + +%install +%makeinstall + +%post -n libvoikko1 -p /sbin/ldconfig + +%postun -n libvoikko1 -p /sbin/ldconfig + +%files -n libvoikko1 +%defattr(-,root,root) +%doc COPYING ChangeLog README +%{_libdir}/*.so.* + +%files -n voikkospell +%defattr(-,root,root) +%{_bindir}/* +%doc %{_mandir}/man?/*.* + +%files devel +%defattr(-,root,root) +%{_includedir}/libvoikko +%{_libdir}/*.so +%{_libdir}/*.*a + +%changelog +* Fri Jul 25 2008 sbrabec@suse.cz +- New SuSE package based on spec file from Sami Vento (bnc#394355). diff --git a/ready b/ready new file mode 100644 index 0000000..473a0f4