59 lines
1.7 KiB
RPMSpec
59 lines
1.7 KiB
RPMSpec
Name: pear-Net_SMTP
|
|
Version: 1.12.0
|
|
Release: 1mamba
|
|
Summary: An implementation of the SMTP protocol
|
|
Group: Applications/Web
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://pear.php.net/package/Net_SMTP
|
|
Source: http://download.pear.php.net/package/Net_SMTP-%{version}.tgz
|
|
License: PHP License
|
|
## AUTOBUILDREQ-BEGIN
|
|
## AUTOBUILDREQ-END
|
|
Requires: php
|
|
Requires: pear-Net_Socket
|
|
|
|
%description
|
|
An implementation of the SMTP protocol.
|
|
|
|
%prep
|
|
%setup -q -c %{name}-%{version}
|
|
|
|
%build
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
mkdir -p %{buildroot}%{_libdir}/php/
|
|
cp -a Net_SMTP-%{version}/Net %{buildroot}%{_libdir}/php
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_libdir}/php/Net/SMTP.php
|
|
%doc Net_SMTP-%{version}/LICENSE
|
|
|
|
%changelog
|
|
* Mon Apr 08 2024 Automatic Build System <autodist@openmamba.org> 1.12.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Nov 02 2023 Automatic Build System <autodist@mambasoft.it> 1.11.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Oct 24 2023 Automatic Build System <autodist@mambasoft.it> 1.11.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Sep 25 2022 Automatic Build System <autodist@mambasoft.it> 1.10.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat May 07 2022 Automatic Build System <autodist@mambasoft.it> 1.10.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* 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
|