package created by silvan using the webbuild interface [release 1.0.10-1mamba;Wed Feb 20 2013]
This commit is contained in:
parent
c398b0ec44
commit
4e5c423082
40
pear-Net_Socket.spec
Normal file
40
pear-Net_Socket.spec
Normal file
@ -0,0 +1,40 @@
|
||||
Name: pear-Net_Socket
|
||||
Version: 1.0.10
|
||||
Release: 1mamba
|
||||
Summary: PHP/Pear Network Socket Interface
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://pear.php.net/package/Net_Socket
|
||||
Source: http://download.pear.php.net/package/Net_Socket-%{version}.tgz
|
||||
License: PHP License
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: php
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
PHP/Pear Network Socket Interface.
|
||||
|
||||
%prep
|
||||
%setup -q -c %{name}-%{version}
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
mkdir -p %{buildroot}%{_libdir}/php
|
||||
cp -a Net_Socket-%{version}/* %{buildroot}%{_libdir}/php/
|
||||
rm -f %{buildroot}%{_libdir}/php/LICENSE
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%attr(0644,root,root) %{_libdir}/php/Net/Socket.php
|
||||
|
||||
%changelog
|
||||
* Wed Feb 20 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.10-1mamba
|
||||
- package created by silvan using the webbuild interface
|
Loading…
Reference in New Issue
Block a user