]> git.pld-linux.org Git - packages/ajax-spell.git/blame - ajax-spell.spec
- updated to 2.8
[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
1ca0e8c8 5Summary(pl.UTF-8): AJAX - narzędzie do sprawdzania pisowni
dbcf2492 6Name: ajax-spell
d598f25f 7Version: 2.8
3b7700a6 8Release: 1
dbcf2492
ER
9Epoch: 0
10License: BSD
11Group: Applications/WWW
12Source0: http://dl.sourceforge.net/ajax-spell/spell_checker-%{version}.zip
d598f25f 13# Source0-md5: 6ff8f7e585533d6166932608ea3541ea
dbcf2492
ER
14Patch0: %{name}-fixes.patch
15URL: http://www.broken-notebook.com/spell_checker/
dbcf2492 16Requires: pspell
3b7700a6 17Requires: webserver(php) >= 4.3.0
dbcf2492
ER
18BuildArch: noarch
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
10e95646 22AJAX spell checker for text areas using PHP, JavaScript, and pspell /
dbcf2492
ER
23aspell.
24
dac0afc4
JR
25%description -l pl.UTF-8
26AJAX to narzędzie do sprawdzania pisowni dla pól tekstowych przy
27użyciu PHP, JavaScriptu oraz pspella/aspella.
10e95646 28
dbcf2492
ER
29%prep
30%setup -q -c
31# undos the source
32find . -type f -print0 | xargs -0 sed -i -e 's,
33$,,'
d598f25f 34%patch0 -p0
dbcf2492
ER
35
36%install
37rm -rf $RPM_BUILD_ROOT
38install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
39
d598f25f 40cp -a spell_checker/js/*js spell_checker/*.php spell_checker/css/*.css $RPM_BUILD_ROOT%{_datadir}/%{name}
dbcf2492
ER
41
42%clean
43rm -rf $RPM_BUILD_ROOT
44
45%files
46%defattr(644,root,root,755)
d598f25f 47%doc spell_checker/Readme.txt
dbcf2492 48%{_datadir}/%{name}
This page took 0.070872 seconds and 4 git commands to generate.