]> git.pld-linux.org Git - packages/perl-DateTime-Format-W3CDTF.git/blobdiff - perl-DateTime-Format-W3CDTF.spec
- more verbose man files
[packages/perl-DateTime-Format-W3CDTF.git] / perl-DateTime-Format-W3CDTF.spec
index 420f5fad26c2df118494a7452b70472d6ff27266..b8eff81029c13db3a4eaf3f17ffc03c90fce8686 100644 (file)
@@ -6,33 +6,39 @@
 %define        pdir    DateTime
 %define        pnam    Format-W3CDTF
 Summary:       DateTime::Format::W3CDTF - Parse and format W3CDTF datetime strings
-#Summary(pl):
+Summary(pl.UTF-8):     DateTime::Format::W3CDTF - analizowanie i formatowanie łańcuchów dat W3CDTF
 Name:          perl-DateTime-Format-W3CDTF
-Version:       0.04
-Release:       0.1
+Version:       0.06
+Release:       1
 # same as perl
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
-Source0:       http://www.cpan.org/modules/by-authors/id/K/KE/KELLAN/DateTime-Format-W3CDTF-%{version}.tar.gz
-# Source0-md5: 5ad0a41bb5de08f9c16395ea311bb491
+Source0:       http://www.cpan.org/modules/by-module/DateTime/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: 7eb2a90b78e7e2232eddbd6dd6758a23
+URL:           http://search.cpan.org/dist/DateTime-Format-W3CDTF/
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 %if %{with tests}
+BuildRequires: perl-DateTime
 %endif
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 This module understands the W3CDTF date/time format, an ISO 8601
-profile, defined at http://www.w3.org/TR/NOTE-datetime. This format as
-the native date format of RSS 1.0.
+profile, defined at <http://www.w3.org/TR/NOTE-datetime>. This format
+as the native date format of RSS 1.0.
 
 It can be used to parse these formats in order to create the
 appropriate objects.
 
+%description -l pl.UTF-8
+Ten moduł rozumie format daty/czasu W3CDTF w profilu ISO 8601,
+zdefiniowany w <http://www.w3.org/TR/NOTE-datetime>. Jest to natywny
+format daty w RSS 1.0.
 
-
-# %description -l pl # TODO
+Moduł można wykorzystać do analizy tych formatów w celu utworzenia
+odpowiednich obiektów.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -56,5 +62,5 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc Changes README
-%{perl_vendorlib}/DateTime/Format/*.pm
-%{_mandir}/man3/*
+%{perl_vendorlib}/DateTime/Format/W3CDTF.pm
+%{_mandir}/man3/DateTime::Format::W3CDTF.3pm*
This page took 0.073577 seconds and 4 git commands to generate.