Author: adamg                        Date: Sat Dec 10 16:10:20 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   php-pear-XML_RPC2.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/php-pear-XML_RPC2.spec
diff -u /dev/null SPECS/php-pear-XML_RPC2.spec:1.1
--- /dev/null   Sat Dec 10 17:10:20 2005
+++ SPECS/php-pear-XML_RPC2.spec        Sat Dec 10 17:10:15 2005
@@ -0,0 +1,96 @@
+# $Revision$, $Date$
+%include       /usr/lib/rpm/macros.php
+%define                _class          XML
+%define                _subclass       RPC2
+%define                _status         alpha
+%define                _pearname       XML_RPC2
+
+Summary:       %{_pearname} - XML-RPC client/server library
+Summary(pl):   %{_pearname} - biblioteka XML-RPC typu klient-serwer
+Name:          php-pear-%{_pearname}
+Version:       0.0.6
+Release:       1
+License:       LGPL
+Group:         Development/Languages/PHP
+Source0:       http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5: 8c41faee6097f03eaf94ad3b4efe7c7c
+URL:           http://pear.php.net/package/XML_RPC2/
+BuildRequires: rpm-php-pearprov >= 4.4.2-11
+Requires:      php-pear
+Requires:      php-common >= 3:5.0.0
+Requires:      php-pear-PEAR >= 1:1.0b1
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+XML_RPC2 is a pear package providing XML_RPC client and server
+services.
+
+XML-RPC is a simple remote procedure call protocol built using HTTP as
+transport and XML as encoding.
+
+As a client library, XML_RPC2 is capable of creating a proxy class
+which exposes the methods exported by the server. As a server library,
+XML_RPC2 is capable of exposing methods from a class or object
+instance, seamlessly exporting local methods as remotely callable
+procedures.
+
+In PEAR status of this package is: %{_status}.
+
+%description -l pl
+XML_RPC2 to pakiet pear dostarczający usług typu klient-serwer.
+
+XML-RPC to prosty protokół zdalnego wykonywania procedur (Remote
+Procedure Call, RPC) stworzony przy użyciu HTTP jako transportu i XML
+jako nośnika danych.
+
+Jako biblioteka kliencka, XML_RPC2 potrafi stworzyć klasę
+pośredniczącą która ujawni metody eksportowane przez serwer. Jako
+biblioteka serwera, XML_RPC2 może eksportować lokalne metody do
+zdalnie wykonywanych procedur.
+
+Ta klasa ma w PEAR status: %{_status}.
+
+%package tests
+Summary:       Tests for PEAR::%{_pearname}
+Summary(pl):   Testy dla PEAR::%{_pearname}
+Group:         Development
+Requires:      %{name} = %{epoch}:%{version}-%{release}
+AutoReq:       no
+
+%description tests
+Tests for PEAR::%{_pearname}.
+
+%description tests -l pl
+Testy dla PEAR::%{_pearname}.
+
+%prep
+%pear_package_setup
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{php_pear_dir}
+%pear_package_install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc install.log
+%{php_pear_dir}/.registry/*.reg
+%{php_pear_dir}/XML/RPC2
+
+%files tests
+%defattr(644,root,root,755)
+%{php_pear_dir}/tests/XML_RPC2
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/12/10 16:10:15  adamg
+- new
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to