rpms/php-Smarty/devel php-Smarty.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Tue Nov 1 16:45:11 UTC 2005


Author: orion

Update of /cvs/extras/rpms/php-Smarty/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18528/devel

Modified Files:
	.cvsignore sources 
Added Files:
	php-Smarty.spec 
Log Message:
auto-import php-Smarty-2.6.10-2 on branch devel from php-Smarty-2.6.10-2.src.rpm


--- NEW FILE php-Smarty.spec ---
Name:           php-Smarty
Summary:        Template/Presentation Framework for PHP
Version:        2.6.10
Release:        2%{?dist}

Source0:        http://smarty.php.net/distributions/Smarty-%{version}.tar.gz
License:        LGPL
URL:            http://smarty.php.net/
Group:          Development/Libraries
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
Requires:       php >= 4.0.6

%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
# fix dir perms
#find . -type d | xargs chmod 755
# fix file perms
#find . -type f | xargs chmod 644

%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%{_var}/www/icons
install -m644 misc/smarty_icon.gif $RPM_BUILD_ROOT%{_var}/www/icons/

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc BUGS ChangeLog COPYING.lib demo FAQ NEWS QUICK_START README RELEASE_NOTES TODO
%{_datadir}/Smarty/
%{_var}/www/icons/*

%changelog
* Tue Nov  1 2005 Orion Poplawski <orion at cora.nwra.com> 2.6.10-2
- Fix Source0 URL.

* Thu Oct 13 2005 Orion Poplawski <orion at cora.nwra.com> 2.6.10-1
- Initial Fedora Extras version


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/php-Smarty/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	1 Nov 2005 16:44:50 -0000	1.1
+++ .cvsignore	1 Nov 2005 16:45:09 -0000	1.2
@@ -0,0 +1 @@
+Smarty-2.6.10.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/php-Smarty/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	1 Nov 2005 16:44:50 -0000	1.1
+++ sources	1 Nov 2005 16:45:09 -0000	1.2
@@ -0,0 +1 @@
+0c31105a157547bafcff8c13bb64c6a3  Smarty-2.6.10.tar.gz




More information about the fedora-extras-commits mailing list