update to 1.3.1 [release 1.3.1-1mamba;Mon May 09 2022]
This commit is contained in:
parent
905a9dbb67
commit
eb08c8c714
@ -1,16 +1,17 @@
|
|||||||
Name: pear-HTML_Select
|
Name: pear-HTML_Select
|
||||||
Version: 1.2.1
|
Version: 1.3.1
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: Provides a pear class for generating HTML form select elements.
|
Summary: Provides a pear class for generating HTML form select elements.
|
||||||
Group: Applications/Web
|
Group: Applications/Web
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Tiziana Ferro <tiziana.ferro@email.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://pear.php.net
|
URL: https://pear.php.net/
|
||||||
Source: http://pb12.pair.com/get/HTML_Select-%{version}.tgz
|
Source: http://download.pear.php.net/package/HTML_Select-%{version}.tgz
|
||||||
License: GPL
|
License: GPL
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
Requires: php >= 4.3.3
|
Requires: php >= 4.3.3
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
HTML_Select provides an OOP way of generating HTML form select elements.
|
HTML_Select provides an OOP way of generating HTML form select elements.
|
||||||
@ -21,13 +22,15 @@ HTML_Select provides an OOP way of generating HTML form select elements.
|
|||||||
%build
|
%build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p %{buildroot}%{_libdir}/php
|
mkdir -p %{buildroot}%{_libdir}
|
||||||
pushd %{buildroot}%{_libdir}/php
|
pushd %{buildroot}%{_libdir}
|
||||||
tar xzvf %{SOURCE0}
|
tar xzvf %{SOURCE0}
|
||||||
mv HTML_Select-%{version} HTML
|
mv HTML_Select-%{version} php
|
||||||
rm package.xml
|
rm package.xml
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
rm -rf %{buildroot}%{_libdir}/php/{README,docs}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != "/" ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != "/" ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
@ -36,11 +39,14 @@ popd
|
|||||||
%{_libdir}/php/HTML/Select.php
|
%{_libdir}/php/HTML/Select.php
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 09 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.1-1mamba
|
||||||
|
- update to 1.3.1
|
||||||
|
|
||||||
* Thu Sep 05 2013 Automatic Build System <autodist@mambasoft.it> 1.2.1-2mamba
|
* Thu Sep 05 2013 Automatic Build System <autodist@mambasoft.it> 1.2.1-2mamba
|
||||||
- automatic rebuild by autodist
|
- automatic rebuild by autodist
|
||||||
|
|
||||||
* Sun Jun 17 2007 Tiziana Ferro <tiziana.ferro@email.it> 1.2.1-1mamba
|
* Sun Jun 17 2007 Tiziana Ferro <tiziana.ferro@email.it> 1.2.1-1mamba
|
||||||
- update to 1.2.1
|
- update to 1.2.1
|
||||||
|
|
||||||
* Tue Sep 11 2003 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2-1qilnx
|
* Thu Sep 11 2003 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2-1qilnx
|
||||||
- first build
|
- first build
|
||||||
|
Loading…
Reference in New Issue
Block a user