Author: qboosh Date: Thu Jul 20 20:32:53 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - descs, cleanup
---- Files affected: SPECS: perl-Filter-Template.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/perl-Filter-Template.spec diff -u SPECS/perl-Filter-Template.spec:1.2 SPECS/perl-Filter-Template.spec:1.3 --- SPECS/perl-Filter-Template.spec:1.2 Sun Jul 16 22:43:26 2006 +++ SPECS/perl-Filter-Template.spec Thu Jul 20 22:32:48 2006 @@ -1,34 +1,40 @@ # $Revision$, $Date$ # # Conditional build: -%bcond_without autodeps # don't BR packages needed only for resolving deps %bcond_without tests # do not perform "make test" # %include /usr/lib/rpm/macros.perl %define pdir Filter %define pnam Template -Summary: perl(Filter::Template) +Summary: Filter::Template - source filter for inline code templates +Summary(pl): Filter::Template - filtr kodu źródłowego dla szablonów kodu inline Name: perl-Filter-Template Version: 1.02 Release: 0.1 -# note if it is "same as perl" -License: (enter GPL/LGPL/BSD/BSD-like/Artistic/other license name here) +# same as perl +License: GPL v1+ or Artistic Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz # Source0-md5: 15aa7b46d94c2dcd9fe0acc8914943df -# most of CPAN modules have generic URL (substitute pdir and pnam here) -URL: http://search.cpan.org/dist/Filter-Template +URL: http://search.cpan.org/dist/Filter-Template/ BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 -%if %{with autodeps} || %{with tests} -#BuildRequires: perl- -%endif BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -perl(Filter::Template) - +Filter::Template is a Perl source filter that provides simple inline +source code templates. Inlined source code can be significantly faster +than subroutines, especially for small-scale functions like accessors +and mutators. On the other hand, they are more difficult to maintain +and use. Choose your trade-offs wisely. + +%description -l pl +Filter::Template to filtr kodu źródłowego Perla udostępniający proste +szablony kodu źródłowego inline. Kod źródłowy inline może być znacząco +szybszy niż podprocedury, zwłaszcza dla małych funkcji takich jak +accessor czy mutator. Z drugiej strony są one dużo trudniejsze w +utrzymywaniu i używaniu. Trzeba dokonać mądrego wyboru. %prep %setup -q -n %{pdir}-%{pnam}-%{version} @@ -54,7 +60,7 @@ %defattr(644,root,root,755) %doc CHANGES README %{perl_vendorlib}/Filter/Template.pm -%attr(755,root,root) %dir %{perl_vendorlib}/Filter/Template +%dir %{perl_vendorlib}/Filter/Template %{perl_vendorlib}/Filter/Template/UseBytes.pm %{_mandir}/man3/* @@ -64,9 +70,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2006/07/20 20:32:48 qboosh +- descs, cleanup + Revision 1.2 2006/07/16 20:43:26 agaran - missing rights Revision 1.1 2006/07/11 21:01:46 agaran - initial, ugly, builds here, version 1.02, rel 0.1 (needed by POE upgrade) - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/perl-Filter-Template.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
