python-dateutil-vl.spec 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
  2. Name: python-dateutil
  3. Version: 1.4.1
  4. Release: 3%{?_dist_release}
  5. Summary: Powerful extensions to the standard datetime module
  6. Group: Development/Languages
  7. License: Python
  8. URL: http://labix.org/python-dateutil
  9. Source0: http://labix.org/download/python-dateutil/python-dateutil-%{version}.tar.gz
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  11. BuildArch: noarch
  12. BuildRequires: python-devel,python-setuptools
  13. Vendor: Project Vine
  14. Distribution: Vine Linux
  15. %description
  16. The dateutil module provides powerful extensions to the standard datetime
  17. module available in Python 2.3+.
  18. %prep
  19. %setup -q
  20. # Reencode this as utf8
  21. iconv -f ISO-8859-1 -t utf8 NEWS
  22. %build
  23. %{__python} setup.py build
  24. %install
  25. %__rm -rf $RPM_BUILD_ROOT
  26. %{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT
  27. %clean
  28. %__rm -rf $RPM_BUILD_ROOT
  29. %files
  30. %defattr(-,root,root,-)
  31. %doc example.py LICENSE NEWS README
  32. %{python_sitelib}/dateutil/
  33. %{python_sitelib}/*.egg-info
  34. %changelog
  35. * Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.4.1-3
  36. - rebuild with VineSeed environment
  37. * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.4.1-2
  38. - rebuild with python-2.7.2
  39. * Tue Aug 24 2010 Munehiro Yamamoto <munepi@vinelinux.org> - 1.4.1-1
  40. - initial build based on Fedora development
  41. * Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 1.4.1-5
  42. - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
  43. * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1-4
  44. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  45. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1-3
  46. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  47. * Fri Feb 20 2009 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 1.4.1-2
  48. - small specfile fix
  49. * Fri Feb 20 2009 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 1.4.1-2
  50. - New upstream version
  51. * Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.4-3
  52. - Rebuild for Python 2.6
  53. * Fri Aug 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.4-2
  54. - fix license tag
  55. * Tue Jul 01 2008 Jef Spaleta <jspaleta AT fedoraproject DOT org> 1.4-1
  56. - Latest upstream release
  57. * Fri Jan 04 2008 Jef Spaleta <jspaleta@fedoraproject.org> 1.2-2
  58. - Fix for egg-info file creation
  59. * Thu Jun 28 2007 Orion Poplawski <orion@cora.nwra.com> 1.2-1
  60. - Update to 1.2
  61. * Mon Dec 11 2006 Jef Spaleta <jspaleta@gmail.com> 1.1-5
  62. - Fix python-devel BR, as per discussion in maintainers-list
  63. * Mon Dec 11 2006 Jef Spaleta <jspaleta@gmail.com> 1.1-4
  64. - Release bump for rebuild against python 2.5 in devel tree
  65. * Wed Jul 26 2006 Orion Poplawski <orion@cora.nwra.com> 1.1-3
  66. - Add patch to fix building on x86_64
  67. * Wed Feb 15 2006 Orion Poplawski <orion@cora.nwra.com> 1.1-2
  68. - Rebuild for gcc/glibc changes
  69. * Thu Dec 22 2005 Orion Poplawski <orion@cora.nwra.com> 1.1-1
  70. - Update to 1.1
  71. * Thu Jul 28 2005 Orion Poplawski <orion@cora.nwra.com> 1.0-1
  72. - Update to 1.0
  73. * Tue Jul 05 2005 Orion Poplawski <orion@cora.nwra.com> 0.9-1
  74. - Initial Fedora Extras package