]> git.pld-linux.org Git - packages/gaspell.git/blob - gaspell.spec
-added %description -l pl
[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:          Applications/Text
7 Vendor:         Kevin Atkinson <kevinatk@home.com>
8 Source:         %{name}-%{version}.tar.gz
9 URL:            http://metalab.unc.edu/kevina/aspell
10 BuildRoot:      /tmp/%{name}-%{version}-root
11 Requires:       aspell
12
13 %description
14 Gnome frontend to the Aspell library. Or put another way a simple spell
15 checker that does a way better job than ispell does with coming up with
16 suggestions.
17
18 %description -l pl
19 Gaspell to interfejs (frontend) do biblioteki Aspell. Innymi s³owy jest to
20 narzedzie do sprawdzania pisownie które o wiele lepiej ni¿ ispell radzi sobie
21 z propozycjami wymienników.
22
23 %prep
24 %setup -q
25
26 %build
27 make CXXFLAGS=$RPM_OPT_FLAGS ASPELL_PREFIX=/usr
28
29 %install
30 if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi
31 install -d $RPM_BUILD_ROOT/usr/bin
32 install -s -m 755 gaspell $RPM_BUILD_ROOT/usr/bin
33
34 %clean
35 if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi
36
37 %files
38 %defattr(644,root,root,755)
39 %doc ChangeLog README TODO
40 /usr/bin/gaspell
This page took 0.110699 seconds and 3 git commands to generate.