Author: qboosh Date: Sun Feb 19 18:15:38 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - pl, missing dirs
---- Files affected: SPECS: perl-Petal.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/perl-Petal.spec diff -u SPECS/perl-Petal.spec:1.2 SPECS/perl-Petal.spec:1.3 --- SPECS/perl-Petal.spec:1.2 Wed Feb 15 02:13:44 2006 +++ SPECS/perl-Petal.spec Sun Feb 19 19:15:32 2006 @@ -10,7 +10,8 @@ Name: perl-Petal Version: 2.18 Release: 0.1 -License: same as perl +# same as perl +License: GPL v1+ or Artistic Group: Development/Languages/Perl Source0: http://search.cpan.org/CPAN/authors/id/B/BP/BPOSTLE/%{pnam}-%{version}.tar.gz # Source0-md5: 40fc181e53122705570102695ae9240c @@ -28,33 +29,40 @@ BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -%define _noautoreq 'perl(anything_fake_or_conditional)' - %description -Petal is a XML based templating engine that is able to process any kind -of XML, XHTML and HTML. +Petal is a XML based templating engine that is able to process any +kind of XML, XHTML and HTML. -Petal borrows a lot of good ideas from the Zope Page Templates TAL -specification, it is very well suited for the creation of WYSIWYG +Petal borrows a lot of good ideas from the Zope Page Templates TAL +specification, it is very well suited for the creation of WYSIWYG XHTML editable templates. -The idea is to further enforce the separation of logic from presentation. -With Petal, graphic designers can use their favorite WYSIWYG editor -to easily edit templates without having to worry about the loops -and ifs which happen behind the scene. +The idea is to further enforce the separation of logic from +presentation. With Petal, graphic designers can use their favorite +WYSIWYG editor to easily edit templates without having to worry about +the loops and ifs which happen behind the scene. + +%description -l pl +Petal to silnik szablonów oparty na XML-u, potrafiący przetwarzać +dowolny rodzaj XML-a, XHTML-a i HTML-a. + +Petal zapożycza wiele dobrych pomysłów ze specyfikacji TAL Zope Page +Templates i jest bardzo dobrze dopasowany do tworzenia modyfikowalnych +szablonów WYSIWYG XHTML. + +Ideą jest dalsze wymuszenie oddzielenia logiki od prezentacji. Przy +użyciu Petala projektanci grafiki mogą używać swojego ulubionego +edytora WYSIWYG do łatwego modyfikowania szablonów bez potrzeby +martwienia się o pętle i warunki ukryte za sceną. %prep %setup -q -n %{pnam}-%{version} %build -# Don't use pipes here: they generally don't work. Apply a patch. %{__perl} Makefile.PL \ INSTALLDIRS=vendor %{__make} -# if module isn't noarch, use: -# %{__make} \ -# OPTIMIZE="%{rpmcflags}" %{?with_tests:%{__make} test} @@ -67,14 +75,15 @@ %clean rm -rf $RPM_BUILD_ROOT - %files %defattr(644,root,root,755) %doc Changes README -%{perl_vendorarch}/auto/Petal/.packlist %{perl_vendorlib}/Petal.pm +%dir %{perl_vendorlib}/Petal +%dir %{perl_vendorlib}/Petal/Cache %{perl_vendorlib}/Petal/Cache/Disk.pm %{perl_vendorlib}/Petal/Cache/Memory.pm +%dir %{perl_vendorlib}/Petal/Canonicalizer %{perl_vendorlib}/Petal/Canonicalizer/XHTML.pm %{perl_vendorlib}/Petal/Canonicalizer/XML.pm %{perl_vendorlib}/Petal/CodeGenerator.pm @@ -88,6 +97,7 @@ %{perl_vendorlib}/Petal/Hash/Var.pm %{perl_vendorlib}/Petal/I18N.pm %{perl_vendorlib}/Petal/Parser.pm +%dir %{perl_vendorlib}/Petal/TranslationService %{perl_vendorlib}/Petal/TranslationService/Gettext.pm %{perl_vendorlib}/Petal/TranslationService/MOFile.pm %{perl_vendorlib}/Petal/TranslationService/Noop.pm @@ -100,9 +110,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2006/02/19 18:15:32 qboosh +- pl, missing dirs + Revision 1.2 2006/02/15 01:13:44 mguevara - added: md5sum, BR and R Revision 1.1 2006/02/15 01:07:04 mguevara - Perl Template Attribute Language - TAL for Perl - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/perl-Petal.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
