From 01b2f7f6903fa6ccc64d274311911282629788b107e3cd83f3628e05d143c033 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sun, 14 Sep 2008 23:29:20 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aspell?expand=0&rev=9 --- aspell.changes | 5 +++++ aspell.spec | 41 ++++++++++++++++++++++++++++++++++++++--- 2 files changed, 43 insertions(+), 3 deletions(-) diff --git a/aspell.changes b/aspell.changes index e228433..debc6fd 100644 --- a/aspell.changes +++ b/aspell.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 9 14:13:33 CEST 2008 - pgajdos@suse.cz + +- created aspell-ispell subpackage [bnc#165023] + ------------------------------------------------------------------- Fri Jul 25 10:37:20 CEST 2008 - lmichnovic@suse.cz diff --git a/aspell.spec b/aspell.spec index 5c4086a..a8b0c80 100644 --- a/aspell.spec +++ b/aspell.spec @@ -2,9 +2,16 @@ # spec file for package aspell (Version 0.60.6) # # 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. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -21,7 +28,7 @@ Obsoletes: pspell PreReq: %install_info_prereq AutoReqProv: on Version: 0.60.6 -Release: 1 +Release: 23 Summary: A Free and Open Source Spell Checker Url: http://aspell.net/ Source: aspell-%{version}.tar.bz2 @@ -31,6 +38,7 @@ Patch3: aspell-quotes.patch Patch4: aspell-epmty_file.patch #Patch5: aspell-gcc4_3.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build +Suggests: aspell-ispell %description GNU Aspell is a spell checker designed to eventually replace Ispell. It @@ -60,6 +68,26 @@ to develop applications that require these. +%package ispell +License: LGPL v2.1 or later +Requires: aspell = %{version} +Summary: A Free and Open Source Spell Checker +Group: Productivity/Text/Spell +Conflicts: ispell + +%description ispell +GNU Aspell is a spell checker designed to eventually replace Ispell. It +can be used as a library or as an independent spell checker. + +Its main feature is that it does a much better job of coming up with +possible suggestions than just about any other spell checker available +for the English language, including Ispell and Microsoft Word. It also +has many other technical enhancements over Ispell, such as using shared +memory for dictionaries and intelligently handling personal +dictionaries when more than one Aspell process is open at once. + + + %prep %setup -q %patch1 @@ -91,6 +119,7 @@ make %{?jobs:-j%jobs} %install make DESTDIR=$RPM_BUILD_ROOT install +ln -s %{_libdir}/aspell-0.60/ispell $RPM_BUILD_ROOT/%{_bindir} %find_lang %{name} #mv $RPM_BUILD_ROOT%{_datadir}/aspell/spell $RPM_BUILD_ROOT%{_bindir}/ # @@ -145,7 +174,13 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libaspell.so %{_libdir}/libpspell.so +%files ispell +%defattr(-,root,root) +%{_bindir}/ispell + %changelog +* Tue Sep 09 2008 pgajdos@suse.cz +- created aspell-ispell subpackage [bnc#165023] * Fri Jul 25 2008 lmichnovic@suse.cz - update to version 0.60.6 * bugfix release