Name: php-Smarty Summary: Template/Presentation Framework for PHP Version: 3.1.48 Release: 1%{?dist} URL: http://www.smarty.net/ Source0: https://github.com/smarty-php/smarty/archive/v%{version}.tar.gz License: LGPL-3.0-or-later BuildArch: noarch Provides: php-composer(smarty/smarty) = %{version} Requires: php >= 5.2 %description Although Smarty is known as a "Template Engine", it would be more accurately described as a "Template/Presentation Framework." That is, it provides the programmer and template designer with a wealth of tools to automate tasks commonly dealt with at the presentation layer of an application. I stress the word Framework because Smarty is not a simple tag-replacing template engine. Although it can be used for such a simple purpose, its focus is on quick and painless development and deployment of your application, while maintaining high-performance, scalability, security and future growth. %prep %setup -q -n smarty-%{version} %build %install install -d %{buildroot}%{_datadir}/php/Smarty cp -a libs/* %{buildroot}%{_datadir}/php/Smarty/ %files %license LICENSE %doc CHANGELOG.md demo/ NEW_FEATURES.txt README %doc SMARTY_2_BC_NOTES.txt SMARTY_3.0_BC_NOTES.txt SMARTY_3.1_NOTES.txt %doc COMPOSER_RELEASE_NOTES.txt INHERITANCE_RELEASE_NOTES.txt %{_datadir}/php/Smarty/ %changelog * Thu Mar 30 2023 Paul Howarth - 3.1.48-1 - Update to 3.1.48 (see CHANGELOG.md for details) - License corrected to LGPL-3.0-or-later * Tue Jan 18 2022 Paul Howarth - 3.1.44-1 - Update to 3.1.44 (see CHANGELOG.md for details) * Tue Jan 18 2022 Paul Howarth - 3.1.40-1 - Update to 3.1.40 (see CHANGELOG.md for details) - Use %%license unconditionally * Thu Dec 21 2017 Paul Howarth - 3.1.31-1 - Update to 3.1.31 - Drop support for EOL distributions prior to F-13 - PHP files always live under %%{_datadir}/php now - Drop BuildRoot: and Group: tags - Drop explicit buildroot cleaning in %%install section - Drop explicit %%clean section * Wed Jun 24 2015 Paul Howarth - 3.1.27-1 - Update to 3.1.27 (mainly bug fixes and optimizations) - Upstream releases now from github * Mon Oct 20 2014 Paul Howarth - 3.1.21-1 - Update to 3.1.21 - Bugfix: a comment like "" bypassed $php_handling checking - Bugfix: change in 3.1.20 could create E_NOTICE meassage when using "" with $php_handling PHP_PASSTHRU was executed in {nocache} sections - Bugfix: any tag placed within "