]> git.pld-linux.org Git - packages/perl-DateTime-Format-Builder.git/commitdiff
- pl
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 31 Mar 2007 10:52:24 +0000 (10:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Module::Build is always BRed

Changed files:
    perl-DateTime-Format-Builder.spec -> 1.2

perl-DateTime-Format-Builder.spec

index de85ae5882b586e2417dacdb4e25c9ed4d2cfb72..f9cb89d92b43a700768133a51a405de1bc1d4072 100644 (file)
@@ -5,44 +5,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.
+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.
+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
+%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}
This page took 0.106771 seconds and 4 git commands to generate.