rpms/php-ezc-Template/F-11 .cvsignore, 1.4, 1.5 php-ezc-Template.spec, 1.3, 1.4 sources, 1.4, 1.5

Guillaume Kulakowski llaumgui at fedoraproject.org
Thu Nov 26 20:47:53 UTC 2009


Author: llaumgui

Update of /cvs/pkgs/rpms/php-ezc-Template/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5551/F-11

Modified Files:
	.cvsignore php-ezc-Template.spec sources 
Log Message:
Update to 1.4.2


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/php-ezc-Template/F-11/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	12 Oct 2009 11:49:43 -0000	1.4
+++ .cvsignore	26 Nov 2009 20:47:53 -0000	1.5
@@ -1 +1 @@
-Template-1.4.1.tgz
+Template-1.4.2.tgz


Index: php-ezc-Template.spec
===================================================================
RCS file: /cvs/pkgs/rpms/php-ezc-Template/F-11/php-ezc-Template.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- php-ezc-Template.spec	12 Oct 2009 11:49:43 -0000	1.3
+++ php-ezc-Template.spec	26 Nov 2009 20:47:53 -0000	1.4
@@ -3,7 +3,7 @@
 %define channel components.ez.no
 
 Name:           php-ezc-Template
-Version:        1.4.1
+Version:        1.4.2
 Release:        1%{?dist}
 Summary:        A fully functional Templating system
 
@@ -25,17 +25,22 @@ Provides:       php-pear(%{channel}/%{pe
 
 
 %description
-A fully functional Templating system, supporting template compilation in
-different levels, user defined functions and operators, an optimizer, output
-escaping for different output handlers to prevent XSS and other security
-problems and a plug in system for extra functionality (such as a Translation
-system).
+The template component provides a manageable way to separate application logic
+from presentation data. The application logic is the PHP code of your
+application, including the call to the Template component. Presentation data
+are the template files.
+
+The separation of application logic and presentation data is easier to maintain
+and allows different people to work on separate parts. Another advantage is
+that the Template language is more suitable for non programmers and web
+designers. The language is designed to be easier to use and contains
+more expressive constructs for repetitive tasks in the presentation data.
 
 
 %prep
 %setup -q -c
-[ -f package2.xml ] || mv package.xml package2.xml
-mv package2.xml %{pear_name}-%{version}/%{name}.xml
+[ -f package2.xml ] || %{__mv} package.xml package2.xml
+%{__mv} package2.xml %{pear_name}-%{version}/%{name}.xml
 cd %{pear_name}-%{version}
 
 
@@ -46,26 +51,26 @@ cd %{pear_name}-%{version}
 
 %install
 cd %{pear_name}-%{version}
-rm -rf %{buildroot} docdir
+%{__rm} -rf %{buildroot} docdir
 %{__pear} install --nodeps --packagingroot %{buildroot} %{name}.xml
 
 # Move documentation
-mv %{buildroot}%{pear_docdir}/%{pear_name}/docs ./docdir
-rm -rf %{buildroot}%{pear_docdir}
+%{__mv} %{buildroot}%{pear_docdir}/%{pear_name}/docs ./docdir
+%{__rm} -rf %{buildroot}%{pear_docdir}
 
 # rpmlint: wrong-file-end-of-line-encoding
 sed -i -e 's|\r||g' ./docdir/examples/brainfuck/brainfuck.out
 
 # Clean up unnecessary files
-rm -rf %{buildroot}%{pear_phpdir}/.??*
+%{__rm} -rf %{buildroot}%{pear_phpdir}/.??*
 
 # Install XML package description
-mkdir -p %{buildroot}%{pear_xmldir}
-install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}
+%{__mkdir} -p %{buildroot}%{pear_xmldir}
+%{__install} -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}
 
 
 %clean
-rm -rf %{buildroot}
+%{__rm} -rf %{buildroot}
 
 
 %post
@@ -90,6 +95,9 @@ fi
 
 
 %changelog
+* Thu Oct 26 2009 Guillaume Kulakowski <guillaume DOT kulakowski AT fedoraproject DOT org> - 1.4.2-1
+- Update to 1.4.2
+
 * Mon Oct 12 2009 Guillaume Kulakowski <guillaume DOT kulakowski AT fedoraproject DOT org> - 1.4.1-1
 - Update to 1.4.1
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/php-ezc-Template/F-11/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	12 Oct 2009 11:49:43 -0000	1.4
+++ sources	26 Nov 2009 20:47:53 -0000	1.5
@@ -1 +1 @@
-162a92b00cb62e5884f40c17d9ed1526  Template-1.4.1.tgz
+18ce2b2177432ea17cab67f363106c47  Template-1.4.2.tgz




More information about the fedora-extras-commits mailing list