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

adamg adamg at pld-linux.org
Sat Aug 6 18:23:41 CEST 2005


Author: adamg                        Date: Sat Aug  6 16:23:41 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/php-pear-HTML_QuickForm_advmultiselect.spec
diff -u /dev/null SPECS/php-pear-HTML_QuickForm_advmultiselect.spec:1.1
--- /dev/null	Sat Aug  6 18:23:41 2005
+++ SPECS/php-pear-HTML_QuickForm_advmultiselect.spec	Sat Aug  6 18:23:36 2005
@@ -0,0 +1,62 @@
+# $Revision$, $Date$
+%include	/usr/lib/rpm/macros.php
+%define		_class		HTML
+%define		_subclass	QuickForm
+%define		_status		beta
+%define		_pearname	%{_class}_%{_subclass}_advmultiselect
+
+Summary:	%{_pearname} - element for HTML_QuickForm that emulate a multi-select
+Summary(pl):	%{_pearname} - element HTML_QuickForm emulujący wielokrotną listę wyboru
+Name:		php-pear-%{_pearname}
+Version:	0.5.1
+Release:	1
+License:	PHP 3.0
+Group:		Development/Languages/PHP
+Source0:	http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5:	f9d0e96e12e0da3432676aaaedb430fd
+URL:		http://pear.php.net/package/HTML_QuickForm_advmultiselect/
+BuildRequires:	rpm-php-pearprov >= 4.0.2-98
+Requires:	php-pear
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The HTML_QuickForm_advmultiselect package adds an element to the
+HTML_QuickForm package that is two select boxes next to each other
+emulating a multi-select.
+
+In PEAR status of this package is: %{_status}.
+
+%description -l pl
+Pakiet HTML_QuickForm_advmultiselect rozszerza HTML_QuickForm o dwa
+znajdujące się obok siebie pola wyboru emulujące wielokrotną listę
+wyboru.
+
+Ta klasa ma w PEAR status: %{_status}.
+
+%prep
+%setup -q -c
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}
+
+install %{_pearname}-%{version}/*.php $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc %{_pearname}-%{version}/{examples,ChangeLog,NEWS}
+%{php_pear_dir}/%{_class}/*.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  2005/08/06 16:23:36  adamg
+- new
+
================================================================



More information about the pld-cvs-commit mailing list