]> git.pld-linux.org Git - packages/gaspell.git/blame - gaspell.spec
- translated kloczkish into english
[packages/gaspell.git] / gaspell.spec
CommitLineData
0614fe35 1Summary: Gnome frontend to the Aspell library.
d880bf17 2Name: gaspell
3Version: .28.5
4Release: 1
5License: GPL
0614fe35 6Group: Applications/Text
0614fe35 7Vendor: Kevin Atkinson <kevinatk@home.com>
8Source: %{name}-%{version}.tar.gz
d880bf17 9URL: http://metalab.unc.edu/kevina/aspell
10BuildRoot: /tmp/%{name}-%{version}-root
0614fe35 11Requires: aspell
12
0614fe35 13%description
d880bf17 14Gnome frontend to the Aspell library. Or put another way a simple spell
15checker that does a way better job than ispell does with coming up with
16suggestions.
0614fe35 17
18%prep
19%setup -q
20
21%build
22make CXXFLAGS=$RPM_OPT_FLAGS ASPELL_PREFIX=/usr
23
24%install
25if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi
d880bf17 26install -d $RPM_BUILD_ROOT/usr/bin
0614fe35 27install -s -m 755 gaspell $RPM_BUILD_ROOT/usr/bin
28
29%clean
30if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi
31
32%files
d880bf17 33%defattr(644,root,root,755)
0614fe35 34%doc ChangeLog README TODO
35/usr/bin/gaspell
This page took 0.069665 seconds and 4 git commands to generate.