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