SPECS: php-pear-HTML_QuickForm_Rule_Spelling.spec (NEW) - new

adamg adamg at pld-linux.org
Thu Nov 1 13:15:58 CET 2007


Author: adamg                        Date: Thu Nov  1 12:15:58 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   php-pear-HTML_QuickForm_Rule_Spelling.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/php-pear-HTML_QuickForm_Rule_Spelling.spec
diff -u /dev/null SPECS/php-pear-HTML_QuickForm_Rule_Spelling.spec:1.1
--- /dev/null	Thu Nov  1 13:15:58 2007
+++ SPECS/php-pear-HTML_QuickForm_Rule_Spelling.spec	Thu Nov  1 13:15:53 2007
@@ -0,0 +1,74 @@
+# $Revision$, $Date$
+%include	/usr/lib/rpm/macros.php
+%define		_class		HTML
+%define		_subclass	QuickForm_Rule_Spelling
+%define		_status		alpha
+%define		_pearname	HTML_QuickForm_Rule_Spelling
+Summary:	%{_pearname} - A HTML_QuickForm rule plugin that checks the spelling of its values
+Summary(pl.UTF-8):	%{_pearname} - wtyczka HTML_QuickForm sprawdzająca pisownie słów
+Name:		php-pear-%{_pearname}
+Version:	0.2.0
+Release:	1
+License:	LGPL
+Group:		Development/Languages/PHP
+Source0:	http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5:	f792d38c7f90c932f99f0c87cc76d970
+URL:		http://pear.php.net/package/HTML_QuickForm_Rule_Spelling/
+BuildRequires:	php-pear-PEAR
+BuildRequires:	rpm-php-pearprov >= 4.4.2-11
+Requires:	php-pear
+Requires:	php-pear-HTML_QuickForm
+Requires:	php-pear-PEAR >= 1.4.0
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Although browsers now have builtin spellcheckers,
+HTML_QuickForm_Rule_Spelling allows you to control the quality of text
+data submitted.
+
+The frontend is a clientside javascript dialog that goes through the
+misspelt words, giving the user the option to ignore the word, add it
+to the dictionary or change the word given a list of suggestions.
+
+In PEAR status of this package is: %{_status}.
+
+%description -l pl.UTF-8
+Chociaż przeglądarki nie posiadają wbudowanej funkcjonalności
+sprawdzania pisowni, HTML_QuickForm_Rule_Spelling pozwala na kontrolę
+jakości wpisanego tekstu.
+
+Frontend to wyświetlane przez kod javascript okno wyświetlające
+błędnie wpisane słowa, dając użytkownikowi możliwość zignorowania
+danego słowa, dodania go do słownika bądź jego zmiany z listy
+proponowanych.
+
+Ta klasa ma w PEAR status: %{_status}.
+
+%prep
+%pear_package_setup
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{php_pear_dir}
+%pear_package_install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc install.log docs/HTML_QuickForm_Rule_Spelling/docs/examples
+%{php_pear_dir}/.registry/*.reg
+%{php_pear_dir}/HTML/QuickForm/Rule/Spelling
+%{php_pear_dir}/HTML/QuickForm/Rule/Spelling.php
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/11/01 12:15:53  adamg
+- new
+
================================================================


More information about the pld-cvs-commit mailing list