python-dateutil-vl.spec 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. Summary: Powerful extensions to the standard datetime module
  2. Name: python-dateutil
  3. Version: 2.8.1
  4. Release: 1%{?_dist_release}
  5. Group: programming
  6. Vendor: Project Vine
  7. Distribution: Vine Linux
  8. License: Python
  9. URL: https://labix.org/python-dateutil
  10. Source0: https://github.com/dateutil/dateutil/releases/download/%{version}/python-dateutil-%{version}.tar.gz
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  12. BuildArch: noarch
  13. BuildRequires: python-devel
  14. BuildRequires: python-setuptools
  15. BuildRequires: python-rpm-macros
  16. BuildRequires: python2-rpm-macros
  17. BuildRequires: python3-devel
  18. BuildRequires: python3-setuptools
  19. BuildRequires: python3-rpm-macros
  20. %description
  21. The dateutil module provides powerful extensions to the standard datetime
  22. module available in Python 2.3+.
  23. %package -n python3-dateutil
  24. Summary: Powerful extensions to the standard datetime module
  25. Group: programming
  26. %description -n python3-dateutil
  27. The dateutil module provides powerful extensions to the standard datetime
  28. module available in Python 3.0+.
  29. %prep
  30. %setup -q
  31. # Reencode this as utf8
  32. iconv -f ISO-8859-1 -t utf8 NEWS
  33. %build
  34. %py2_build
  35. %py3_build
  36. %install
  37. %__rm -rf $RPM_BUILD_ROOT
  38. %py2_install
  39. %py3_install
  40. %clean
  41. %__rm -rf $RPM_BUILD_ROOT
  42. %files
  43. %defattr(-,root,root,-)
  44. %license LICENSE
  45. %doc NEWS README*
  46. %{python_sitelib}/dateutil/
  47. %{python_sitelib}/*.egg-info
  48. %files -n python3-dateutil
  49. %defattr(-,root,root,-)
  50. %license LICENSE
  51. %doc NEWS README*
  52. %{python3_sitelib}/dateutil/
  53. %{python3_sitelib}/*.egg-info
  54. %changelog
  55. * Sat Aug 15 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.8.1-1
  56. - new upstream release.
  57. * Thu Feb 14 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.8.0-1
  58. - new upstream release.
  59. * Wed Jan 31 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.6.1-1
  60. - new upstream release.
  61. - added a subpackage for python3.
  62. * Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.4.1-3
  63. - rebuild with VineSeed environment
  64. * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.4.1-2
  65. - rebuild with python-2.7.2
  66. * Tue Aug 24 2010 Munehiro Yamamoto <munepi@vinelinux.org> - 1.4.1-1
  67. - initial build based on Fedora development
  68. * Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 1.4.1-5
  69. - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
  70. * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1-4
  71. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  72. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1-3
  73. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  74. * Fri Feb 20 2009 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 1.4.1-2
  75. - small specfile fix
  76. * Fri Feb 20 2009 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 1.4.1-2
  77. - New upstream version
  78. * Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.4-3
  79. - Rebuild for Python 2.6
  80. * Fri Aug 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.4-2
  81. - fix license tag
  82. * Tue Jul 01 2008 Jef Spaleta <jspaleta AT fedoraproject DOT org> 1.4-1
  83. - Latest upstream release
  84. * Fri Jan 04 2008 Jef Spaleta <jspaleta@fedoraproject.org> 1.2-2
  85. - Fix for egg-info file creation
  86. * Thu Jun 28 2007 Orion Poplawski <orion@cora.nwra.com> 1.2-1
  87. - Update to 1.2
  88. * Mon Dec 11 2006 Jef Spaleta <jspaleta@gmail.com> 1.1-5
  89. - Fix python-devel BR, as per discussion in maintainers-list
  90. * Mon Dec 11 2006 Jef Spaleta <jspaleta@gmail.com> 1.1-4
  91. - Release bump for rebuild against python 2.5 in devel tree
  92. * Wed Jul 26 2006 Orion Poplawski <orion@cora.nwra.com> 1.1-3
  93. - Add patch to fix building on x86_64
  94. * Wed Feb 15 2006 Orion Poplawski <orion@cora.nwra.com> 1.1-2
  95. - Rebuild for gcc/glibc changes
  96. * Thu Dec 22 2005 Orion Poplawski <orion@cora.nwra.com> 1.1-1
  97. - Update to 1.1
  98. * Thu Jul 28 2005 Orion Poplawski <orion@cora.nwra.com> 1.0-1
  99. - Update to 1.0
  100. * Tue Jul 05 2005 Orion Poplawski <orion@cora.nwra.com> 0.9-1
  101. - Initial Fedora Extras package