]> git.pld-linux.org Git - packages/ajax-spell.git/blame - ajax-spell.spec
- BR: unzip
[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/
49e72acc 16BuildRequires: unzip
dbcf2492 17Requires: pspell
3b7700a6 18Requires: webserver(php) >= 4.3.0
dbcf2492
ER
19BuildArch: noarch
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
10e95646 23AJAX spell checker for text areas using PHP, JavaScript, and pspell /
dbcf2492
ER
24aspell.
25
dac0afc4
JR
26%description -l pl.UTF-8
27AJAX to narzędzie do sprawdzania pisowni dla pól tekstowych przy
28użyciu PHP, JavaScriptu oraz pspella/aspella.
10e95646 29
dbcf2492
ER
30%prep
31%setup -q -c
32# undos the source
33find . -type f -print0 | xargs -0 sed -i -e 's,
34$,,'
d598f25f 35%patch0 -p0
dbcf2492
ER
36
37%install
38rm -rf $RPM_BUILD_ROOT
39install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
40
d598f25f 41cp -a spell_checker/js/*js spell_checker/*.php spell_checker/css/*.css $RPM_BUILD_ROOT%{_datadir}/%{name}
dbcf2492
ER
42
43%clean
44rm -rf $RPM_BUILD_ROOT
45
46%files
47%defattr(644,root,root,755)
d598f25f 48%doc spell_checker/Readme.txt
dbcf2492 49%{_datadir}/%{name}
This page took 0.07735 seconds and 4 git commands to generate.