Author: adamg                        Date: Sun Aug 21 18:00:14 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   php-pear-Net_SMPP.spec (NONE -> 1.1)  (NEW), php-pear-Net_SMPP_Client.spec 
(NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/php-pear-Net_SMPP.spec
diff -u /dev/null SPECS/php-pear-Net_SMPP.spec:1.1
--- /dev/null   Sun Aug 21 20:00:14 2005
+++ SPECS/php-pear-Net_SMPP.spec        Sun Aug 21 20:00:08 2005
@@ -0,0 +1,67 @@
+# $Revision$, $Date$
+%include       /usr/lib/rpm/macros.php
+%define                _class          Net
+%define                _subclass       SMPP
+%define                _status         beta
+%define                _pearname       %{_class}_%{_subclass}
+
+Summary:       %{_pearname} - SMPP v3.4 protocol implementation
+Summary(pl):   %{_pearname} - implementacja protokołu SMPP v3.4
+Name:          php-pear-%{_pearname}
+Version:       0.4.3
+Release:       1
+License:       PHP 3.0
+Group:         Development/Languages/PHP
+Source0:       http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5: 0ba4c28d961f753489f8463374d65ed3
+URL:           http://pear.php.net/package/Net_SMPP/
+BuildRequires: rpm-php-pearprov >= 4.0.2-98
+Requires:      php-pear
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Net_SMPP is an implementation of the SMPP (Short Message Peer-to-Peer)
+v3.4 protocol. SMPP is an open protocol used in the wireless industry to
+send and recieve SMS messages.
+
+In PEAR status of this package is: %{_status}.
+
+%description -l pl
+Net_SMPP to implementacja protokołu SMPP (Short Message Peer-to-Peer) w
+wersji 3.4. SMPP to otwarty protokół wykorzystywany w przemyśle
+bezprzewodowym do wysyłania i odbierania wiadomości SMS.
+
+Ta klasa ma w PEAR status: %{_status}.
+
+%prep
+%setup -q -c
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d 
$RPM_BUILD_ROOT%{php_pear_dir}/%{_class}/%{_subclass}/{Command,Vendor/mBlox}
+
+install %{_pearname}-%{version}/*.php $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}
+install %{_pearname}-%{version}/%{_subclass}/*.php 
$RPM_BUILD_ROOT%{php_pear_dir}/%{_class}/%{_subclass}
+install %{_pearname}-%{version}/%{_subclass}/Command/*.php 
$RPM_BUILD_ROOT%{php_pear_dir}/%{_class}/%{_subclass}/Command
+install %{_pearname}-%{version}/%{_subclass}/Vendor/*.php 
$RPM_BUILD_ROOT%{php_pear_dir}/%{_class}/%{_subclass}/Vendor
+install %{_pearname}-%{version}/%{_subclass}/Vendor/mBlox/*.php 
$RPM_BUILD_ROOT%{php_pear_dir}/%{_class}/%{_subclass}/Vendor/mBlox
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc %{_pearname}-%{version}/docs/*
+%{php_pear_dir}/%{_class}/*.php
+%{php_pear_dir}/%{_class}/%{_subclass}
+
+%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/08/21 18:00:08  adamg
+- new
+

================================================================
Index: SPECS/php-pear-Net_SMPP_Client.spec
diff -u /dev/null SPECS/php-pear-Net_SMPP_Client.spec:1.1
--- /dev/null   Sun Aug 21 20:00:14 2005
+++ SPECS/php-pear-Net_SMPP_Client.spec Sun Aug 21 20:00:08 2005
@@ -0,0 +1,73 @@
+# $Revision$, $Date$
+%include       /usr/lib/rpm/macros.php
+%define                _class          Net
+%define                _subclass       SMPP
+%define                _status         devel
+%define                _pearname       %{_class}_%{_subclass}_Client
+
+Summary:       %{_pearname} - SMPP v3.4 client
+Summary(pl):   %{_pearname} - klient protokołu SMPP v3.4
+Name:          php-pear-%{_pearname}
+Version:       0.3.2
+Release:       1
+License:       PHP 3.0
+Group:         Development/Languages/PHP
+Source0:       http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5: b69e7d4348c03a6a59ef845825ef8749
+URL:           http://pear.php.net/package/Net_SMPP_Client/
+BuildRequires: rpm-php-pearprov >= 4.0.2-98
+Requires:      php-pear
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Net_SMPP_Client is a package for communicating with SMPP servers, built
+with Net_SMPP. It can be used to send SMS messages, among other things.
+
+Features:
+- PDU stack keeps track of which PDUs have crossed the wire
+- Keeps track of the connection state, and won't let you send PDUs if
+  the state is incorrect.
+- Supports SMPP vendor extensions.
+
+In PEAR status of this package is: %{_status}.
+
+%description -l pl
+Net_SMPP_Client to korzystający z klasy Net_SMPP pakiet służacy do
+komunikacji z serwerami SMPP. Może być wykorzystany między innymi do
+wysyłania wiadomości SMS.
+
+Cechy:
+- stos PDU przechowujący informacje o PDU, które pojawiły się na linii
+- przechowuje informacje o stanie połączenia i nie pozwoli na wysłanie
+  PDU jeśli stan ten jest nieprawidłowy
+- wspiera rozszerzenia SMPP
+
+Ta klasa ma w PEAR status: %{_status}.
+
+%prep
+%setup -q -c
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}/%{_subclass}/Client
+
+install %{_pearname}-%{version}/*.php 
$RPM_BUILD_ROOT%{php_pear_dir}/%{_class}/%{_subclass}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc %{_pearname}-%{version}/docs/*
+%{php_pear_dir}/%{_class}/%{_subclass}/*.php
+
+%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/08/21 18:00:08  adamg
+- new
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[EMAIL PROTECTED]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to