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

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

 php-pear-System_Socket.spec | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/php-pear-System_Socket.spec b/php-pear-System_Socket.spec
index 97e265b..6f6d321 100644
--- a/php-pear-System_Socket.spec
+++ b/php-pear-System_Socket.spec
@@ -1,13 +1,13 @@
-%include       /usr/lib/rpm/macros.php
 %define                _class          System
 %define                _subclass       Socket
 %define                _status         alpha
-%define                _pearname       %{_class}_%{_subclass}
+%define                _pearname       System_Socket
+%include       /usr/lib/rpm/macros.php
 Summary:       %{_pearname} - OO socket API
 Summary(pl.UTF-8):     %{_pearname} - Zorientowane obiektowo API dla gniazd
 Name:          php-pear-%{_pearname}
 Version:       0.4.1
-Release:       8
+Release:       9
 License:       PHP 2.02
 Group:         Development/Languages/PHP
 Source0:       http://pear.php.net/get/%{_pearname}-%{version}.tgz
@@ -16,10 +16,10 @@ URL:                
http://pear.php.net/package/System_Socket/
 BuildRequires: php-pear-PEAR
 BuildRequires: rpm-php-pearprov >= 4.4.2-11
 BuildRequires: rpmbuild(macros) >= 1.300
+Requires:      php(sockets)
 Requires:      php-common >= 3:4.3.0
 Requires:      php-pear
 Requires:      php-pear-PEAR-core
-Requires:      php-sockets
 Suggests:      php-pear-Log
 Suggests:      php-pear-Net_IPv4 >= 1.2
 BuildArch:     noarch
@@ -61,5 +61,5 @@ fi
 %doc install.log
 %doc docs/%{_pearname}/*
 %{php_pear_dir}/.registry/*.reg
-%{php_pear_dir}/%{_class}/*.php
-%{php_pear_dir}/%{_class}/%{_subclass}
+%{php_pear_dir}/System/*.php
+%{php_pear_dir}/System/Socket
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to