]> git.pld-linux.org Git - packages/php-pecl-xslcache.git/blobdiff - php-pecl-xslcache.spec
- obsolete old php name
[packages/php-pecl-xslcache.git] / php-pecl-xslcache.spec
index bc1d3a56ade0c79b8d4cc8818bb004e12ea78f6f..f0482ea26e10b590a70c48962cf3064091100cb5 100644 (file)
@@ -1,20 +1,21 @@
 %define                php_name        php%{?php_suffix}
-%define                modname xslcache
+%define                modname         xslcache
 Summary:       %{modname} - A modification of PHP's standard XSL extension that caches the parsed XSL stylesheet representation
 Summary(pl.UTF-8):     %{modname} - modyfikacja standardowego rozszerzenia XSL PHP, które buforuje przetworzone reprezentacje arkuszów stylów XSL
 Name:          %{php_name}-pecl-%{modname}
-Version:       0.7.1
-Release:       5
+Version:       0.7.2
+Release:       4
 License:       PHP 3.01
 Group:         Development/Languages/PHP
 Source0:       http://pecl.php.net/get/%{modname}-%{version}.tgz
-# Source0-md5: 1e32327f62122055ece6f78fa2b851b2
+# Source0-md5: 8c8570503baf7c9711f2d7bf842c292d
 URL:           http://pecl.php.net/package/xslcache
+BuildRequires: %{php_name}-devel >= 3:5.0.4
 BuildRequires: libxslt-devel >= 1.1.0
-BuildRequires: %{php_name}-devel >= 3:5.0.0
 BuildRequires: rpmbuild(macros) >= 1.650
 %{?requires_php_extension}
-Requires:      php(core) >= 5.0.4
+Provides:      php(%{modname}) = %{version}
+Obsoletes:     php-pecl-xslcache < 0.7.2-3
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -33,8 +34,7 @@ mv %{modname}-%{version}/* .
 %build
 phpize
 %configure \
-       --with-xslcache=%{_libdir} \
-       --with-xsl-exsl-dir=%{_libdir}
+       --with-xslcache=%{_libdir}
 %{__make}
 
 %install
This page took 0.094722 seconds and 4 git commands to generate.