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

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

 php-pear-HTML_Template_Sigma.spec | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/php-pear-HTML_Template_Sigma.spec 
b/php-pear-HTML_Template_Sigma.spec
index 65b8429..bfeb857 100644
--- a/php-pear-HTML_Template_Sigma.spec
+++ b/php-pear-HTML_Template_Sigma.spec
@@ -1,13 +1,13 @@
-%include       /usr/lib/rpm/macros.php
 %define                _class          HTML
 %define                _subclass       Template
 %define                _status         stable
-%define                _pearname       %{_class}_%{_subclass}_Sigma
+%define                _pearname       HTML_Template_Sigma
+%include       /usr/lib/rpm/macros.php
 Summary:       %{_pearname} - Integrated Templates API implemetation with 
template 'compilation'
 Summary(pl.UTF-8):     %{_pearname} - Implementacja API Integrated Templates z 
"kompilacją" szablonów
 Name:          php-pear-%{_pearname}
 Version:       1.2.0
-Release:       3
+Release:       4
 License:       PHP 2.02
 Group:         Development/Languages/PHP
 Source0:       http://pear.php.net/get/%{_pearname}-%{version}.tgz
@@ -16,14 +16,14 @@ URL:                
http://pear.php.net/package/HTML_Template_Sigma/
 BuildRequires: php-pear-PEAR
 BuildRequires: rpm-php-pearprov >= 4.4.2-11
 BuildRequires: rpmbuild(macros) >= 1.300
-Requires:      php-ctype
+Requires:      php(ctype)
 Requires:      php-pear
 Obsoletes:     php-pear-HTML_Template_Sigma-tests
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # included in tests
-%define                _noautoreq 'pear(Sigma_api_testcase.php)'
+%define                _noautoreq pear(Sigma_api_testcase.php)
 
 %description
 HTML_Template_Sigma implements Integrated Templates API designed by
@@ -93,4 +93,4 @@ rm -rf $RPM_BUILD_ROOT
 %doc install.log
 %doc docs/%{_pearname}/docs/*
 %{php_pear_dir}/.registry/*.reg
-%{php_pear_dir}/%{_class}/%{_subclass}/*.php
+%{php_pear_dir}/HTML/Template/*.php
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to