SPECS: php-pear-HTML_QuickForm_Livesearch.spec (NEW), php-pear-Sys...

adamg adamg at pld-linux.org
Mon Apr 24 12:30:15 CEST 2006


Author: adamg                        Date: Mon Apr 24 10:30:15 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   php-pear-HTML_QuickForm_Livesearch.spec (NONE -> 1.1)  (NEW), php-pear-System_Folders.spec (NONE -> 1.1)  (NEW), php-pear-Validate_IN.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/php-pear-HTML_QuickForm_Livesearch.spec
diff -u /dev/null SPECS/php-pear-HTML_QuickForm_Livesearch.spec:1.1
--- /dev/null	Mon Apr 24 12:30:15 2006
+++ SPECS/php-pear-HTML_QuickForm_Livesearch.spec	Mon Apr 24 12:30:10 2006
@@ -0,0 +1,105 @@
+# $Revision$, $Date$
+%include	/usr/lib/rpm/macros.php
+%define		_class		HTML
+%define		_subclass	QuickForm_Livesearch
+%define		_status		alpha
+%define		_pearname	HTML_QuickForm_Livesearch
+
+Summary:	%{_pearname} - element for HTML_QuickForm to enable a suggest search
+Summary(pl):	%{_pearname} - element HTML_QuickForm pozwalający na dołączenie sugestii do wyszukiwania
+Name:		php-pear-%{_pearname}
+Version:	0.1.5
+Release:	1
+License:	PHP License 3.0
+Group:		Development/Languages/PHP
+Source0:	http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5:	7d904e58771a70547d9e94f79368f280
+URL:		http://pear.php.net/package/HTML_QuickForm_Livesearch/
+BuildRequires:	php-pear-PEAR
+BuildRequires:	rpm-php-pearprov >= 4.4.2-11
+Requires:	php-pear
+Requires:	php-pear-PEAR
+Requires:	php-pear-HTML_QuickForm > 3.2.4
+Requires:	php-pear-HTML_AJAX > 0.3
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package adds an element to the PEAR::HTML_QuickForm package to
+dynamically create an HTML input text element that at every keypressed
+javascript event, returns a list of options in a dynamic dropdown
+select box(live dropdown select).
+
+This element use AJAX (Communication from JavaScript to your browser
+without reloading the page).
+
+This type of livesearch is useful when you have a form with a dropdown
+list with a large number of row.
+
+In PEAR status of this package is: %{_status}.
+
+%description -l pl
+Pakiet ten dodaje do PEAR::HTML_QuickForm element pozwalający na
+dynamicznie tworzenie pola input formularza HTML, który na każde
+zdarzenie wciśnięcia klawisza zwraca listę opcji w dynamicznej liście
+wyboru (live dropdown select).
+
+Element ten korzysta z technologii AJAX (komunikacja z JavaScript bez
+potrzeby przeładowania strony).
+
+Ten tym 'żywego' wyszukiwania jest przydatny w przypadku formularza z
+listą wyboru z dużą liczbą pozycji.
+
+Ta klasa ma w PEAR status: %{_status}.
+
+%package tests
+Summary:	Tests for PEAR::%{_pearname}
+Summary(pl):	Testy dla PEAR::%{_pearname}
+Group:		Development
+Requires:	%{name} = %{epoch}:%{version}-%{release}
+AutoReq:	no
+
+%description tests
+Tests for PEAR::%{_pearname}.
+
+%description tests -l pl
+Testy dla PEAR::%{_pearname}.
+
+%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
+%{php_pear_dir}/.registry/*.reg
+%{php_pear_dir}/HTML/QuickForm/livesearch_select.php
+%{php_pear_dir}/data/HTML_QuickForm_Livesearch/live.js
+
+%files tests
+%defattr(644,root,root,755)
+%{php_pear_dir}/tests/HTML_QuickForm_Livesearch/example/auto_server.php
+%{php_pear_dir}/tests/HTML_QuickForm_Livesearch/example/index.php
+%{php_pear_dir}/tests/HTML_QuickForm_Livesearch/example/livesearch.class.php
+%{php_pear_dir}/tests/HTML_QuickForm_Livesearch/example/live.js
+%{php_pear_dir}/tests/HTML_QuickForm_Livesearch/example/style.css
+%{php_pear_dir}/tests/HTML_QuickForm_Livesearch/example/shadowAlpha.png
+%{php_pear_dir}/tests/HTML_QuickForm_Livesearch/example/shadow.gif
+%{php_pear_dir}/tests/HTML_QuickForm_Livesearch/example/myfunction.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  2006/04/24 10:30:10  adamg
+- new
+

================================================================
Index: SPECS/php-pear-System_Folders.spec
diff -u /dev/null SPECS/php-pear-System_Folders.spec:1.1
--- /dev/null	Mon Apr 24 12:30:15 2006
+++ SPECS/php-pear-System_Folders.spec	Mon Apr 24 12:30:10 2006
@@ -0,0 +1,64 @@
+# $Revision$, $Date$
+%include	/usr/lib/rpm/macros.php
+%define		_class		System
+%define		_subclass	Folders
+%define		_status		beta
+%define		_pearname	System_Folders
+
+Summary:	%{_pearname} - Location of system folders
+Summary(pl):	%{_pearname} - lokalizacja folderów systemowych
+Name:		php-pear-%{_pearname}
+Version:	0.1.6
+Release:	1
+License:	LGPL
+Group:		Development/Languages/PHP
+Source0:	http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5:	c438ffca39f9f0394b5a85f1346bfc74
+URL:		http://pear.php.net/package/System_Folders/
+BuildRequires:	php-pear-PEAR
+BuildRequires:	rpm-php-pearprov >= 4.4.2-11
+Requires:	php-pear
+Requires:	php-pear-Config >= 1.10.5
+Requires:	php-pear-PEAR >= 1:1.4.-0.1
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Calculates or guesses the location of system folders like temp,
+desktop and others.
+
+In PEAR status of this package is: %{_status}.
+
+%description -l pl
+Oblicza lub zgaduje położenie folderów systemów takich jak katalog
+tymczasowy, pulpit czy inne.
+
+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/%{_pearname}/{examples/cached.php,examples/example.php}
+%{php_pear_dir}/.registry/*.reg
+%{php_pear_dir}/System/Folders
+%{php_pear_dir}/System/Folders.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  2006/04/24 10:30:10  adamg
+- new
+

================================================================
Index: SPECS/php-pear-Validate_IN.spec
diff -u /dev/null SPECS/php-pear-Validate_IN.spec:1.1
--- /dev/null	Mon Apr 24 12:30:15 2006
+++ SPECS/php-pear-Validate_IN.spec	Mon Apr 24 12:30:10 2006
@@ -0,0 +1,69 @@
+# $Revision$, $Date$
+%include	/usr/lib/rpm/macros.php
+%define		_class		Validate
+%define		_subclass	IN
+%define		_status		alpha
+%define		_pearname	Validate_IN
+
+Summary:	%{_pearname} - Validation class for the Republic of India
+Summary(pl):	%{_pearname} - klasa walidacji dla republiki Indii
+Name:		php-pear-%{_pearname}
+Version:	0.1.0
+Release:	1
+License:	LGPL Version 2.1
+Group:		Development/Languages/PHP
+Source0:	http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5:	fe0e1e03318aa5e220ecc0bb2f1ae9f9
+URL:		http://pear.php.net/package/Validate_IN/
+BuildRequires:	php-pear-PEAR
+BuildRequires:	rpm-php-pearprov >= 4.4.2-11
+Requires:	php-pear
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Contains locale validation for Indian:
+- Permanent Account Number (PAN and TAN)
+- State and Union Territory codes
+- Telephone Numbers
+- Postal (Zip) Codes
+- Vehicle License Plate Numbers
+
+In PEAR status of this package is: %{_status}.
+
+%description -l pl
+Pakiet ten dostarcza metod walidacji dla indyjskich:
+- stałych numerów kont (PAN i TAN)
+- kodów stanów oraz terytoriów
+- numerów telefonów
+- kodów pocztowych
+- numerów rejestracyjnych pojazdow
+
+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
+%{php_pear_dir}/.registry/*.reg
+%{php_pear_dir}/Validate/IN.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  2006/04/24 10:30:10  adamg
+- new
+
================================================================


More information about the pld-cvs-commit mailing list