pear-HTML_QuickForm/pear-HTML_QuickForm.spec

52 lines
1.4 KiB
RPMSpec
Raw Normal View History

Name: pear-HTML_QuickForm
Version: 3.2.16
Release: 1mamba
Summary: Provides methods for creating, validating, processing HTML forms.
Group: Applications/Web
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://pear.php.net/
Source: http://download.pear.php.net/package/HTML_QuickForm-%{version}.tgz
License: GPL
Requires: pear-HTML_Common
Requires: php >= 4
%description
The PEAR::HTML_QuickForm package provides methods for creating, validating, processing HTML forms.
%prep
%build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
mkdir -p %{buildroot}%{_libdir}/php
pushd %{buildroot}%{_libdir}/php
tar xzvf %{SOURCE0}
mv HTML_QuickForm-%{version} HTML
rm package.xml
popd
rm -f %{buildroot}%{_libdir}/php/package.sig
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%dir %{_libdir}/php/HTML
%{_libdir}/php/HTML/QuickForm.php
%{_libdir}/php/HTML/QuickForm/*
%{_libdir}/php/HTML/docs/*
%changelog
* Sun May 08 2022 Automatic Build System <autodist@mambasoft.it> 3.2.16-1mamba
- automatic version update by autodist
* Sun Aug 18 2013 Automatic Build System <autodist@mambasoft.it> 3.2.10-2mamba
- automatic rebuild by autodist
* Mon May 05 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 3.2.10-1mamba
- package created by autospec