SPECS: php-pear-SOAP.spec - 0.9.3
glen
glen at pld-linux.org
Sun Apr 2 14:03:09 CEST 2006
Author: glen Date: Sun Apr 2 12:03:09 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- 0.9.3
---- Files affected:
SPECS:
php-pear-SOAP.spec (1.26 -> 1.27)
---- Diffs:
================================================================
Index: SPECS/php-pear-SOAP.spec
diff -u SPECS/php-pear-SOAP.spec:1.26 SPECS/php-pear-SOAP.spec:1.27
--- SPECS/php-pear-SOAP.spec:1.26 Tue Mar 7 11:20:48 2006
+++ SPECS/php-pear-SOAP.spec Sun Apr 2 14:03:04 2006
@@ -6,12 +6,12 @@
Summary: %{_pearname} - Client/Server for PHP
Summary(pl): %{_pearname} - klient/serwer dla PHP
Name: php-pear-%{_pearname}
-Version: 0.9.1
-Release: 3
+Version: 0.9.3
+Release: 1
License: PHP 2.02
Group: Development/Languages/PHP
Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz
-# Source0-md5: 58d6a2f8acb7afcfe7d58661e554d54d
+# Source0-md5: b016e4cb3654bf97ac7fef4ea98abdfd
URL: http://pear.php.net/package/SOAP/
BuildRequires: php-pear-PEAR
BuildRequires: rpm-php-pearprov >= 4.4.2-11
@@ -19,9 +19,13 @@
Requires: php-common >= 3:4.1
Requires: php-pcre
Requires: php-pear
+Requires: php-pear-HTTP_Request
+Requires: php-pear-PEAR-core
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+%define _noautoreq 'pear(Mail.*)' 'pear(Mail/Mime.*)' 'pear(Net/DIME.*)'
+
%description
Implementation of SOAP protocol and services.
@@ -40,12 +44,17 @@
install -d $RPM_BUILD_ROOT%{php_pear_dir}
%pear_package_install
+%post
+if [ -f %{_docdir}/%{name}-%{version}/optional-packages.txt ]; then
+ cat %{_docdir}/%{name}-%{version}/optional-packages.txt
+fi
+
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc install.log
+%doc install.log optional-packages.txt
%doc docs/%{_pearname}/example
%{php_pear_dir}/.registry/*.reg
%dir %{php_pear_dir}/%{_class}
@@ -65,6 +74,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.27 2006/04/02 12:03:04 glen
+- 0.9.3
+
Revision 1.26 2006/03/07 10:20:48 glen
- BR php-pear-PEAR
@@ -122,7 +134,7 @@
Revision 1.10 2003/06/22 21:19:28 adamg
- removed unneeded DIME_fix patch
- added PEAR status information
-- fixed %%doc
+- fixed %doc
Revision 1.9 2003/05/28 10:50:32 adamg
- massive manual attack: pear packages update
@@ -138,7 +150,7 @@
- release 2
Revision 1.5 2002/10/07 22:47:31 misto
- - fixed build problems
+- fixed build problems
Revision 1.4 2002/09/18 10:51:01 blues
- fix in macros
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/php-pear-SOAP.spec?r1=1.26&r2=1.27&f=u
More information about the pld-cvs-commit
mailing list