]> git.pld-linux.org Git - packages/Smarty.git/blobdiff - Smarty.spec
- added function.html_input_image.php, rel 2
[packages/Smarty.git] / Smarty.spec
index adfc53ff895e0d2b9376e7c36ba311706759a956..0f7d574ff86c8b25c8bf3ed5921da09b61a28532 100644 (file)
@@ -1,16 +1,17 @@
-%define                _doc_version    2.6.9
+%define                _doc_version    2.6.11
 %include       /usr/lib/rpm/macros.php
 Summary:       Template engine for PHP
 Summary(pl):   System szablonów dla PHP
 Name:          Smarty
-Version:       2.6.10
-Release:       3
+Version:       2.6.13
+Release:       2
 License:       LGPL
 Group:         Development/Languages/PHP
 Source0:       http://smarty.php.net/distributions/%{name}-%{version}.tar.gz
-# Source0-md5: 0c31105a157547bafcff8c13bb64c6a3
+# Source0-md5: 2ca9bf476cf0920b9d4fee69633f6f65
 Source1:       http://smarty.php.net/distributions/manual/en/%{name}-%{_doc_version}-docs.tar.gz
-# Source1-md5: b64311248f9666fa579545dc45bdc789
+# Source1-md5: 7a0eaeda82eef073c87997141ee6207c
+Source2:       %{name}-function.html_input_image.php
 URL:           http://smarty.php.net/
 BuildRequires: rpm-php-pearprov >= 4.3
 Requires:      php-common
@@ -58,6 +59,7 @@ install libs/{Config_File,Smarty{,_Compiler}}.class.php $RPM_BUILD_ROOT%{_smarty
 install libs/debug.tpl $RPM_BUILD_ROOT%{_smartydir}
 install libs/internals/*.php $RPM_BUILD_ROOT%{_smartydir}/internals
 install libs/plugins/*.php $RPM_BUILD_ROOT%{_smartydir}/plugins
+install %{SOURCE2} $RPM_BUILD_ROOT%{_smartydir}/plugins/function.html_input_image.php
 
 # backards compatible
 ln -s %{_smartydir} $RPM_BUILD_ROOT%{php_pear_dir}/%{name}
@@ -66,7 +68,7 @@ ln -s %{_smartydir} $RPM_BUILD_ROOT%{php_pear_dir}/%{name}
 rm -rf $RPM_BUILD_ROOT
 
 # make compat symlink, the symlink is discarded using %ghost on package uninstall
-%triggerpostun -- Smarty < 2.6.10-1.2
+%triggerpostun -- Smarty < 2.6.10-4
 if [ -d %{php_pear_dir}/%{name}/plugins ]; then
        mv %{php_pear_dir}/%{name}/plugins/* %{_smartydir}/plugins
        rmdir %{php_pear_dir}/%{name}/plugins 2>/dev/null
This page took 0.051098 seconds and 4 git commands to generate.