Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > a6a0231cb5fea326a2454b871ed1b654 > files > 3

php-smarty2-2.6.26-4.mga3.src.rpm

# (oe) undefining these makes the build _real_ quick.
%undefine __find_provides
%undefine __find_requires

Summary:	The compiling PHP template engine
Name:		php-smarty2
Version:	2.6.26
Release:	%mkrel 4
License:	LGPL
Group:		Development/Other
URL:		http://www.smarty.net/
Source0:	http://www.smarty.net/distributions/Smarty-%{version}.tar.gz
Source1:	http://www.smarty.net/distributions/manual/en/Smarty-2.6.14-docs.tar.gz
Source2:	smarty.gif
BuildArch:	noarch
Conflicts: 	php-smarty


%description
Smarty is a template engine for PHP.  More specifically, it 
facilitates a manageable way to separate application logic and
content from its presentation.  This is best described in a
situation where the application programmer and the template 
designer play different roles, or in most cases are not the same
person.  For example, let's say you are creating a web page that
is displaying a newspaper article.  The article headline, tagline,
author and body are content elements, they contain no information
about how they will be presented.  They are passed into Smarty by
the application, then the template designer edits the templates
and uses a combination of HTML tags and template tags to format 
the presentation of these elements (HTML tables, background
colors, font sizes, style sheets, etc.) One day the programmer
needs to change the way the article content is retrieved (a change
in application logic.)  This change does not affect the template
designer, the content will still arrive in the template exactly
the same.  Likewise, if the template designer wants to completely
redesign the templates, this requires no changes to the
application logic.  Therefore, the programmer can make changes to
the application logic without the need to restructure templates,
and the template designer can make changes to templates without
breaking application logic. 

%package doc
Summary:	The HTML manual for Smarty
Group:		Development/Other
Obsoletes:  %{name}-manual

%description doc
The HTML manual for Smarty

%prep
%setup -q -n Smarty-%{version} -a1

%build

%install
%{__mkdir_p} %{buildroot}%{_datadir}/php/Smarty
%{__mkdir_p} %{buildroot}%{_var}/www/icons

%{__cp} -aRf libs/* %{buildroot}%{_datadir}/php/Smarty
%{__install} -m0644 %{SOURCE2} %{buildroot}/var/www/icons/smarty.gif

cd %{buildroot}%{_datadir}/php
ln -s Smarty smarty

%pre
rm -rf /usr/share/php/smarty

%files
%defattr(-,root,root)
%doc BUGS COPYING.lib ChangeLog FAQ INSTALL NEWS README RELEASE_NOTES TODO
%{_datadir}/php/Smarty
%{_datadir}/php/smarty
%{_var}/www/icons/smarty.gif

%files doc
%defattr(-,root,root)
%doc manual/*


%changelog

* Sun Jan 13 2013 umeabot <umeabot> 2.6.26-4.mga3
+ Revision: 377582
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Mon Aug 06 2012 obgr_seneca <obgr_seneca> 2.6.26-3.mga3
+ Revision: 279373
- remove old install dir before the installation

* Tue Jul 17 2012 obgr_seneca <obgr_seneca> 2.6.26-2.mga3
+ Revision: 271760
- changed installation path to upper case name
- added symlink to lower case name for compatibility reasons
- lower case name is deprecated and will be removed after Mga3

  + spuhler <spuhler>
    - reverted last changes
    - added define subrel 1 to submit to Mageia1 updates

* Mon Jun 13 2011 spuhler <spuhler> 2.6.26-1.mga2
+ Revision: 105499
- imported package php-smarty2