commit bd99cea875ac37222b2ec01cb82732c3b4248d90
Author: Elan Ruusamäe <[email protected]>
Date:   Tue Aug 7 17:16:44 2012 +0300

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

 php-pear-HTML_CSS.spec | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/php-pear-HTML_CSS.spec b/php-pear-HTML_CSS.spec
index 8a6279c..9bd3879 100644
--- a/php-pear-HTML_CSS.spec
+++ b/php-pear-HTML_CSS.spec
@@ -1,13 +1,13 @@
-%include       /usr/lib/rpm/macros.php
 %define                _class          HTML
 %define                _subclass       CSS
 %define                _status         stable
-%define                _pearname       %{_class}_%{_subclass}
+%define                _pearname       HTML_CSS
+%include       /usr/lib/rpm/macros.php
 Summary:       %{_pearname} - class for generating CSS declarations
 Summary(pl.UTF-8):     %{_pearname} - klasa do generowania deklaracji CSS
 Name:          php-pear-%{_pearname}
 Version:       1.5.4
-Release:       3
+Release:       4
 License:       BSD
 Group:         Development/Languages/PHP
 Source0:       http://pear.php.net/get/%{_pearname}-%{version}.tgz
@@ -16,7 +16,7 @@ URL:          http://pear.php.net/package/HTML_CSS/
 BuildRequires: php-pear-PEAR >= 1:1.5.4
 BuildRequires: rpm-php-pearprov >= 4.4.2-11
 BuildRequires: rpmbuild(macros) >= 1.300
-Requires:      php-pcre
+Requires:      php(pcre)
 Requires:      php-pear
 Requires:      php-pear-HTML_Common >= 1.2.4
 Requires:      php-pear-PEAR-core >= 1:1.5.4
@@ -85,5 +85,5 @@ fi
 %doc install.log optional-packages.txt
 %doc docs/%{_pearname}/examples
 %{php_pear_dir}/.registry/*.reg
-%{php_pear_dir}/%{_class}/*.php
-%{php_pear_dir}/%{_class}/%{_subclass}
+%{php_pear_dir}/HTML/*.php
+%{php_pear_dir}/HTML/CSS
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to