- Latest upstream release

This commit is contained in:
Jef Spaleta 2008-07-01 19:36:01 +00:00
parent 37f27f131b
commit c9a12625d3
3 changed files with 8 additions and 7 deletions

View File

@ -1 +1 @@
python-dateutil-1.2.tar.bz2 python-dateutil-1.4.tar.bz2

View File

@ -1,19 +1,18 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: python-dateutil Name: python-dateutil
Version: 1.2 Version: 1.4
Release: 2%{?dist} Release: 1%{?dist}
Summary: Powerful extensions to the standard datetime module Summary: Powerful extensions to the standard datetime module
Group: Development/Languages Group: Development/Languages
License: Python Software Foundation License License: Python Software Foundation License
URL: http://labix.org/python-dateutil URL: http://labix.org/python-dateutil
Source0: http://labix.org/download/python-dateutil/python-dateutil-%{version}.tar.bz2 Source0: http://labix.org/download/python-dateutil/python-dateutil-%{version}.tar.bz2
Patch0: python-dateutil-1.1-x86_64.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch BuildArch: noarch
BuildRequires: python-devel BuildRequires: python-devel,python-setuptools
%description %description
The dateutil module provides powerful extensions to the standard datetime The dateutil module provides powerful extensions to the standard datetime
@ -21,7 +20,6 @@ module available in Python 2.3+.
%prep %prep
%setup -q %setup -q
%patch -p1
%build %build
@ -44,6 +42,9 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/*.egg-info %{python_sitelib}/*.egg-info
%changelog %changelog
* Tue Jul 01 2008 Jef Spaleta <jspaleta AT fedoraproject DOT org> 1.4-1
- Latest upstream release
* Fri Jan 04 2008 Jef Spaleta <jspaleta@fedoraproject.org> 1.2-2 * Fri Jan 04 2008 Jef Spaleta <jspaleta@fedoraproject.org> 1.2-2
- Fix for egg-info file creation - Fix for egg-info file creation

View File

@ -1 +1 @@
6ff3de3ab61fd4ad92dceea36f7121b4 python-dateutil-1.2.tar.bz2 7fc34c22cdc28a8fa000ad0e34f15b56 python-dateutil-1.4.tar.bz2