pear-Net_SMTP/pear-Net_SMTP.spec

47 lines
1.3 KiB
RPMSpec
Raw Normal View History

Name: pear-Net_SMTP
Version: 1.10.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
* 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