Author: qboosh Date: Sat Mar 31 10:52:29 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - pl - Module::Build is always BRed
---- Files affected: SPECS: perl-DateTime-Format-Builder.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/perl-DateTime-Format-Builder.spec diff -u SPECS/perl-DateTime-Format-Builder.spec:1.1 SPECS/perl-DateTime-Format-Builder.spec:1.2 --- SPECS/perl-DateTime-Format-Builder.spec:1.1 Thu Mar 29 19:36:32 2007 +++ SPECS/perl-DateTime-Format-Builder.spec Sat Mar 31 12:52:24 2007 @@ -6,44 +6,52 @@ %include /usr/lib/rpm/macros.perl %define pdir DateTime %define pnam Format-Builder -Summary: DateTime::Format::Builder - Create DateTime parser classes and objects. -#Summary(pl.UTF-8): +Summary: DateTime::Format::Builder - Create DateTime parser classes and objects +Summary(pl.UTF-8): DateTime::Format::Builder - tworzenie klas i obiektów analizatorów DateTime Name: perl-DateTime-Format-Builder Version: 0.7807 Release: 1 # same as perl License: GPL v1+ or Artistic Group: Development/Languages/Perl -Source0: http://www.cpan.org/modules/by-authors/id/D/DR/DROLSKY/DateTime-Format-Builder-0.7807.tar.gz +Source0: http://www.cpan.org/modules/by-authors/id/D/DR/DROLSKY/%{pdir}-%{pnam}-%{version}.tar.gz # Source0-md5: 4f6ee670cab944db0492e70ca8df3be3 URL: http://search.cpan.org/dist/DateTime-Format-Builder/ +BuildRequires: perl-Module-Build BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 %if %{with tests} -BuildRequires: perl(Class::Factory::Util) >= 1.6 -BuildRequires: perl(DateTime) >= 0.12 -BuildRequires: perl(DateTime::Format::Strptime) >= 1.04 -BuildRequires: perl(Params::Validate) >= 0.72 -BuildRequires: perl(Module::Build) +BuildRequires: perl-Class-Factory-Util >= 1.6 +BuildRequires: perl-DateTime >= 0.12 +BuildRequires: perl-DateTime-Format-Strptime >= 1.04 +BuildRequires: perl-Params-Validate >= 0.72 %endif BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -DateTime::Format::Builder creates DateTime parsers. -Many string formats of dates and times are simple and just -require a basic regular expression to extract the relevant -information. Builder provides a simple way to do this -without writing reams of structural code. - -Builder provides a number of methods, most of which you'll -never need, or at least rarely need. They're provided more -for exposing of the module's innards to any subclasses, or -for when you need to do something slightly beyond what I -expected. - -# %description -l pl.UTF-8 -# TODO +DateTime::Format::Builder creates DateTime parsers. Many string +formats of dates and times are simple and just require a basic +regular expression to extract the relevant information. Builder +provides a simple way to do this without writing reams of structural +code. + +Builder provides a number of methods, most of which you'll never need, +or at least rarely need. They're provided more for exposing of the +module's innards to any subclasses, or for when you need to do +something slightly beyond what I expected. + +%description -l pl.UTF-8 +DateTime::Format::Builder tworzy analizatory DateTime. Wiele formatów +łańcuchów dat i czasu jest prostych i do wyciągnięcia istotnych +informacji wymaga jedynie prostego wyrażenia regularnego. Builder +udostępnia prosty sposób wykonania tego bez pisania większego kodu +strukturalnego. + +Builder udostępnia wiele metod, z których większości się nie używa lub +używa bardzo rzadko. Są udostępnione bardziej dla ukazania wnętrzności +modułu dla podklas albo w razie potrzeby zrobienia czegoś więcej niż +oczekiwał autor. %prep %setup -q -n %{pdir}-%{pnam}-%{version} @@ -81,6 +89,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2007/03/31 10:52:24 qboosh +- pl +- Module::Build is always BRed + Revision 1.1 2007/03/29 17:36:32 radek - new - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/perl-DateTime-Format-Builder.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
