]> git.pld-linux.org Git - packages/aspell.git/blame - aspell.spec
- ispell/spell as executable for run-with-aspell(1)
[packages/aspell.git] / aspell.spec
CommitLineData
29808a3a 1Summary: GNU Aspell is an Open Source spell checker
b2074ef5
ER
2Summary(pl.UTF-8): GNU Aspell jest kontrolerem pisowni
3Summary(pt_BR.UTF-8): Verificador ortográfico
692f503b 4Name: aspell
e614fd50 5Version: 0.60.5
f8820f74 6Release: 2
3229d7a8 7Epoch: 3
36035ad5 8License: LGPL
08284c5c 9Group: Applications/Text
14f62ae4 10Source0: http://ftp.gnu.org/gnu/aspell/%{name}-%{version}.tar.gz
e614fd50 11# Source0-md5: 17fd8acac6293336bcef44391b71e337
adfd1e7c 12Patch0: %{name}-info.patch
0c9c8138 13Patch1: %{name}-home_etc.patch
e614fd50 14Patch2: %{name}-missing.patch
29808a3a 15URL: http://aspell.net/
e614fd50 16BuildRequires: autoconf >= 2.50
c0e7792e 17BuildRequires: automake
e614fd50 18BuildRequires: gettext-devel >= 0.16.1
6903c623 19BuildRequires: libstdc++-devel
fdd666a7 20BuildRequires: libtool >= 2:1.5
829fa502 21BuildRequires: texinfo
d11713af 22Requires: %{name}-libs = %{epoch}:%{version}-%{release}
29808a3a 23Provides: pspell = %{epoch}:%{version}-%{release}
b5416d60 24Obsoletes: libaspell15
25Obsoletes: pspell
a0727e14 26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
7c47e7ac 27
28%description
29808a3a
AM
29GNU Aspell is a Free and Open Source spell checker designed to
30eventually replace Ispell. It can either be used as a library or as an
31independent spell checker. Its main feature is that it does a much
32better job of coming up with possible suggestions than just about any
33other spell checker out there for the English language, including
34Ispell and Microsoft Word. It also has many other technical
35enhancements over Ispell such as using shared memory for dictionaries
36and intelligently handling personal dictionaries when more than one
37Aspell process is open at once.
1b33fe9a 38
45c1e30c
JR
39%description -l pl.UTF-8
40GNU Aspell jest kontrolerem pisowni zaprojektowanym tak, by móc
41zastąpić ispella. Dodatkowo zawiera wsparcie dla innych języków niż
42angielski. Interfejs aspella napisany został w C++, a interfejsy w
43Perlu i C są aktualnie rozwijane.
03b960a4 44
45c1e30c
JR
45%description -l pt_BR.UTF-8
46GNU Aspell é um verificador ortográfico criado para substituir o
47antigo "ispell". Sua principal vantagem (sobre o Ispell) é uma melhor
48sugestão de correções. Aspell inclui suporte a vários idiomas e pode
b5416d60 49fazer a checagem de arquivos LaTeX e HTML.
50
206e8364
JB
51%package libs
52Summary: aspell libraries
b2074ef5 53Summary(pl.UTF-8): Biblioteki aspella
206e8364 54Group: Libraries
ec313917 55Conflicts: aspell < 0.60.4-1.2
206e8364
JB
56
57%description libs
58aspell/pspell libraries
59
45c1e30c 60%description libs -l pl.UTF-8
206e8364
JB
61Biblioteki aspell/pspell.
62
1b33fe9a 63%package devel
c0e7792e 64Summary: Header files for aspell development
b2074ef5
ER
65Summary(pl.UTF-8): Pliki nagłówkowe dla programistów używających aspella
66Summary(pt_BR.UTF-8): Arquivos para desenvolvimento usando Aspell
7c47e7ac 67Group: Development/Libraries
d11713af 68Requires: %{name}-libs = %{epoch}:%{version}-%{release}
471c1212 69Requires: libstdc++-devel
29808a3a 70Provides: pspell-devel = %{epoch}:%{version}-%{release}
b5416d60 71Obsoletes: libaspell15-devel
72Obsoletes: pspell-devel
692f503b 73
1b33fe9a 74%description devel
c0e7792e
JB
75Aspell is an Open Source spell checker. This package contains header
76files for aspell development.
692f503b 77
45c1e30c
JR
78%description devel -l pl.UTF-8
79Aspell jest kontrolerem pisowni. Ten pakiet zawiera pliki nagłówkowe
80dla programistów używających bibliotek aspella.
03b960a4 81
45c1e30c
JR
82%description devel -l pt_BR.UTF-8
83Aspell é um corretor ortográfico. O pacote -devel inclui bibliotecas
84dinâmicas e arquivos de inclusão necessários para o desenvolvimento
b5416d60 85utilizando o aspell.
86
1b33fe9a 87%package static
c0e7792e 88Summary: Static libraries for aspell development
b2074ef5
ER
89Summary(pl.UTF-8): Biblioteki statyczne aspella
90Summary(pt_BR.UTF-8): Bibliotecas estáticas para desenvolvimento usando Aspell
692f503b 91Group: Development/Libraries
fdd666a7 92Requires: %{name}-devel = %{epoch}:%{version}-%{release}
29808a3a 93Provides: pspell-static = %{epoch}:%{version}-%{release}
a0727e14 94Obsoletes: pspell-static
692f503b 95
1b33fe9a 96%description static
c0e7792e
JB
97Aspell is an Open Source spell checker. This package contains static
98aspell libraries.
7c47e7ac 99
45c1e30c 100%description static -l pl.UTF-8
36035ad5 101Aspell jest kontrolerem pisowni. Pakiet ten zawiera biblioteki
c0e7792e 102statyczne aspella.
03b960a4 103
45c1e30c
JR
104%description static -l pt_BR.UTF-8
105Aspell é um corretor ortográfico. O pacote -devel-static inclui as
106bibliotecas estáticas necessárias para o desenvolvimento utilizando o
b5416d60 107aspell.
108
7c47e7ac 109%prep
29808a3a 110%setup -q
8a20b7ca 111%patch0 -p1
0c9c8138 112%patch1 -p1
51b4dc11 113%patch2 -p1
7c47e7ac 114
7c47e7ac 115%build
c60a7195 116%{__gettextize}
f7f1ba2a 117%{__libtoolize}
b3d888b5 118%{__aclocal} -I m4
f7f1ba2a
JB
119%{__autoconf}
120%{__automake}
c0e7792e 121%configure \
1b33fe9a 122 --enable-shared \
7882411f 123 --enable-static \
124 --enable-pkgdatadir=%{_datadir}/aspell \
ab1a1eaa 125 --enable-pkglibdir=%{_libdir}/aspell
93c59535 126
29808a3a 127%{__make}
7c47e7ac 128
129%install
692f503b 130rm -rf $RPM_BUILD_ROOT
2c8b2a3c 131
222611b2 132%{__make} install \
c0e7792e 133 DESTDIR=$RPM_BUILD_ROOT
7c47e7ac 134
ce7517ab 135rm -f $RPM_BUILD_ROOT%{_datadir}/info/dir
246f91bc 136%find_lang %{name}
137
7c47e7ac 138%clean
139rm -rf $RPM_BUILD_ROOT
140
d11713af
ER
141%post libs -p /sbin/ldconfig
142%postun libs -p /sbin/ldconfig
c0e7792e 143
246f91bc 144%files -f %{name}.lang
692f503b 145%defattr(644,root,root,755)
246f91bc 146%doc README manual/aspell.html
147%{_infodir}/aspell.info*
e614fd50
JB
148%attr(755,root,root) %{_bindir}/aspell
149%attr(755,root,root) %{_bindir}/aspell-import
246f91bc 150%attr(755,root,root) %{_bindir}/pre*
246f91bc 151%attr(755,root,root) %{_bindir}/run-with-aspell
e614fd50 152%attr(755,root,root) %{_bindir}/word-list-compress
f8820f74
ER
153%dir %{_datadir}/aspell
154%attr(755,root,root) %{_datadir}/aspell/ispell
155%attr(755,root,root) %{_datadir}/aspell/spell
156%{_datadir}/aspell/*.cmap
157%{_datadir}/aspell/*.cset
158%{_datadir}/aspell/*.kbd
e614fd50
JB
159%{_mandir}/man1/aspell.1*
160%{_mandir}/man1/aspell-import.1*
161%{_mandir}/man1/pre*.1*
162%{_mandir}/man1/run-with-aspell.1*
163%{_mandir}/man1/word-list-compress.1*
7c47e7ac 164
206e8364
JB
165%files libs
166%defattr(644,root,root,755)
e614fd50 167%attr(755,root,root) %{_libdir}/libaspell.so.*.*.*
f8820f74 168%attr(755,root,root) %ghost %{_libdir}/libaspell.so.15
e614fd50 169%attr(755,root,root) %{_libdir}/libpspell.so.*.*.*
f8820f74 170%attr(755,root,root) %ghost %{_libdir}/libpspell.so.15
206e8364
JB
171%{_libdir}/aspell
172
9b3c8de6 173%files devel
692f503b 174%defattr(644,root,root,755)
246f91bc 175%doc manual/aspell-dev.html
fdd666a7 176%attr(755,root,root) %{_bindir}/pspell-config
e614fd50
JB
177%attr(755,root,root) %{_libdir}/libaspell.so
178%attr(755,root,root) %{_libdir}/libpspell.so
179%{_libdir}/libaspell.la
180%{_libdir}/libpspell.la
29808a3a 181%{_includedir}/pspell
e614fd50
JB
182%{_includedir}/aspell.h
183%{_mandir}/man1/pspell-config.1*
184%{_infodir}/aspell-dev.info*
692f503b
AF
185
186%files static
187%defattr(644,root,root,755)
e614fd50
JB
188%{_libdir}/libaspell.a
189%{_libdir}/libpspell.a
This page took 0.061878 seconds and 4 git commands to generate.