automatic rebuild by autodist [release 3.2.10-2mamba;Sun Aug 18 2013]
This commit is contained in:
parent
9bee5da86e
commit
422a81eb72
@ -1,2 +1,4 @@
|
||||
# pear-HTML_QuickForm
|
||||
|
||||
The PEAR::HTML_QuickForm package provides methods for creating, validating, processing HTML forms.
|
||||
|
||||
|
47
pear-HTML_QuickForm.spec
Normal file
47
pear-HTML_QuickForm.spec
Normal file
@ -0,0 +1,47 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user