]> git.pld-linux.org Git - packages/php-pecl-xslcache.git/commitdiff
up to 0.7.2 auto/th/php-pecl-xslcache-0.7.2-1
authorElan Ruusamäe <glen@delfi.ee>
Thu, 21 Nov 2013 21:20:55 +0000 (23:20 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 21 Nov 2013 21:20:55 +0000 (23:20 +0200)
php-pecl-xslcache.spec

index bc1d3a56ade0c79b8d4cc8818bb004e12ea78f6f..c64ff50b2c2a2adb6747fd5be4d104264a4e28a5 100644 (file)
@@ -1,14 +1,14 @@
 %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:       1
 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: libxslt-devel >= 1.1.0
 BuildRequires: %{php_name}-devel >= 3:5.0.0
@@ -33,8 +33,7 @@ mv %{modname}-%{version}/* .
 %build
 phpize
 %configure \
-       --with-xslcache=%{_libdir} \
-       --with-xsl-exsl-dir=%{_libdir}
+       --with-xslcache=%{_libdir}
 %{__make}
 
 %install
This page took 0.076491 seconds and 4 git commands to generate.