SPECS: php-pear-HTML_QuickForm_DHTMLRulesTableless.spec (NEW), php...

adamg adamg at pld-linux.org
Thu Jul 13 01:45:32 CEST 2006


Author: adamg                        Date: Wed Jul 12 23:45:32 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   php-pear-HTML_QuickForm_DHTMLRulesTableless.spec (NONE -> 1.1)  (NEW), php-pear-HTML_QuickForm_Renderer_Tableless.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/php-pear-HTML_QuickForm_DHTMLRulesTableless.spec
diff -u /dev/null SPECS/php-pear-HTML_QuickForm_DHTMLRulesTableless.spec:1.1
--- /dev/null	Thu Jul 13 01:45:32 2006
+++ SPECS/php-pear-HTML_QuickForm_DHTMLRulesTableless.spec	Thu Jul 13 01:45:27 2006
@@ -0,0 +1,66 @@
+# $Revision$, $Date$
+%include	/usr/lib/rpm/macros.php
+%define		_class		HTML
+%define		_subclass	QuickForm_DHTMLRulesTableless
+%define		_status		alpha
+%define		_pearname	HTML_QuickForm_DHTMLRulesTableless
+
+Summary:	%{_pearname} - DHTML replacement for the standard JavaScript alert window for client-side validation using the tableless renderer
+Summary(pl):	%{_pearname} - zamiennik DHTML dla standardowego okna z ostrzeżeniem JavaScript dla sprawdzania poprawości po stronie klienta
+Name:		php-pear-%{_pearname}
+Version:	0.1.1
+Release:	1
+License:	PHP License
+Group:		Development/Languages/PHP
+Source0:	http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5:	45fc74c53f20dc37f58fa5579736db26
+URL:		http://pear.php.net/package/HTML_QuickForm_DHTMLRulesTableless/
+BuildRequires:	php-pear-PEAR
+BuildRequires:	rpm-php-pearprov >= 4.4.2-11
+Requires:	php-pear
+Requires:	php-pear-HTML_QuickForm_Renderer_Tableless >= 0.3.0
+Requires:	php-pear-PEAR >= 1:1.4.-0.9
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is a DHTML replacement for the standard JavaScript alert window
+for client-side validation of forms built with HTML_QuickForm when
+using the HTML_QuickForm_Renderer_Tableless renderer.
+
+In PEAR status of this package is: %{_status}.
+
+%description -l pl
+Jest to zamiennik DHTML dla standardowego okna z ostrzeżeniem
+JavaScript dla sprawdzania po stronie klienta poprawności formularzy
+zbudowanych za pomocą HTML_QuickForm przy użyciu renderera
+HTML_QuickForm_Renderer_Tableless.
+
+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}/docs/examples/contact_dhtmlrules.php
+%{php_pear_dir}/.registry/*.reg
+%{php_pear_dir}/HTML/QuickForm/DHTMLRulesTableless.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/07/12 23:45:27  adamg
+- new
+

================================================================
Index: SPECS/php-pear-HTML_QuickForm_Renderer_Tableless.spec
diff -u /dev/null SPECS/php-pear-HTML_QuickForm_Renderer_Tableless.spec:1.1
--- /dev/null	Thu Jul 13 01:45:32 2006
+++ SPECS/php-pear-HTML_QuickForm_Renderer_Tableless.spec	Thu Jul 13 01:45:27 2006
@@ -0,0 +1,64 @@
+# $Revision$, $Date$
+%include	/usr/lib/rpm/macros.php
+%define		_class		HTML
+%define		_subclass	QuickForm_Renderer_Tableless
+%define		_status		alpha
+%define		_pearname	HTML_QuickForm_Renderer_Tableless
+
+Summary:	%{_pearname} - A replacement for the default renderer that uses only XHTML and CSS but no table tags
+Summary(pl):	%{_pearname} - zamiennik dla domyślnego renderera korzystający tylko z XHTML i CSS ale bez znaczników tabel
+Name:		php-pear-%{_pearname}
+Version:	0.3.0
+Release:	1
+License:	PHP License
+Group:		Development/Languages/PHP
+Source0:	http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5:	c4e422cc36e83e3aabd3d0235f0dba83
+URL:		http://pear.php.net/package/HTML_QuickForm_Renderer_Tableless/
+BuildRequires:	php-pear-PEAR
+BuildRequires:	rpm-php-pearprov >= 4.4.2-11
+Requires:	php-pear
+Requires:	php-pear-HTML_QuickForm >= 3.2.6
+Requires:	php-pear-PEAR >= 1:1.4.-0.9
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A replacement for the default renderer of HTML_QuickForm that uses
+only XHTML and CSS but no table tags.
+
+In PEAR status of this package is: %{_status}.
+
+%description -l pl
+Zamiennik dla domyślnego renderera HTML_QuickForm korzystający z XHTML
+i CSS ale bez znaczników tabel
+
+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}/docs/examples/contact.php
+%{php_pear_dir}/.registry/*.reg
+%{php_pear_dir}/HTML/QuickForm/Renderer/Tableless.php
+%{php_pear_dir}/data/HTML_QuickForm_Renderer_Tableless/data/stylesheet.css
+
+%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/07/12 23:45:27  adamg
+- new
+
================================================================


More information about the pld-cvs-commit mailing list