commit 497fdd4798d40c30c36d88637dca9e58973e42a4
Author: Elan Ruusamäe <[email protected]>
Date:   Tue Aug 7 17:15:42 2012 +0300

    - use virtual php extension deps (to be independant of php version)
    - release 3 (by relup.sh)

 php-pear-Services_Google.spec | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/php-pear-Services_Google.spec b/php-pear-Services_Google.spec
index 7c6e9bd..2aa7101 100644
--- a/php-pear-Services_Google.spec
+++ b/php-pear-Services_Google.spec
@@ -1,13 +1,13 @@
-%include       /usr/lib/rpm/macros.php
 %define                _class          Services
 %define                _subclass       Google
 %define                _status         alpha
-%define                _pearname       %{_class}_%{_subclass}
+%define                _pearname       Services_Google
+%include       /usr/lib/rpm/macros.php
 Summary:       %{_pearname} - Provides access to the Google Web APIs
 Summary(pl.UTF-8):     %{_pearname} - Dostęp do API stron Google
 Name:          php-pear-%{_pearname}
 Version:       0.2.0
-Release:       2
+Release:       3
 License:       PHP 2.02
 Group:         Development/Languages/PHP
 Source0:       http://pear.php.net/get/%{_pearname}-%{version}.tgz
@@ -16,9 +16,9 @@ URL:          http://pear.php.net/package/Services_Google/
 BuildRequires: php-pear-PEAR
 BuildRequires: rpm-php-pearprov >= 4.4.2-11
 BuildRequires: rpmbuild(macros) >= 1.300
+Requires:      php(soap)
 Requires:      php-common >= 3:5.0.0
 Requires:      php-pear
-Requires:      php-soap
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -56,4 +56,4 @@ rm -rf $RPM_BUILD_ROOT
 %doc install.log
 %doc docs/%{_pearname}/*
 %{php_pear_dir}/.registry/*.reg
-%{php_pear_dir}/%{_class}/*.php
+%{php_pear_dir}/Services/*.php
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to