]> git.pld-linux.org Git - packages/enchant.git/blob - enchant.spec
- ldconfig dep
[packages/enchant.git] / enchant.spec
1 Summary:        libenchant - generic spell checking library
2 Summary(pl):    libenchant - ogólna biblioteka sprawdzania pisowni
3 Name:           enchant
4 Version:        1.2.0
5 Release:        1
6 License:        LGPL
7 Group:          Libraries
8 Source0:        http://www.abisource.com/downloads/enchant/1.2.0/%{name}-%{version}.tar.gz
9 # Source0-md5:  e44a734a85fbbadf898fb935ac346f31
10 URL:            http://www.abisource.com/enchant/
11 BuildRequires:  aspell-devel >= 2:0.50.0
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  glib2-devel >= 2.0
15 BuildRequires:  libtool
16 BuildRequires:  pkgconfig
17 BuildRequires:  uspell-devel >= 1.1.0
18 Requires(post): /sbin/ldconfig
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 This project aims to provide an efficient, extensible abstraction for
23 dealing with different spell checking libraries. Enchant is meant to
24 provide a generic interface into various existing spell checking
25 libraries. These include, but are not limited to: Aspell/Pspell,
26 Ispell, Hspell, Uspell.
27
28 Enchant is also meant to be used in a cross-platform environment. Part
29 of this means that Enchant wants to limit its number of external
30 dependencies to 0, or as close is as humanly possible. Also, any
31 enchant consumer (i.e. a Word Processor) should not need to know about
32 what backend providers Enchant knows about. In fact, Enchant shouldn't
33 even need to know this information itself. To accomplish this, all of
34 Enchant's providers are dynamically loaded modules.
35
36 Enchant is also meant to be used in a multi-user environment, such as
37 Unix. It is preferable to have both a $USER and a $GLOBAL location for
38 both provider modules and for dictionaries themselves, when possible.
39 Enchant's module location algorithm takes this into account, and gives
40 preference to the $USER resources, when found.
41
42 %description -l pl
43 Celem projektu jest dostarczenie wydajnej i rozszerzalnej abstrakcji
44 do obs³ugi ró¿nych bibliotek kontroli pisowni. Enchant ma dostarczaæ
45 ogólny interfejs do ró¿nych istniej±cych bibliotek. Obejmuj± one (ale
46 nie s± ograniczone do): Aspella/Pspella, Ispella, Hspella, Uspella.
47
48 Enchant ma byæ tak¿e u¿ywany w ¶rodowisku wieloplatformowym. Oznacza
49 to miêdzy innymi, ¿e Enchant ma mieæ ograniczon± liczbê zewnêtrznych
50 zale¿no¶ci do zera lub najbli¿ej jak to mo¿liwe. Tak¿e dowolny klient
51 enchanta (czyli procesor tekstu) nie powinien potrzebowaæ wiedzy,
52 jakie backendy s± dostêpne dla Enchanta. W rzeczywisto¶ci nawet
53 Enchant nie powinien potrzebowaæ takiej informacji. Aby to osi±gn±æ,
54 wszystkie backendy Enchanta s± dynamicznie ³adowanymi modu³ami.
55
56 Enchant ma byæ tak¿e u¿ywany w ¶rodowisku wielou¿ytkownikowym, takim
57 jak Unix. Preferuje siê, ¿eby istnia³y zarówno specyficzne dla
58 u¿ytkownika jak i globalne lokalizacje zarówno dla modu³ów jak i
59 samych s³owników, je¶li to mo¿liwe. Algorytm poszukiwania modu³ów
60 Enchanta bierze to pod uwagê i preferuje zasoby u¿ytkownika, je¶li
61 takie znajdzie.
62
63 %package devel
64 Summary:        Header files for enchant library
65 Summary(pl):    Pliki nag³ówkowe biblioteki enchant
66 Group:          Development/Libraries
67 Requires:       %{name} = %{version}-%{release}
68 Requires:       glib2-devel >= 2.0
69
70 %description devel
71 Header files for enchant library.
72
73 %description devel -l pl
74 Pliki nag³ówkowe biblioteki enchant.
75
76 %package static
77 Summary:        Static enchant library
78 Summary(pl):    Statyczna biblioteka enchant
79 Group:          Development/Libraries
80 Requires:       %{name}-devel = %{version}-%{release}
81
82 %description static
83 Static enchant library.
84
85 %description static -l pl
86 Statyczna biblioteka enchant.
87
88 %package aspell
89 Summary:        aspell provider module for Enchant
90 Summary(pl):    Modu³ obs³uguj±cy aspella dla Enchanta
91 Group:          Libraries
92 Requires:       %{name} = %{version}-%{release}
93 Requires:       aspell >= 2:0.50.0
94
95 %description aspell
96 aspell provider module for Enchant.
97
98 %description aspell -l pl
99 Modu³ obs³uguj±cy aspella dla Enchanta.
100
101 %package ispell
102 Summary:        ispell provider module for Enchant
103 Summary(pl):    Modu³ obs³uguj±cy ispella dla Enchanta
104 Group:          Libraries
105 Requires:       %{name} = %{version}-%{release}
106
107 %description ispell
108 ispell provider module for Enchant.
109
110 %description ispell -l pl
111 Modu³ obs³uguj±cy ispella dla Enchanta.
112
113 %package myspell
114 Summary:        myspell provider module for Enchant
115 Summary(pl):    Modu³ obs³uguj±cy myspella dla Enchanta
116 Group:          Libraries
117 Requires:       %{name} = %{version}-%{release}
118
119 %description myspell
120 myspell provider module for Enchant.
121
122 %description myspell -l pl
123 Modu³ obs³uguj±cy myspella dla Enchanta.
124
125 %package uspell
126 Summary:        uspell provider module for Enchant
127 Summary(pl):    Modu³ obs³uguj±cy uspella dla Enchanta
128 Group:          Libraries
129 Requires:       %{name} = %{version}-%{release}
130
131 %description uspell
132 uspell provider module for Enchant.
133
134 %description uspell -l pl
135 Modu³ obs³uguj±cy uspella dla Enchanta.
136
137 %prep
138 %setup -q
139
140 %build
141 %{__libtoolize}
142 %{__aclocal} -I ac-helpers
143 %{__autoconf}
144 %{__automake}
145 %configure \
146         --disable-binreloc \
147         --with-ispell-dir=/usr/lib/ispell \
148         --with-uspell-dir=/usr/share/uspell
149 # --with-myspell-dir=/some/where
150
151 %{__make}
152
153 %install
154 rm -rf $RPM_BUILD_ROOT
155
156 %{__make} install \
157         DESTDIR=$RPM_BUILD_ROOT
158
159 # useless - modules loaded through libgmodule
160 rm -f $RPM_BUILD_ROOT%{_libdir}/enchant/*.{la,a}
161
162 %clean
163 rm -rf $RPM_BUILD_ROOT
164
165 %post
166 /sbin/ldconfig
167 %banner %{name} -e << EOF
168 you should install one of the backends for enchant:
169 - enchant-aspell
170 - enchant-ispell
171 - enchant-myspell
172 - enchant-uspell
173 and appropriate dictionaries
174 EOF
175 %postun -p /sbin/ldconfig
176
177 %files
178 %defattr(644,root,root,755)
179 %doc AUTHORS MAINTAINERS NEWS README TODO
180 %attr(755,root,root) %{_bindir}/enchant
181 %attr(755,root,root) %{_bindir}/enchant-lsmod
182 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
183 %dir %{_libdir}/enchant
184 %{_datadir}/enchant
185 %{_mandir}/man1/enchant.1*
186
187 %files devel
188 %defattr(644,root,root,755)
189 %attr(755,root,root) %{_libdir}/lib*.so
190 %{_libdir}/lib*.la
191 %{_includedir}/enchant
192 %{_pkgconfigdir}/*.pc
193
194 %files static
195 %defattr(644,root,root,755)
196 %{_libdir}/lib*.a
197
198 %files aspell
199 %defattr(644,root,root,755)
200 %attr(755,root,root) %{_libdir}/enchant/libenchant_aspell.so*
201
202 %files ispell
203 %defattr(644,root,root,755)
204 %attr(755,root,root) %{_libdir}/enchant/libenchant_ispell.so*
205
206 %files myspell
207 %defattr(644,root,root,755)
208 %attr(755,root,root) %{_libdir}/enchant/libenchant_myspell.so*
209
210 %files uspell
211 %defattr(644,root,root,755)
212 %attr(755,root,root) %{_libdir}/enchant/libenchant_uspell.so*
This page took 0.126365 seconds and 3 git commands to generate.