Author: glen Date: Wed Jun 21 16:43:47 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - move tsmarty2c to -devel
---- Files affected: SPECS: smarty-gettext.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: SPECS/smarty-gettext.spec diff -u SPECS/smarty-gettext.spec:1.3 SPECS/smarty-gettext.spec:1.4 --- SPECS/smarty-gettext.spec:1.3 Sat Apr 15 21:11:34 2006 +++ SPECS/smarty-gettext.spec Wed Jun 21 18:43:42 2006 @@ -1,6 +1,6 @@ # $Revision$, $Date$ %define _beta b1 -%define _rel 1 +%define _rel 2 Summary: Gettext support for Smarty Summary(pl): Obsługa gettexta dla systemu Smarty Name: smarty-gettext @@ -28,6 +28,15 @@ smarty-gettext dodaje obsługę gettexta do systemu Smarty - popularnego silnika szablonów dla PHP - <http://smarty.php.net/>. +%package devel +Summary: Development tools for smarty-gettext +Group: Development +# does not require base + +%description devel +This package contains tsmarty2c program which can be used to extract +gettext compatible strings. + %prep %setup -q -n %{name}-%{version}%{_beta} %{__sed} -i -e '1s,#!.*php,#!%{_bindir}/php,' tsmarty2c.php @@ -45,15 +54,21 @@ %files %defattr(644,root,root,755) %doc ChangeLog README -%attr(755,root,root) %{_bindir}/tsmarty2c %{_smartyplugindir}/*.php +%files devel +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/tsmarty2c + %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team <[EMAIL PROTECTED]> All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2006/06/21 16:43:42 glen +- move tsmarty2c to -devel + Revision 1.3 2006/04/15 19:11:34 qboosh - pl ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/smarty-gettext.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
