diff --git a/pear-Net_SMTP.spec b/pear-Net_SMTP.spec index 7e7815d..77c9c5b 100644 --- a/pear-Net_SMTP.spec +++ b/pear-Net_SMTP.spec @@ -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 -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 1.8.1-1mamba +- automatic version update by autodist + * Wed Feb 20 2013 Silvan Calarco 1.6.1-1mamba - package created by silvan using the webbuild interface