commit 2fd5e2cbccadbbb63e4e96172f14167445c56361
Author: Elan Ruusamäe <[email protected]>
Date:   Tue Aug 7 17:22:01 2012 +0300

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

 php-pear-Services_Ebay.spec | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/php-pear-Services_Ebay.spec b/php-pear-Services_Ebay.spec
index 09929d1..f4f618f 100644
--- a/php-pear-Services_Ebay.spec
+++ b/php-pear-Services_Ebay.spec
@@ -1,13 +1,13 @@
-%include       /usr/lib/rpm/macros.php
 %define                _class          Services
 %define                _subclass       Ebay
 %define                _status         alpha
-%define                _pearname       %{_class}_%{_subclass}
+%define                _pearname       Services_Ebay
+%include       /usr/lib/rpm/macros.php
 Summary:       %{_pearname} - interface to eBay's XML-API
 Summary(pl.UTF-8):     %{_pearname} - interfejs do API XML eBay
 Name:          php-pear-%{_pearname}
 Version:       0.12.0
-Release:       6
+Release:       7
 Epoch:         0
 License:       PHP 2.02
 Group:         Development/Languages/PHP
@@ -17,8 +17,8 @@ URL:          http://pear.php.net/package/Services_Ebay/
 BuildRequires: php-pear-PEAR
 BuildRequires: rpm-php-pearprov >= 4.4.2-11
 BuildRequires: rpmbuild(macros) >= 1.300
+Requires:      php(curl)
 Requires:      php-common >= 3:5.0.0
-Requires:      php-curl
 Requires:      php-pear
 Requires:      php-pear-PEAR-core >= 1:1.3.2
 Requires:      php-pear-XML_Serializer >= 0.16.0
@@ -58,5 +58,5 @@ rm -rf $RPM_BUILD_ROOT
 %doc install.log
 %doc docs/%{_pearname}/*
 %{php_pear_dir}/.registry/*.reg
-%{php_pear_dir}/%{_class}/*.php
-%{php_pear_dir}/%{_class}/%{_subclass}
+%{php_pear_dir}/Services/*.php
+%{php_pear_dir}/Services/Ebay
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to