]> git.pld-linux.org Git - packages/python-dateutil.git/blobdiff - python-dateutil.spec
system tzdata patch from fedora. just in case
[packages/python-dateutil.git] / python-dateutil.spec
index 37de86911dbdb9517fe1bb7cd1ed25ed5a5d3009..0c0ea5d21390d4eb479674fe8d805514342241b4 100644 (file)
@@ -3,14 +3,16 @@ Summary:      Extensions to the standard datetime module
 Summary(pl.UTF-8):     Rozszerzenia modułu datetime języka Python
 Name:          python-dateutil
 Version:       1.5
-Release:       2
+Release:       3
 License:       BSD
 Group:         Libraries/Python
 Source0:       http://niemeyer.net/download/python-dateutil/python-%{module}-%{version}.tar.gz
 # Source0-md5: 35f3732db3f2cc4afdc68a8533b60a52
+Patch0:                system-zoneinfo.patch
 URL:           http://niemeyer.net/python-dateutil
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 0.219
+Requires:      tzdata
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -36,6 +38,7 @@ datetime, dostępnego w Pythonie 2.3+. Pozwala na:
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__python} setup.py build
This page took 0.344343 seconds and 4 git commands to generate.