Author: qboosh Date: Thu Aug 24 21:05:36 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - pl, generic URL, package names in BRs
---- Files affected: SPECS: perl-DateTime-Format-ICal.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/perl-DateTime-Format-ICal.spec diff -u SPECS/perl-DateTime-Format-ICal.spec:1.1 SPECS/perl-DateTime-Format-ICal.spec:1.2 --- SPECS/perl-DateTime-Format-ICal.spec:1.1 Tue Aug 22 18:05:17 2006 +++ SPECS/perl-DateTime-Format-ICal.spec Thu Aug 24 23:05:31 2006 @@ -7,6 +7,7 @@ %define pdir DateTime %define pnam Format-ICal Summary: DateTime::Format::ICal - Parse and format iCal datetime and duration strings +Summary(pl): DateTime::Format::ICal - analiza i formatowanie łańcuchów czasów i okresów iCal Name: perl-DateTime-Format-ICal Version: 0.08 Release: 1 @@ -15,14 +16,15 @@ Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-authors/id/D/DR/DROLSKY/DateTime-Format-ICal-%{version}.tar.gz # Source0-md5: b0be692f3a84f2a7f73a39220ec69a52 +URL: http://search.cpan.org/dist/DateTime-Format-ICal/ BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 %if %{with tests} -BuildRequires: perl(DateTime) >= 0.17 -BuildRequires: perl(DateTime::Event::ICal) >= 0.03 -BuildRequires: perl(DateTime::Set) >= 0.1 -BuildRequires: perl(DateTime::TimeZone) >= 0.22 -BuildRequires: perl(Params::Validate) >= 0.59 +BuildRequires: perl-DateTime >= 0.17 +BuildRequires: perl-DateTime-Event-ICal >= 0.03 +BuildRequires: perl-DateTime-Set >= 0.1 +BuildRequires: perl-DateTime-TimeZone >= 0.22 +BuildRequires: perl-Params-Validate >= 0.59 %endif Requires: perl-DateTime >= 0.28-2 BuildArch: noarch @@ -33,6 +35,11 @@ defined in RFC 2445. It can be used to parse these formats in order to create the appropriate objects. +%description -l pl +Ten moduł rozumie formaty daty/czasu i okresów ICal zgodnie z +definicją w RFC 2445. Może być używany do analizy tych formatów w celu +tworzenia odpowiednich obiektów. + %prep %setup -q -n %{pdir}-%{pnam}-%{version} @@ -64,6 +71,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2006/08/24 21:05:31 qboosh +- pl, generic URL, package names in BRs + Revision 1.1 2006/08/22 16:05:17 glen - new - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/perl-DateTime-Format-ICal.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
