2024-01-06 08:29:17 +01:00
|
|
|
Name: pear-HTML_QuickForm2
|
2024-01-06 08:29:17 +01:00
|
|
|
Version: 2.3.2
|
2024-01-06 08:29:17 +01:00
|
|
|
Release: 1mamba
|
2024-01-06 08:29:17 +01:00
|
|
|
Summary: Provides methods for creating, validating, processing HTML forms.
|
|
|
|
Group: Applications/Web
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 08:29:17 +01:00
|
|
|
URL: https://pear.php.net/
|
2024-01-06 08:29:17 +01:00
|
|
|
Source: http://download.pear.php.net/package/HTML_QuickForm2-%{version}.tgz
|
|
|
|
License: GPL
|
2024-01-06 08:29:17 +01:00
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 08:29:17 +01:00
|
|
|
Requires: pear-HTML_Common2
|
2024-01-06 08:29:17 +01:00
|
|
|
Requires: php >= 5
|
2024-01-06 08:29:17 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
The PEAR::HTML_QuickForm package provides methods for creating, validating, processing HTML forms.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-06 08:29:17 +01:00
|
|
|
mkdir -p %{buildroot}%{_libdir}
|
|
|
|
pushd %{buildroot}%{_libdir}
|
2024-01-06 08:29:17 +01:00
|
|
|
tar xzvf %{SOURCE0}
|
2024-01-06 08:29:17 +01:00
|
|
|
mv HTML_QuickForm2-%{version} php
|
2024-01-06 08:29:17 +01:00
|
|
|
rm package.xml
|
|
|
|
popd
|
|
|
|
|
2024-01-06 08:29:17 +01:00
|
|
|
rm -f %{buildroot}%{_libdir}/php/docs/LICENSE
|
|
|
|
|
2024-01-06 08:29:17 +01:00
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_libdir}/php/HTML
|
2024-01-06 08:29:17 +01:00
|
|
|
%{_libdir}/php/data/js/min/*.js
|
|
|
|
%{_libdir}/php/data/js/*.js
|
|
|
|
%{_libdir}/php/data/quickform.css
|
|
|
|
%{_libdir}/php/docs/examples/*
|
2024-01-06 08:29:17 +01:00
|
|
|
%{_libdir}/php/HTML/QuickForm2.php
|
|
|
|
%{_libdir}/php/HTML/QuickForm2/*
|
2024-01-06 08:29:17 +01:00
|
|
|
%{_libdir}/php/tests/QuickForm2Test.php
|
|
|
|
%{_libdir}/php/tests/QuickForm2/*
|
|
|
|
%{_libdir}/php/tests/TestHelper.php
|
|
|
|
%{_libdir}/php/tests/stubs/*.php
|
2024-01-06 08:29:17 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-06 08:29:17 +01:00
|
|
|
* Sat Nov 04 2023 Automatic Build System <autodist@mambasoft.it> 2.3.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:29:17 +01:00
|
|
|
* Wed May 25 2022 Automatic Build System <autodist@mambasoft.it> 2.3.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:29:17 +01:00
|
|
|
* Tue May 10 2022 Automatic Build System <autodist@mambasoft.it> 2.3.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:29:17 +01:00
|
|
|
* Sat Feb 12 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.0-3mamba
|
|
|
|
- rebuilt
|
|
|
|
|
2024-01-06 08:29:17 +01:00
|
|
|
* Sun Aug 18 2013 Automatic Build System <autodist@mambasoft.it> 0.2.0-2mamba
|
|
|
|
- automatic rebuild by autodist
|
|
|
|
|
|
|
|
* Mon May 05 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.0-1mamba
|
|
|
|
- package created by autospec
|