automatic version update by autodist [release 1.8.1-1mamba;Sat Feb 20 2021]
This commit is contained in:
parent
4c2ffc129a
commit
eaeb13fbd0
@ -1,12 +1,12 @@
|
|||||||
Name: pear-Net_SMTP
|
Name: pear-Net_SMTP
|
||||||
Version: 1.6.1
|
Version: 1.8.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: An implementation of the SMTP protocol
|
Summary: An implementation of the SMTP protocol
|
||||||
Group: Applications/Web
|
Group: Applications/Web
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://pear.php.net/package/Net_SMTP
|
URL: https://pear.php.net/package/Net_SMTP
|
||||||
Source: http://download.pear.php.net/package/Net_SMTP-%{version}.tgz
|
Source: http://download.pear.php.net/package/Net_SMTP-%{version}.tgz
|
||||||
License: PHP License
|
License: PHP License
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -25,9 +25,8 @@ An implementation of the SMTP protocol.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
mkdir -p %{buildroot}%{_libdir}/php/Net
|
mkdir -p %{buildroot}%{_libdir}/php/
|
||||||
cp -a Net_SMTP-%{version}/* %{buildroot}%{_libdir}/php/Net/
|
cp -a Net_SMTP-%{version}/Net %{buildroot}%{_libdir}/php
|
||||||
rm -f %{buildroot}%{_libdir}/php/LICENSE
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -35,13 +34,11 @@ rm -f %{buildroot}%{_libdir}/php/LICENSE
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/php/Net/SMTP.php
|
%{_libdir}/php/Net/SMTP.php
|
||||||
%{_libdir}/php/Net/docs/guide.txt
|
%doc Net_SMTP-%{version}/LICENSE
|
||||||
%{_libdir}/php/Net/examples/basic.php
|
|
||||||
%{_libdir}/php/Net/tests/auth.phpt
|
|
||||||
%{_libdir}/php/Net/tests/basic.phpt
|
|
||||||
%{_libdir}/php/Net/tests/config.php.dist
|
|
||||||
%{_libdir}/php/Net/tests/quotedata.phpt
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 20 2021 Automatic Build System <autodist@mambasoft.it> 1.8.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Feb 20 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.1-1mamba
|
* Wed Feb 20 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.1-1mamba
|
||||||
- package created by silvan using the webbuild interface
|
- package created by silvan using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user