SPECS: php-pear-HTML_QuickForm_altselect.spec (NEW) - new
adamg
adamg at pld-linux.org
Thu Nov 1 13:06:52 CET 2007
Author: adamg Date: Thu Nov 1 12:06:52 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
php-pear-HTML_QuickForm_altselect.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/php-pear-HTML_QuickForm_altselect.spec
diff -u /dev/null SPECS/php-pear-HTML_QuickForm_altselect.spec:1.1
--- /dev/null Thu Nov 1 13:06:52 2007
+++ SPECS/php-pear-HTML_QuickForm_altselect.spec Thu Nov 1 13:06:47 2007
@@ -0,0 +1,85 @@
+# $Revision$, $Date$
+%include /usr/lib/rpm/macros.php
+%define _class HTML
+%define _subclass QuickForm_altselect
+%define _status stable
+%define _pearname HTML_QuickForm_altselect
+Summary: %{_pearname} - An alternative to HTML_QuickForm_select using radio buttons and checkboxes
+Summary(pl.UTF-8): %{_pearname} - alternatywa lda HTML_QuickForm_select wykorzystująca przyciski radio oraz pola wyboru
+Name: php-pear-%{_pearname}
+Version: 1.0.0
+Release: 1
+License: LGPL
+Group: Development/Languages/PHP
+Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5: 323edd06e3b22a6a624f007abe4fbd19
+URL: http://pear.php.net/package/HTML_QuickForm_altselect/
+BuildRequires: php-pear-PEAR
+BuildRequires: rpm-php-pearprov >= 4.4.2-11
+Requires: php-pear
+Requires: php-pear-HTML_Common >= 1.2.1
+Requires: php-pear-HTML_QuickForm >= 3.2.5
+Requires: php-pear-PEAR >= 1.4.0b1
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A QuickForm plugin that extends the select element and turns its
+options into checkboxes or radio buttons depending on whether the
+multiple html attribute was set or not. For extra options not listed,
+you can also render an 'Other' textfield.
+
+In PEAR status of this package is: %{_status}.
+
+%description -l pl.UTF-8
+Pakiet ten to wtyczka dla HTML_QuickForm rozszerzająca element select
+o pola wyboru lub przyciski radio w zależności czy atrybut multiple
+został ustawiony bądź nie. Dodatkowe, nie opisane opcje, są dostępne
+podczas renderowania pola tekstowego 'Other' .
+
+Ta klasa ma w PEAR status: %{_status}.
+
+%package tests
+Summary: Tests for PEAR::%{_pearname}
+Summary(pl.UTF-8): Testy dla PEAR::%{_pearname}
+Group: Development/Languages/PHP
+AutoReq: no
+Requires: %{name} = %{version}-%{release}
+AutoProv: no
+
+%description tests
+Tests for PEAR::%{_pearname}.
+
+%description tests -l pl.UTF-8
+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 docs/HTML_QuickForm_altselect/docs/examples
+%{php_pear_dir}/.registry/*.reg
+%{php_pear_dir}/HTML/QuickForm/altselect.php
+
+%files tests
+%defattr(644,root,root,755)
+%{php_pear_dir}/tests/HTML_QuickForm_altselect
+
+%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:06:47 adamg
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list