Blame SPECS/python-dateutil.spec

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