automatic version update by autodist [release 1.2.2-1mamba;Sat Feb 20 2021]
This commit is contained in:
parent
4e5c423082
commit
32acee15d1
@ -1,12 +1,12 @@
|
|||||||
Name: pear-Net_Socket
|
Name: pear-Net_Socket
|
||||||
Version: 1.0.10
|
Version: 1.2.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: PHP/Pear Network Socket Interface
|
Summary: PHP/Pear Network Socket Interface
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
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_Socket
|
URL: https://pear.php.net/package/Net_Socket
|
||||||
Source: http://download.pear.php.net/package/Net_Socket-%{version}.tgz
|
Source: http://download.pear.php.net/package/Net_Socket-%{version}.tgz
|
||||||
License: PHP License
|
License: PHP License
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -26,7 +26,7 @@ PHP/Pear Network Socket Interface.
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
mkdir -p %{buildroot}%{_libdir}/php
|
mkdir -p %{buildroot}%{_libdir}/php
|
||||||
cp -a Net_Socket-%{version}/* %{buildroot}%{_libdir}/php/
|
cp -a Net_Socket-%{version}/* %{buildroot}%{_libdir}/php/
|
||||||
rm -f %{buildroot}%{_libdir}/php/LICENSE
|
rm -f %{buildroot}%{_libdir}/php/{LICENSE,README.md}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -34,7 +34,11 @@ rm -f %{buildroot}%{_libdir}/php/LICENSE
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%attr(0644,root,root) %{_libdir}/php/Net/Socket.php
|
%attr(0644,root,root) %{_libdir}/php/Net/Socket.php
|
||||||
|
%doc Net_Socket-%{version}/LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 20 2021 Automatic Build System <autodist@mambasoft.it> 1.2.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Feb 20 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.10-1mamba
|
* Wed Feb 20 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.10-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