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