]> git.pld-linux.org Git - packages/gaspell.git/blob - gaspell.spec
- tabs in preamble
[packages/gaspell.git] / gaspell.spec
1
2 %define         ver     .30
3
4 Summary:        GNOME frontend to the Aspell library
5 Summary(pl.UTF-8):      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 # Source0-md5:  c1fe839bda64b16a9a610f2f8564ef66
14 URL:            http://aspell.sourceforge.net/
15 BuildRequires:  aspell-devel
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17 Requires:       aspell
18
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.UTF-8
26 Gaspell to interfejs (frontend) do biblioteki Aspell. Innymi słowy
27 jest to narzędzie 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.060907 seconds and 3 git commands to generate.