]> git.pld-linux.org Git - packages/gaspell.git/blob - gaspell.spec
75e64a86feb0040fc881e6c2317a12b814c2c244
[packages/gaspell.git] / gaspell.spec
1 Summary:        Gnome frontend to the Aspell library
2 Name:           gaspell
3 Version:        .28.5
4 Release:        1
5 License:        GPL
6 Group:          Utilities/Text
7 Group(fr):      Utilitaires/Texte
8 Group(pl):      Narzêdzia/Tekst
9 Vendor:         Kevin Atkinson <kevinatk@home.com>
10 Source0:        %{name}-%{version}.tar.gz
11 URL:            http://metalab.unc.edu/kevina/aspell
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13 Requires:       aspell
14
15 %description
16 Gnome frontend to the Aspell library. Or put another way a simple
17 spell checker that does a way better job than ispell does with coming
18 up with suggestions.
19
20 %description -l pl
21 Gaspell to interfejs (frontend) do biblioteki Aspell. Innymi s³owy
22 jest to narzedzie do sprawdzania pisownie które o wiele lepiej ni¿
23 ispell radzi sobie z propozycjami wymienników.
24
25 %prep
26 %setup -q
27
28 %build
29 %{__make} CXXFLAGS=$RPM_OPT_FLAGS ASPELL_PREFIX=%{_prefix}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 install -d $RPM_BUILD_ROOT%{_bindir}
34
35 install -s gaspell $RPM_BUILD_ROOT%{_bindir}
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc ChangeLog README TODO
43 %attr(755,root,root) %{_bindir}/gaspell
This page took 0.060473 seconds and 2 git commands to generate.