SPECS: perl-Jemplate.spec - pl

qboosh qboosh at pld-linux.org
Sun Aug 20 10:21:33 CEST 2006


Author: qboosh                       Date: Sun Aug 20 08:21:33 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl

---- Files affected:
SPECS:
   perl-Jemplate.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/perl-Jemplate.spec
diff -u SPECS/perl-Jemplate.spec:1.1 SPECS/perl-Jemplate.spec:1.2
--- SPECS/perl-Jemplate.spec:1.1	Sat Aug 12 18:31:32 2006
+++ SPECS/perl-Jemplate.spec	Sun Aug 20 10:21:28 2006
@@ -10,14 +10,13 @@
 %include	/usr/lib/rpm/macros.perl
 %define	pdir	Jemplate
 Summary:	Jemplate - Javascript Templating with Template Toolkit
-#Summary(pl):	
+Summary(pl):	Jemplate - szablony javascriptowe z użyciem Template Toolkitu
 Name:		perl-Jemplate
 Version:	0.18
 Release:	0.1
 # same as perl
 License:	GPL v1+ or Artistic
 Group:		Development/Languages/Perl
-#Source0:	http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{version}.tar.gz
 Source0:	http://www.cpan.org/modules/by-authors/id/I/IN/INGY/%{pdir}-%{version}.tar.gz
 # Source0-md5:	8a0097f7f01fef238f308356029266e6
 BuildRequires:	perl-devel >= 1:5.8.0
@@ -39,11 +38,23 @@
 the template code. Presto, we have full featured Javascript
 templating language!
 
-Combined with JSON and xmlHttpRequest, Jemplate provides a really simple
-and powerful way to do Ajax stuff.
+Combined with JSON and xmlHttpRequest, Jemplate provides a really
+simple and powerful way to do Ajax stuff.
 
-# %description -l pl
-# TODO
+%description -l pl
+Jemplate to szkielet szablonów dla Javascriptu stworzony w oparciu o
+perlowy Template Toolkit (TT2).
+
+Jemplate analizuje szablony TT2 przy użyciu perlowego szkieletu TT2,
+ale z modyfikacją: zamiast kompilować szablony do kodu w Perlu,
+kompiluje je do Javascriptu.
+
+Jemplate udostępnia moduł uruchomieniowy Javascriptu do przetwarzania
+kodu szablonów. W ten sposób mamy w pełni funkcjonalny język szablonów
+dla Javascriptu!
+
+W połączeniu z JSON i xmlHttpRequest Jemplate udostępnia naprawdę
+proste i potężne metody obsługi technologii Ajax.
 
 %prep
 %setup -q -n %{pdir}-%{version}
@@ -61,7 +72,6 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/share
 cp -a examples $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 cp $RPM_BUILD_ROOT%{perl_vendorarch}/auto/Jemplate/Jemplate.js \
@@ -76,7 +86,7 @@
 %attr(755,root,root) %{_bindir}/*
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/*.pm
-%{perl_vendorarch}/Jemplate/
+%{perl_vendorarch}/Jemplate
 %{_mandir}/man3/*
 %{_examplesdir}/%{name}-%{version}
 
@@ -86,6 +96,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2006/08/20 08:21:28  qboosh
+- pl
+
 Revision 1.1  2006/08/12 16:31:32  migo
 - initial revision
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/perl-Jemplate.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list