From 905a9dbb671a8bcf8ad94cead0aabcb7e0e33f60 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 08:29:25 +0100 Subject: [PATCH] automatic rebuild by autodist [release 1.2.1-2mamba;Thu Sep 05 2013] --- README.md | 2 ++ pear-HTML_Select.spec | 46 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 pear-HTML_Select.spec diff --git a/README.md b/README.md index 3b4180d..9fa5783 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # pear-HTML_Select +HTML_Select provides an OOP way of generating HTML form select elements. + diff --git a/pear-HTML_Select.spec b/pear-HTML_Select.spec new file mode 100644 index 0000000..3fe1384 --- /dev/null +++ b/pear-HTML_Select.spec @@ -0,0 +1,46 @@ +Name: pear-HTML_Select +Version: 1.2.1 +Release: 2mamba +Summary: Provides a pear class for generating HTML form select elements. +Group: Applications/Web +Vendor: openmamba +Distribution: openmamba +Packager: Tiziana Ferro +URL: http://pear.php.net +Source: http://pb12.pair.com/get/HTML_Select-%{version}.tgz +License: GPL +Requires: php >= 4.3.3 +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +HTML_Select provides an OOP way of generating HTML form select elements. + +%prep +[ "%{buildroot}" != "/" ] && rm -rf "%{buildroot}" + +%build + +%install +mkdir -p %{buildroot}%{_libdir}/php +pushd %{buildroot}%{_libdir}/php +tar xzvf %{SOURCE0} +mv HTML_Select-%{version} HTML +rm package.xml +popd + +%clean +[ "%{buildroot}" != "/" ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_libdir}/php/HTML/Select.php + +%changelog +* Thu Sep 05 2013 Automatic Build System 1.2.1-2mamba +- automatic rebuild by autodist + +* Sun Jun 17 2007 Tiziana Ferro 1.2.1-1mamba +- update to 1.2.1 + +* Tue Sep 11 2003 Silvan Calarco 1.2-1qilnx +- first build