48 lines
1.3 KiB
RPMSpec
48 lines
1.3 KiB
RPMSpec
Name: pear-HTML_QuickForm
|
|
Version: 3.2.10
|
|
Release: 2mamba
|
|
Summary: Provides methods for creating, validating, processing HTML forms.
|
|
Group: Applications/Web
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: http://pear.php.net
|
|
Source: http://download.pear.php.net/package/HTML_QuickForm-%{version}.tgz
|
|
License: GPL
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
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
|
|
|
|
%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 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
|