rpms/php-Smarty/FC-6 .cvsignore, 1.3, 1.4 php-Smarty.spec, 1.2, 1.3 sources, 1.3, 1.4

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Wed Feb 21 21:17:53 UTC 2007


Author: orion

Update of /cvs/extras/rpms/php-Smarty/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26143

Modified Files:
	.cvsignore php-Smarty.spec sources 
Log Message:
- Update to 2.6.16
- Install in /usr/share/php/Smarty
- Update php version requirement



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/php-Smarty/FC-6/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	16 May 2006 19:31:25 -0000	1.3
+++ .cvsignore	21 Feb 2007 21:17:20 -0000	1.4
@@ -1 +1 @@
-Smarty-2.6.13.tar.gz
+Smarty-2.6.16.tar.gz


Index: php-Smarty.spec
===================================================================
RCS file: /cvs/extras/rpms/php-Smarty/FC-6/php-Smarty.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- php-Smarty.spec	16 May 2006 19:31:25 -0000	1.2
+++ php-Smarty.spec	21 Feb 2007 21:17:20 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           php-Smarty
 Summary:        Template/Presentation Framework for PHP
-Version:        2.6.13
+Version:        2.6.16
 Release:        1%{?dist}
 
 Source0:        http://smarty.php.net/distributions/Smarty-%{version}.tar.gz
@@ -9,7 +9,7 @@
 Group:          Development/Libraries
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
-Requires:       php >= 4.0.6
+Requires:       php >= 5.1.6-3.4
 
 %description
 Although Smarty is known as a "Template Engine", it would be more accurately
@@ -32,8 +32,8 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT%{_datadir}/Smarty
-cp -a libs/* $RPM_BUILD_ROOT%{_datadir}/Smarty/
+install -d $RPM_BUILD_ROOT%{_datadir}/php/Smarty
+cp -a libs/* $RPM_BUILD_ROOT%{_datadir}/php/Smarty/
 
 install -d $RPM_BUILD_ROOT%{_var}/www/icons
 install -m644 misc/smarty_icon.gif $RPM_BUILD_ROOT%{_var}/www/icons/
@@ -46,11 +46,16 @@
 %files
 %defattr(-,root,root)
 %doc BUGS ChangeLog COPYING.lib demo FAQ NEWS QUICK_START README RELEASE_NOTES TODO
-%{_datadir}/Smarty/
+%{_datadir}/php/Smarty/
 %{_var}/www/icons/*
 
 
 %changelog
+* Wed Feb 21 2007 Orion Poplawski <orion at cora.nwra.com> 2.6.16-1
+- Update to 2.6.16
+- Install in /usr/share/php/Smarty
+- Update php version requirement
+
 * Tue May 16 2006 Orion Poplawski <orion at cora.nwra.com> 2.6.13-1
 - Update to 2.6.13
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/php-Smarty/FC-6/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	16 May 2006 19:31:25 -0000	1.3
+++ sources	21 Feb 2007 21:17:20 -0000	1.4
@@ -1 +1 @@
-2ca9bf476cf0920b9d4fee69633f6f65  Smarty-2.6.13.tar.gz
+da67591f19b69a932c1cab7df5b0303a  Smarty-2.6.16.tar.gz




More information about the fedora-extras-commits mailing list