SPECS: python-dateutil.spec - pl fixes
qboosh
qboosh at pld-linux.org
Thu Mar 9 21:34:00 CET 2006
Author: qboosh Date: Thu Mar 9 20:34:00 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pl fixes
---- Files affected:
SPECS:
python-dateutil.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/python-dateutil.spec
diff -u SPECS/python-dateutil.spec:1.1 SPECS/python-dateutil.spec:1.2
--- SPECS/python-dateutil.spec:1.1 Tue Mar 7 14:57:03 2006
+++ SPECS/python-dateutil.spec Thu Mar 9 21:33:55 2006
@@ -1,7 +1,7 @@
# $Revision$, $Date$
%define module dateutil
Summary: Extensions to the standard datetime module
-Summary(pl): Rozszerzenia modulu datetime jezyka Python
+Summary(pl): Rozszerzenia modułu datetime języka Python
Name: python-dateutil
Version: 1.1
Release: 1
@@ -14,20 +14,24 @@
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-The dateutil module provides powerful extensions to the standard datetime module, available in Python 2.3+.
-Allows
-- computing of relative deltas (next month, next year, next monday, last week of month, etc),
-- computing of dates based on very flexible recurrence rules, using a superset of the [WWW] iCalendar specification,
+The dateutil module provides powerful extensions to the standard
+datetime module, available in Python 2.3+. Allows:
+- computing of relative deltas (next month, next year, next monday,
+ last week of month, etc),
+- computing of dates based on very flexible recurrence rules, using a
+ superset of the [WWW] iCalendar specification,
- parsing of RFC strings,
- peneric parsing of dates in almost any string format.
%description -l pl
-Modul dateutil jest poteznym rozszerzeniem standardowego modulu datetime, dostepnego w Pythonie 2.3+.
-Pozwala na
-- obliczanie relatywnych roznic (nastepny miesiac, rok, Poniedzialek, ostatni tydzien itp.),
-- obliczanie dat bazujcych na bardzo elastycznych rekurencyjnych zasadach, uzywajac nadzbioru specyfikacji [WWW] iCalendar.
-- parsowanie lancuchow znakowych RFC,
-- parsowanie dat w prawie kazdym formacie.
+Moduł dateutil jest potężnym rozszerzeniem standardowego modułu
+datetime, dostępnego w Pythonie 2.3+. Pozwala na:
+- obliczanie relatywnych różnic (następny miesiąc, rok, poniedziałek,
+ ostatni tydzień miesiąca itp.),
+- obliczanie dat w oparciu o bardzo elastyczne rekurencyjne zasady, z
+ użyciem nadzbioru specyfikacji [WWW] iCalendar,
+- analizę łańcuchow znakowych RFC,
+- analizę dat w prawie każdym formacie.
%prep
%setup -q
@@ -39,7 +43,8 @@
rm -rf $RPM_BUILD_ROOT
python setup.py install \
- --root=$RPM_BUILD_ROOT --optimize=2
+ --root=$RPM_BUILD_ROOT \
+ --optimize=2
%clean
rm -rf $RPM_BUILD_ROOT
@@ -59,6 +64,8 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2006/03/09 20:33:55 qboosh
+- pl fixes
+
Revision 1.1 2006/03/07 13:57:03 matkor
- Initial spec for 1.1-1. Needs only some pl. STBR(Ac).
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/python-dateutil.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list