]> git.pld-linux.org Git - packages/php-pecl-stats.git/commitdiff
provide php(extname) to really be supporting multiple php versions master AC-branch auto/ac/php-pecl-stats-1.0.2-4
authorElan Ruusamäe <glen@delfi.ee>
Sun, 24 Nov 2013 23:02:17 +0000 (01:02 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 24 Nov 2013 23:02:17 +0000 (01:02 +0200)
php-pecl-stats.spec

index 660e34c598424270adc364dc362598c6b8928ade..fbc89f9cee6be662c18cb3f48363363e248a27be 100644 (file)
@@ -5,7 +5,7 @@ Summary:        %{modname} - extension with routines for statistical computation
 Summary(pl.UTF-8):     %{modname} - rozszerzenie z funkcjami do wykonywania obliczeń statystycznych
 Name:          %{php_name}-pecl-%{modname}
 Version:       1.0.2
-Release:       3
+Release:       4
 License:       PHP 3.01
 Group:         Development/Languages/PHP
 Source0:       http://pecl.php.net/get/%{modname}-%{version}.tgz
@@ -14,7 +14,8 @@ URL:          http://pecl.php.net/package/stats/
 BuildRequires: %{php_name}-devel >= 3:5.0.0
 BuildRequires: rpmbuild(macros) >= 1.650
 %{?requires_php_extension}
-Requires:      php-common >= 4:5.0.4
+Requires:      php(core) >= 5.0.4
+Provides:      php(%{modname}) = %{version}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
This page took 0.070163 seconds and 4 git commands to generate.