]> git.pld-linux.org Git - packages/ajax-spell.git/blame - ajax-spell.spec
- new
[packages/ajax-spell.git] / ajax-spell.spec
CommitLineData
dbcf2492
ER
1# TODO
2# - uses cpaint.sf.net (create package?)
3# - apache config or sth?
4Summary: AJAX spell checker
5Name: ajax-spell
6Version: 2.1
7Release: 0.4
8Epoch: 0
9License: BSD
10Group: Applications/WWW
11Source0: http://dl.sourceforge.net/ajax-spell/spell_checker-%{version}.zip
12# Source0-md5: 50010f24b22342e18f9c89944c28b763
13Patch0: %{name}-fixes.patch
14URL: http://www.broken-notebook.com/spell_checker/
15Requires: php >= 3:4.3.0
16Requires: pspell
17BuildArch: noarch
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21AJAX spell checker for text areas using PHP, Javascript, and pspell /
22aspell.
23
24%prep
25%setup -q -c
26# undos the source
27find . -type f -print0 | xargs -0 sed -i -e 's,
28$,,'
29%patch0 -p1
30
31%install
32rm -rf $RPM_BUILD_ROOT
33install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
34
35cp -a *.js *.php *.css $RPM_BUILD_ROOT%{_datadir}/%{name}
36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%files
41%defattr(644,root,root,755)
42%doc Readme.txt
43%{_datadir}/%{name}
This page took 0.099694 seconds and 4 git commands to generate.