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