[python-dateutil15/el6] parallel installable newer version askbot indirectly requires this newer version via python-celery

Rahul Sundaram sundaram at fedoraproject.org
Wed Jul 27 05:18:37 UTC 2011


commit c6d7f087aa73ba12655b2c8640113a2f6f0bc76e
Author: Rahul Sundaram <sundaram at fedoraproject.org>
Date:   Wed Jul 27 10:43:16 2011 +0530

    parallel installable newer version
    askbot indirectly requires this newer version via python-celery

 .gitignore             |    1 +
 python-dateutil15.spec |   42 ++++++++++++++++++++++++++++++++++++++++++
 sources                |    1 +
 3 files changed, 44 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..2508e73 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/python-dateutil-1.5.tar.gz
diff --git a/python-dateutil15.spec b/python-dateutil15.spec
new file mode 100644
index 0000000..7af107f
--- /dev/null
+++ b/python-dateutil15.spec
@@ -0,0 +1,42 @@
+%global srcname python-dateutil
+Name:           python-dateutil15
+Version:        1.5
+Release:        1%{?dist}
+Summary:        Powerful extensions to the standard datetime module
+
+Group:          Development/Languages
+License:        Python
+URL:            http://labix.org/python-dateutil
+Source0:        http://labix.org/download/%{srcname}/%{srcname}-%{version}.tar.gz
+
+BuildArch:      noarch
+BuildRequires:  python-devel,python-setuptools
+
+%description
+The dateutil module provides powerful extensions to the standard datetime
+module available in Python 2.3+.  This is a parallel installable newer version 
+for EPEL 6 only.  RHEL 6 base has python-dateutil 1.4.1
+
+%prep
+%setup -q -n %{srcname}-%{version}
+iconv --from=ISO-8859-1 --to=UTF-8 NEWS > NEWS.new
+mv NEWS.new NEWS
+
+%build
+%{__python} setup.py bdist_egg
+
+%install
+mkdir -p %{buildroot}%{python_sitelib}
+easy_install -m --prefix %{buildroot}%{_usr} dist/*.egg
+
+chmod -x %{buildroot}%{python_sitelib}/python_dateutil-1.5-py2.?.egg/dateutil/*.py 
+chmod -x %{buildroot}%{python_sitelib}/python_dateutil-1.5-py2.?.egg/dateutil/zoneinfo/__init__.py
+
+%files
+%doc example.py LICENSE NEWS README
+%{python_sitelib}/python_dateutil-1.5-py2.?.egg
+
+%changelog
+* Wed Jul 13 2011 Rahul Sundaram <sundaram at fedoraproject.org> - 1.5-1
+- parallel installable newer version
+- askbot indirectly requires this newer version via python-celery
diff --git a/sources b/sources
index e69de29..fa72316 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+35f3732db3f2cc4afdc68a8533b60a52  python-dateutil-1.5.tar.gz


More information about the scm-commits mailing list