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
|
||||
Version: 1.6.1
|
||||
Version: 1.8.1
|
||||
Release: 1mamba
|
||||
Summary: An implementation of the SMTP protocol
|
||||
Group: Applications/Web
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
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
|
||||
License: PHP License
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
@ -25,9 +25,8 @@ An implementation of the SMTP protocol.
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
mkdir -p %{buildroot}%{_libdir}/php/Net
|
||||
cp -a Net_SMTP-%{version}/* %{buildroot}%{_libdir}/php/Net/
|
||||
rm -f %{buildroot}%{_libdir}/php/LICENSE
|
||||
mkdir -p %{buildroot}%{_libdir}/php/
|
||||
cp -a Net_SMTP-%{version}/Net %{buildroot}%{_libdir}/php
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -35,13 +34,11 @@ rm -f %{buildroot}%{_libdir}/php/LICENSE
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/php/Net/SMTP.php
|
||||
%{_libdir}/php/Net/docs/guide.txt
|
||||
%{_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
|
||||
%doc Net_SMTP-%{version}/LICENSE
|
||||
|
||||
%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
|
||||
- package created by silvan using the webbuild interface
|
||||
|
Loading…
Reference in New Issue
Block a user