X-Git-Url: http://git.pld-linux.org/?p=packages%2Faspell.git;a=blobdiff_plain;f=aspell.spec;h=d2910f30415cd183bb29c702260ed396d71d030b;hp=399611c924048a04ae79e4d177f71c223194e8e6;hb=HEAD;hpb=917f25e57d7ca5a2ea2bfe8c86f6a181f039b8d5 diff --git a/aspell.spec b/aspell.spec index 399611c..09d1698 100644 --- a/aspell.spec +++ b/aspell.spec @@ -1,135 +1,205 @@ -Summary: Aspell is an Open Source spell checker. +Summary: GNU Aspell is an Open Source spell checker +Summary(pl.UTF-8): GNU Aspell jest kontrolerem pisowni +Summary(pt_BR.UTF-8): Verificador ortográfico Name: aspell -Version: .27.2 -Release: 3 -Serial: 1 -Copyright: LGPL -Group: Utilities/Text -Group(pl): Narzêdzia/Tekst -Vendor: Kevin Atkinson -Source: http://metalab.unc.edu/kevina/aspell/%{name}-%{version}.tar.gz -URL: http://metalab.unc.edu/kevina/aspell/ -BuildPrereq: libstdc++-devel -Provides: ispell -Obsoletes: ispell -BuildRoot: /tmp/%{name}-%{version}-root +Version: 0.60.8.1 +Release: 1 +Epoch: 3 +License: LGPL v2 or v2.1 +Group: Applications/Text +Source0: https://ftp.gnu.org/gnu/aspell/%{name}-%{version}.tar.gz +# Source0-md5: 187bd142f522ada555c7aa6b9cbf56e6 +Patch0: %{name}-info.patch +Patch1: %{name}-ac.patch +#Patch2: %{name}-home_etc.patch +URL: http://aspell.net/ +BuildRequires: autoconf >= 2.50 +BuildRequires: automake +BuildRequires: gettext-tools >= 0.19.3 +BuildRequires: libstdc++-devel +BuildRequires: libtool >= 2:1.5 +BuildRequires: ncurses-devel +BuildRequires: texinfo +Requires: %{name}-libs = %{epoch}:%{version}-%{release} +Provides: pspell = %{epoch}:%{version}-%{release} +Obsoletes: libaspell15 +Obsoletes: pspell < 2:13 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -Aspell is an Open Source spell checker designed to eventually replace -Ispell. Its main feature is that it does a much better job of coming up with -possible suggestions than Ispell does. In fact recent tests shows that it -even does better than Microsoft Word 97's spell checker in some cases. In -addition it has both compile time and run time support for other non English -languages. Aspell also doubles as a powerful C++ library with C and Perl -interfaces in the works. +GNU Aspell is a Free and Open Source spell checker designed to +eventually replace Ispell. It can either 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 out there 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. + +%description -l pl.UTF-8 +GNU Aspell jest kontrolerem pisowni zaprojektowanym tak, by móc +zastąpić ispella. Dodatkowo zawiera wsparcie dla innych języków niż +angielski. Interfejs aspella napisany został w C++, a interfejsy w +Perlu i C są aktualnie rozwijane. + +%description -l pt_BR.UTF-8 +GNU Aspell é um verificador ortográfico criado para substituir o +antigo "ispell". Sua principal vantagem (sobre o Ispell) é uma melhor +sugestão de correções. Aspell inclui suporte a vários idiomas e pode +fazer a checagem de arquivos LaTeX e HTML. + +%package libs +Summary: aspell libraries +Summary(pl.UTF-8): Biblioteki aspella +Group: Libraries +Conflicts: aspell < 0.60.4-1.2 + +%description libs +aspell/pspell libraries + +%description libs -l pl.UTF-8 +Biblioteki aspell/pspell. %package devel -Summary: Libraries and header files for aspell development +Summary: Header files for aspell development +Summary(pl.UTF-8): Pliki nagłówkowe dla programistów używających aspella +Summary(pt_BR.UTF-8): Arquivos para desenvolvimento usando Aspell Group: Development/Libraries -Group(pl): Programowanie/Biblioteki -Serial: %{serial} -Requires: %{name} = %{version} +Requires: %{name}-libs = %{epoch}:%{version}-%{release} +Requires: libstdc++-devel +Provides: pspell-devel = %{epoch}:%{version}-%{release} +Obsoletes: libaspell15-devel +Obsoletes: pspell-devel < 2:13 %description devel -Aspell is an Open Source spell checker. +Aspell is an Open Source spell checker. This package contains header +files for aspell development. -Libraries and header files for aspell development +%description devel -l pl.UTF-8 +Aspell jest kontrolerem pisowni. Ten pakiet zawiera pliki nagłówkowe +dla programistów używających bibliotek aspella. + +%description devel -l pt_BR.UTF-8 +Aspell é um corretor ortográfico. O pacote -devel inclui bibliotecas +dinâmicas e arquivos de inclusão necessários para o desenvolvimento +utilizando o aspell. %package static -Summary: Static Libraries for aspell development +Summary: Static libraries for aspell development +Summary(pl.UTF-8): Biblioteki statyczne aspella +Summary(pt_BR.UTF-8): Bibliotecas estáticas para desenvolvimento usando Aspell Group: Development/Libraries -Group(pl): Programowanie/Biblioteki -Serial: %{serial} -Requires: %{name}-devel = %{version} +Requires: %{name}-devel = %{epoch}:%{version}-%{release} +Provides: pspell-static = %{epoch}:%{version}-%{release} +Obsoletes: pspell-static < 2:13 %description static -Aspell is an Open Source spell checker. +Aspell is an Open Source spell checker. This package contains static +aspell libraries. + +%description static -l pl.UTF-8 +Aspell jest kontrolerem pisowni. Pakiet ten zawiera biblioteki +statyczne aspella. -Static Libraries for aspell development +%description static -l pt_BR.UTF-8 +Aspell é um corretor ortográfico. O pacote -devel-static inclui as +bibliotecas estáticas necessárias para o desenvolvimento utilizando o +aspell. %prep %setup -q - -cp -p %{_includedir}/g++/stl_rope.h . -patch - [.27.2-3] -- added BuildPrereq rules, -- moved aspell dictionaries to %{_datadir}/aspell, -- added stripping shared libraries, -- "manke install" with using $DESTDIR, -- added using $RPM_OPT_FLAGS in CXXFLAGS on compile time, -- added %{_bindir}/ispell symplink to aspell, -- added gzipping %doc, -- added Provides and Obsoletes ispell (asspel is full replacement ispell but - much faster and beter). - -* Fri Apr 30 1999 Artur Frysiak -- added static subpackage -- full %%attr description -- partial pl translation - -* Tue Mar 2 1999 Ryan Weaver - [aspell-.27.2-2] -- Changes from .27.1 to .27.2 (Mar 1, 1999) -- Fixed a major bug that caused aspell to dump core when used - without any arguments -- Fixed another major bug that caused aspell to do nothing when used - in interactive mode. -- Added an option to exit in Aspell's interactive mode. -- Removed some old documentation files from the distribution. -- Minor changes on to the section on using Aspell with egcs. -- Minor changes to remove -Wall warnings. +%{_libdir}/libpspell.a