packages: Smarty/Smarty.spec - updated to 3.0.5 (stable) - updated path.pat...

paszczus paszczus at pld-linux.org
Sun Dec 12 19:09:04 CET 2010


Author: paszczus                     Date: Sun Dec 12 18:09:04 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 3.0.5 (stable)
- updated path.patch
- Patch1 needs update
- Smarty 2.x series moved to SMARTY_2 tag

---- Files affected:
packages/Smarty:
   Smarty.spec (1.52 -> 1.53) 

---- Diffs:

================================================================
Index: packages/Smarty/Smarty.spec
diff -u packages/Smarty/Smarty.spec:1.52 packages/Smarty/Smarty.spec:1.53
--- packages/Smarty/Smarty.spec:1.52	Fri Nov 19 12:38:36 2010
+++ packages/Smarty/Smarty.spec	Sun Dec 12 19:08:59 2010
@@ -1,24 +1,25 @@
 # $Revision$, $Date$
-%define		doc_version	2.6.14
-%define		php_min_version 5.0.0
+%define		doc_version	3.0
+%define		php_min_version 5.2.0
 %include	/usr/lib/rpm/macros.php
 Summary:	Template engine for PHP
 Summary(pl.UTF-8):	System szablonów dla PHP
 Name:		Smarty
-Version:	2.6.26
-Release:	4
+Version:	3.0.5
+Release:	0.1
 License:	LGPL v2.1+
 Group:		Development/Languages/PHP
-Source0:	http://www.smarty.net/distributions/%{name}-%{version}.tar.gz
-# Source0-md5:	e0da351443b8613e1013c481ab30cb84
-# Source1Download: http://www.smarty.net/download-docs.php
-Source1:	http://www.smarty.net/distributions/manual/en/%{name}-%{doc_version}-docs.tar.gz
-# Source1-md5:	5123152dd248898a84b96b806f551e78
+Source0:	http://www.smarty.net/files/%{name}-%{version}.tar.gz
+# Source0-md5:	f7483eaa36ec72337827060076296478
+# Source1Download: http://www.smarty.net/documentation
+Source1:	http://www.smarty.net/files/docs/manual-en-%{doc_version}.zip
+# Source1-md5:	8db376266f1313927cc8e112f2526e21
 Source2:	%{name}-function.html_input_image.php
 Patch0:		path.patch
 Patch1:		modifier.mb_truncate.patch
 URL:		http://www.smarty.net/
 BuildRequires:	rpm-php-pearprov >= 4.4.2-11
+BuildRequires:	unzip
 Requires:	php-common >= 4:%{php_min_version}
 Requires:	php-date
 Requires:	php-pcre
@@ -60,17 +61,16 @@
 %setup -q -a1
 %patch0 -p1
 cp -a libs/plugins/modifier.{,mb_}truncate.php
-%patch1 -p1
+#%patch1 -p1
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{appdir}/{internals,plugins},%{php_pear_dir}}
+install -d $RPM_BUILD_ROOT{%{appdir}/{plugins,sysplugins},%{php_pear_dir}}
 
 cp -a libs/Smarty.class.php $RPM_BUILD_ROOT%{php_data_dir}
-cp -a libs/{Config_File,Smarty_Compiler}.class.php $RPM_BUILD_ROOT%{appdir}
 cp -a libs/debug.tpl $RPM_BUILD_ROOT%{appdir}
-cp -a libs/internals/*.php $RPM_BUILD_ROOT%{appdir}/internals
 cp -a libs/plugins/*.php $RPM_BUILD_ROOT%{appdir}/plugins
+cp -a libs/sysplugins/*.php $RPM_BUILD_ROOT%{appdir}/sysplugins
 cp -a %{SOURCE2} $RPM_BUILD_ROOT%{appdir}/plugins/function.html_input_image.php
 
 # backards compatible with pear dir
@@ -96,27 +96,25 @@
 
 %files
 %defattr(644,root,root,755)
-%doc BUGS ChangeLog FAQ INSTALL NEWS README RELEASE_NOTES TODO
+%doc README SMARTY2_BC_NOTES
 # entry point in include_path
 %{php_data_dir}/Smarty.class.php
 
 # app itself
 %dir %{appdir}
-%dir %{appdir}/internals
 %dir %{appdir}/plugins
+%dir %{appdir}/sysplugins
 %{appdir}/Smarty.class.php
-%{appdir}/Config_File.class.php
-%{appdir}/Smarty_Compiler.class.php
 %{appdir}/debug.tpl
-%{appdir}/internals/*.php
 %{appdir}/plugins/*.php
+%{appdir}/sysplugins/*.php
 
 # for the sake of bc when installed to pear dir
 %ghost %{php_pear_dir}/%{name}
 
 %files doc
 %defattr(644,root,root,755)
-%doc manual/*
+%doc demo/*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -124,6 +122,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.53  2010/12/12 18:08:59  paszczus
+- updated to 3.0.5 (stable)
+- updated path.patch
+- Patch1 needs update
+- Smarty 2.x series moved to SMARTY_2 tag
+
 Revision 1.52  2010/11/19 11:38:36  glen
 - create mb_truncate modifier,
   http://www.guyrutenberg.com/2007/12/04/multibyte-string-truncate-modifier-for-smarty-mb_truncate/
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/Smarty/Smarty.spec?r1=1.52&r2=1.53&f=u



More information about the pld-cvs-commit mailing list