2005-07-28 19:53:28 +00:00
|
|
|
Name: python-dateutil
|
2011-07-12 23:06:43 +00:00
|
|
|
Version: 1.5
|
2012-01-14 01:39:46 +00:00
|
|
|
Release: 4%{?dist}
|
2005-07-28 19:53:28 +00:00
|
|
|
Summary: Powerful extensions to the standard datetime module
|
|
|
|
|
|
|
|
Group: Development/Languages
|
2008-08-29 21:45:44 +00:00
|
|
|
License: Python
|
2005-12-23 00:03:51 +00:00
|
|
|
URL: http://labix.org/python-dateutil
|
2011-07-12 23:06:43 +00:00
|
|
|
Source0: http://labix.org/download/%{name}/%{name}-%{version}.tar.gz
|
2011-09-15 17:29:13 +00:00
|
|
|
Patch0: python-dateutil-1.5-system-zoneinfo.patch
|
2005-07-28 19:53:28 +00:00
|
|
|
|
|
|
|
BuildArch: noarch
|
2008-07-01 19:36:01 +00:00
|
|
|
BuildRequires: python-devel,python-setuptools
|
2011-09-15 17:48:43 +00:00
|
|
|
Requires: tzdata
|
2005-07-28 19:53:28 +00:00
|
|
|
%description
|
|
|
|
The dateutil module provides powerful extensions to the standard datetime
|
|
|
|
module available in Python 2.3+.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2011-09-15 17:29:13 +00:00
|
|
|
%patch0 -p1
|
2005-07-28 19:53:28 +00:00
|
|
|
|
2011-07-12 23:06:43 +00:00
|
|
|
iconv --from=ISO-8859-1 --to=UTF-8 NEWS > NEWS.new
|
|
|
|
mv NEWS.new NEWS
|
2005-07-28 19:53:28 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
%{__python} setup.py build
|
|
|
|
|
|
|
|
%install
|
2010-06-30 08:34:05 +00:00
|
|
|
%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT
|
2005-07-28 19:53:28 +00:00
|
|
|
|
|
|
|
%files
|
|
|
|
%doc example.py LICENSE NEWS README
|
|
|
|
%{python_sitelib}/dateutil/
|
2011-09-15 17:29:13 +00:00
|
|
|
%exclude %{python_sitelib}/dateutil/zoneinfo/zoneinfo-2010g.tar.gz
|
2008-01-05 00:36:05 +00:00
|
|
|
%{python_sitelib}/*.egg-info
|
2005-07-28 19:53:28 +00:00
|
|
|
|
|
|
|
%changelog
|
2012-01-14 01:39:46 +00:00
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-09-15 17:48:43 +00:00
|
|
|
* Wed Sep 15 2011 Jef Spaleta <jspaleta@fedoraproject.org> - 1.5-3
|
|
|
|
- Adjust patch to respect systemwide tzdata. Ref bug 729786
|
|
|
|
|
2011-09-15 17:29:13 +00:00
|
|
|
* Wed Sep 15 2011 Jef Spaleta <jspaleta@fedoraproject.org> - 1.5-2
|
|
|
|
- Added a patch to respect systemwide tzdata. Ref bug 729786
|
|
|
|
|
2011-07-12 23:06:43 +00:00
|
|
|
* Wed Jul 13 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 1.5-1
|
|
|
|
- New upstream release
|
|
|
|
- Fix UTF8 encoding correctly
|
|
|
|
- Drop buildroot, clean, defattr and use macro for Source
|
|
|
|
|
2011-02-09 03:27:41 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-07-22 04:04:21 +00:00
|
|
|
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 1.4.1-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
|
|
|
|
2009-07-26 20:17:11 +00:00
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-02-26 21:06:30 +00:00
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-02-21 00:22:40 +00:00
|
|
|
* Fri Feb 20 2009 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 1.4.1-2
|
|
|
|
- small specfile fix
|
|
|
|
|
|
|
|
* Fri Feb 20 2009 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 1.4.1-2
|
2009-02-21 00:07:24 +00:00
|
|
|
- New upstream version
|
|
|
|
|
2008-11-29 15:27:21 +00:00
|
|
|
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.4-3
|
|
|
|
- Rebuild for Python 2.6
|
|
|
|
|
2008-08-29 21:45:44 +00:00
|
|
|
* Fri Aug 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.4-2
|
|
|
|
- fix license tag
|
|
|
|
|
2008-07-01 19:36:01 +00:00
|
|
|
* Tue Jul 01 2008 Jef Spaleta <jspaleta AT fedoraproject DOT org> 1.4-1
|
|
|
|
- Latest upstream release
|
|
|
|
|
2008-01-05 00:36:05 +00:00
|
|
|
* Fri Jan 04 2008 Jef Spaleta <jspaleta@fedoraproject.org> 1.2-2
|
|
|
|
- Fix for egg-info file creation
|
|
|
|
|
2007-06-28 22:31:52 +00:00
|
|
|
* Thu Jun 28 2007 Orion Poplawski <orion@cora.nwra.com> 1.2-1
|
|
|
|
- Update to 1.2
|
|
|
|
|
2006-12-12 08:26:01 +00:00
|
|
|
* Mon Dec 11 2006 Jef Spaleta <jspaleta@gmail.com> 1.1-5
|
|
|
|
- Fix python-devel BR, as per discussion in maintainers-list
|
|
|
|
|
2006-12-12 07:57:07 +00:00
|
|
|
* Mon Dec 11 2006 Jef Spaleta <jspaleta@gmail.com> 1.1-4
|
2006-12-12 07:55:20 +00:00
|
|
|
- Release bump for rebuild against python 2.5 in devel tree
|
|
|
|
|
2006-07-26 22:21:30 +00:00
|
|
|
* Wed Jul 26 2006 Orion Poplawski <orion@cora.nwra.com> 1.1-3
|
|
|
|
- Add patch to fix building on x86_64
|
|
|
|
|
2006-02-15 19:21:24 +00:00
|
|
|
* Wed Feb 15 2006 Orion Poplawski <orion@cora.nwra.com> 1.1-2
|
|
|
|
- Rebuild for gcc/glibc changes
|
|
|
|
|
2005-12-23 00:03:51 +00:00
|
|
|
* Thu Dec 22 2005 Orion Poplawski <orion@cora.nwra.com> 1.1-1
|
|
|
|
- Update to 1.1
|
|
|
|
|
2005-07-28 19:53:28 +00:00
|
|
|
* Thu Jul 28 2005 Orion Poplawski <orion@cora.nwra.com> 1.0-1
|
|
|
|
- Update to 1.0
|
|
|
|
|
|
|
|
* Tue Jul 05 2005 Orion Poplawski <orion@cora.nwra.com> 0.9-1
|
|
|
|
- Initial Fedora Extras package
|