]> git.pld-linux.org Git - packages/ajax-spell.git/blame - ajax-spell.spec
- converted to UTF-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
dac0afc4 5Summary(pl.UTF-8): AJAX - narzędzie do sprawdzania pisowni
dbcf2492 6Name: ajax-spell
e5e743fb 7Version: 2.2
3b7700a6 8Release: 1
dbcf2492
ER
9Epoch: 0
10License: BSD
11Group: Applications/WWW
12Source0: http://dl.sourceforge.net/ajax-spell/spell_checker-%{version}.zip
e5e743fb 13# Source0-md5: 7574b0c1f6635301533f914be7caea2b
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$,,'
34%patch0 -p1
35
36%install
37rm -rf $RPM_BUILD_ROOT
38install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
39
40cp -a *.js *.php *.css $RPM_BUILD_ROOT%{_datadir}/%{name}
41
42%clean
43rm -rf $RPM_BUILD_ROOT
44
45%files
46%defattr(644,root,root,755)
47%doc Readme.txt
48%{_datadir}/%{name}
This page took 0.05747 seconds and 4 git commands to generate.