automatic version update by autodist [release 2.3.0-1mamba;Tue May 10 2022]
This commit is contained in:
parent
24685a4047
commit
2b1821de86
@ -1,6 +1,6 @@
|
|||||||
Name: pear-HTML_QuickForm2
|
Name: pear-HTML_QuickForm2
|
||||||
Version: 0.2.0
|
Version: 2.3.0
|
||||||
Release: 3mamba
|
Release: 1mamba
|
||||||
Summary: Provides methods for creating, validating, processing HTML forms.
|
Summary: Provides methods for creating, validating, processing HTML forms.
|
||||||
Group: Applications/Web
|
Group: Applications/Web
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -23,27 +23,36 @@ The PEAR::HTML_QuickForm package provides methods for creating, validating, proc
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
mkdir -p %{buildroot}%{_libdir}/php
|
mkdir -p %{buildroot}%{_libdir}
|
||||||
pushd %{buildroot}%{_libdir}/php
|
pushd %{buildroot}%{_libdir}
|
||||||
tar xzvf %{SOURCE0}
|
tar xzvf %{SOURCE0}
|
||||||
mv HTML_QuickForm2-%{version} HTML
|
mv HTML_QuickForm2-%{version} php
|
||||||
rm package.xml
|
rm package.xml
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
rm -f %{buildroot}%{_libdir}/php/docs/LICENSE
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_libdir}/php/HTML
|
%dir %{_libdir}/php/HTML
|
||||||
%{_libdir}/php/HTML/docs/examples/*.php
|
%{_libdir}/php/data/js/min/*.js
|
||||||
|
%{_libdir}/php/data/js/*.js
|
||||||
|
%{_libdir}/php/data/quickform.css
|
||||||
|
%{_libdir}/php/docs/examples/*
|
||||||
%{_libdir}/php/HTML/QuickForm2.php
|
%{_libdir}/php/HTML/QuickForm2.php
|
||||||
%{_libdir}/php/HTML/QuickForm2/*
|
%{_libdir}/php/HTML/QuickForm2/*
|
||||||
%{_libdir}/php/HTML/tests/AllTests.php
|
%{_libdir}/php/tests/QuickForm2Test.php
|
||||||
%{_libdir}/php/HTML/tests/QuickForm2Test.php
|
%{_libdir}/php/tests/QuickForm2/*
|
||||||
%{_libdir}/php/HTML/tests/QuickForm2/*
|
%{_libdir}/php/tests/TestHelper.php
|
||||||
|
%{_libdir}/php/tests/stubs/*.php
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 10 2022 Automatic Build System <autodist@mambasoft.it> 2.3.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Feb 12 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.0-3mamba
|
* Sat Feb 12 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.0-3mamba
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user